Blame Identity/Models/Html/phpBB/3.0.4/styles/subsilver2/theme/stylesheet.css

d6e8d8
/*  phpBB 3.0 Style Sheet
d6e8d8
    --------------------------------------------------------------
d6e8d8
	Style name:		subsilver2
d6e8d8
	Based on style:	subSilver (the default phpBB 2 style)
d6e8d8
	Original author:	subBlue ( http://www.subBlue.com/ )
d6e8d8
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
d6e8d8
	
d6e8d8
	This is an alternative style for phpBB3 for those wishing to stay with
d6e8d8
	the familiar subSilver style of phpBB version 2.x
d6e8d8
	
d6e8d8
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
d6e8d8
    --------------------------------------------------------------
d6e8d8
*/
d6e8d8
d6e8d8
/* Layout
d6e8d8
 ------------ */
d6e8d8
* {
d6e8d8
	/* Reset browsers default margin, padding and font sizes */
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
}
d6e8d8
d6e8d8
html {
d6e8d8
	font-size: 100%;
d6e8d8
}
d6e8d8
d6e8d8
body {
d6e8d8
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
d6e8d8
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
d6e8d8
	color: #323D4F;
d6e8d8
	background-color: #FFFFFF;
d6e8d8
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
d6e8d8
	margin: 0;
d6e8d8
}
d6e8d8
d6e8d8
#wrapheader {
d6e8d8
	min-height: 120px;
d6e8d8
	height: auto !important;
d6e8d8
	height: 120px;
d6e8d8
/*	background-image: url('./images/background.gif');
d6e8d8
	background-repeat: repeat-x;*/
d6e8d8
/*	padding: 0 25px 15px 25px;*/
d6e8d8
	padding: 0;
d6e8d8
}
d6e8d8
d6e8d8
#wrapcentre {
d6e8d8
	margin: 15px 25px 0 25px;
d6e8d8
}
d6e8d8
d6e8d8
#wrapfooter {
d6e8d8
	text-align: center;
d6e8d8
	clear: both;
d6e8d8
}
d6e8d8
d6e8d8
#wrapnav {
d6e8d8
	width: 100%;
d6e8d8
	margin: 0;
d6e8d8
	background-color: #ECECEC;
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #A9B8C2;
d6e8d8
}
d6e8d8
d6e8d8
#logodesc {
d6e8d8
	margin-bottom: 5px;
d6e8d8
	padding: 5px 25px;
d6e8d8
	background: #D9DFE4;
d6e8d8
	border-bottom: 1px solid #4787A7;
d6e8d8
}
d6e8d8
d6e8d8
#menubar {
d6e8d8
	margin: 0 25px;
d6e8d8
}
d6e8d8
d6e8d8
#datebar {
d6e8d8
	margin: 10px 25px 0 25px;
d6e8d8
}
d6e8d8
d6e8d8
#findbar {
d6e8d8
	width: 100%;
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	border: 0;
d6e8d8
}
d6e8d8
d6e8d8
.forumrules {
d6e8d8
	background-color: #F9CC79;
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #BB9860;
d6e8d8
	padding: 4px;
d6e8d8
	font-weight: normal;
d6e8d8
	font-size: 1.1em;
d6e8d8
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
d6e8d8
}
d6e8d8
d6e8d8
.forumrules h3 {
d6e8d8
	color: red;
d6e8d8
}
d6e8d8
d6e8d8
#pageheader { }
d6e8d8
#pagecontent { }
d6e8d8
#pagefooter { }
d6e8d8
d6e8d8
#poll { }
d6e8d8
#postrow { }
d6e8d8
#postdata { }
d6e8d8
d6e8d8
d6e8d8
/*  Text
d6e8d8
 --------------------- */
d6e8d8
h1 {
d6e8d8
	color: black;
d6e8d8
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
d6e8d8
	font-weight: bold;
d6e8d8
	font-size: 1.8em;
d6e8d8
	text-decoration: none;
d6e8d8
}
d6e8d8
d6e8d8
h2 {
d6e8d8
	font-family: Arial, Helvetica, sans-serif;
d6e8d8
	font-weight: bold;
d6e8d8
	font-size: 1.5em;
d6e8d8
	text-decoration: none;
d6e8d8
	line-height: 120%;
d6e8d8
}
d6e8d8
d6e8d8
h3 {
d6e8d8
	font-size: 1.3em;
d6e8d8
	font-weight: bold;
d6e8d8
	font-family: Arial, Helvetica, sans-serif;
d6e8d8
	line-height: 120%;
d6e8d8
}
d6e8d8
d6e8d8
h4 {
d6e8d8
	margin: 0;
d6e8d8
	font-size: 1.1em;
d6e8d8
	font-weight: bold;
d6e8d8
}
d6e8d8
d6e8d8
p {
d6e8d8
	font-size: 1.1em;
d6e8d8
}
d6e8d8
d6e8d8
p.moderators {
d6e8d8
	margin: 0;
d6e8d8
	float: left;
d6e8d8
	color: black;
d6e8d8
	font-weight: bold;
d6e8d8
}
d6e8d8
d6e8d8
.rtl p.moderators {
d6e8d8
	float: right;
d6e8d8
}
d6e8d8
d6e8d8
p.linkmcp {
d6e8d8
	margin: 0;
d6e8d8
	float: right;
d6e8d8
	white-space: nowrap;
d6e8d8
}
d6e8d8
d6e8d8
.rtl p.linkmcp {
d6e8d8
	float: left;
d6e8d8
}
d6e8d8
d6e8d8
p.breadcrumbs {
d6e8d8
	margin: 0;
d6e8d8
	float: left;
d6e8d8
	color: black;
d6e8d8
	font-weight: bold;
d6e8d8
	white-space: normal;
d6e8d8
	font-size: 1em;
d6e8d8
}
d6e8d8
d6e8d8
.rtl p.breadcrumbs {
d6e8d8
	float: right;
d6e8d8
}
d6e8d8
d6e8d8
p.datetime {
d6e8d8
	margin: 0;
d6e8d8
	float: right;
d6e8d8
	white-space: nowrap;
d6e8d8
	font-size: 1em;
d6e8d8
}
d6e8d8
d6e8d8
.rtl p.datetime {
d6e8d8
	float: left;
d6e8d8
}
d6e8d8
d6e8d8
p.searchbar {
d6e8d8
	padding: 2px 0;
d6e8d8
	white-space: nowrap;
d6e8d8
} 
d6e8d8
d6e8d8
p.searchbarreg {
d6e8d8
	margin: 0;
d6e8d8
	float: right;
d6e8d8
	white-space: nowrap;
d6e8d8
}
d6e8d8
d6e8d8
.rtl p.searchbarreg {
d6e8d8
	float: left;
d6e8d8
}
d6e8d8
d6e8d8
p.forumdesc {
d6e8d8
	padding-bottom: 4px;
d6e8d8
}
d6e8d8
d6e8d8
p.topicauthor {
d6e8d8
	margin: 1px 0;
d6e8d8
}
d6e8d8
d6e8d8
p.topicdetails {
d6e8d8
	margin: 1px 0;
d6e8d8
}
d6e8d8
d6e8d8
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
d6e8d8
	margin: 1px 0;
d6e8d8
	color: red;
d6e8d8
	font-weight:bold;
d6e8d8
}
d6e8d8
d6e8d8
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
d6e8d8
	color: green;
d6e8d8
	font-weight:bold;
d6e8d8
}
d6e8d8
d6e8d8
.postapprove img, .postreported img {
d6e8d8
	vertical-align: bottom;
d6e8d8
}
d6e8d8
d6e8d8
.postauthor {
d6e8d8
	color: #000000;
d6e8d8
}
d6e8d8
d6e8d8
.postdetails {
d6e8d8
	color: #000000;
d6e8d8
}
d6e8d8
d6e8d8
.postbody {
d6e8d8
	font-size: 1.3em;
d6e8d8
	line-height: 1.4em;
d6e8d8
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
d6e8d8
}
d6e8d8
d6e8d8
.postbody li, ol, ul {
d6e8d8
	margin: 0 0 0 1.5em;
d6e8d8
}
d6e8d8
d6e8d8
.rtl .postbody li, .rtl ol, .rtl ul {
d6e8d8
	margin: 0 1.5em 0 0;
d6e8d8
}
d6e8d8
d6e8d8
.posthilit {
d6e8d8
	background-color: yellow;
d6e8d8
}
d6e8d8
d6e8d8
.nav {
d6e8d8
	margin: 0;
d6e8d8
	color: black;
d6e8d8
	font-weight: bold;
d6e8d8
}
d6e8d8
d6e8d8
.pagination {
d6e8d8
	padding: 4px;
d6e8d8
	color: black;
d6e8d8
	font-size: 1em;
d6e8d8
	font-weight: bold;
d6e8d8
}
d6e8d8
d6e8d8
.cattitle {
d6e8d8
d6e8d8
}
d6e8d8
d6e8d8
.gen {
d6e8d8
	margin: 1px 1px;
d6e8d8
	font-size: 1.2em;
d6e8d8
}
d6e8d8
d6e8d8
.genmed {
d6e8d8
	margin: 1px 1px;
d6e8d8
	font-size: 1.1em;
d6e8d8
}
d6e8d8
d6e8d8
.gensmall {
d6e8d8
	margin: 1px 1px;
d6e8d8
	font-size: 1em;
d6e8d8
}
d6e8d8
d6e8d8
.copyright {
d6e8d8
	color: #444;
d6e8d8
	font-weight: normal;
d6e8d8
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
d6e8d8
}
d6e8d8
d6e8d8
.titles {
d6e8d8
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
d6e8d8
	font-weight: bold;
d6e8d8
	font-size: 1.3em;
d6e8d8
	text-decoration: none;
d6e8d8
}
d6e8d8
d6e8d8
.error {
d6e8d8
	color: red;
d6e8d8
}
d6e8d8
d6e8d8
d6e8d8
/* Tables
d6e8d8
 ------------ */
d6e8d8
th {
d6e8d8
	color: #FFA34F;
d6e8d8
	font-size: 1.1em;
d6e8d8
	font-weight: bold;
d6e8d8
	background-color: #006699;
d6e8d8
	background-image: url('./images/cellpic3.gif');
d6e8d8
	white-space: nowrap;
d6e8d8
	padding: 7px 5px;
d6e8d8
}
d6e8d8
d6e8d8
td {
d6e8d8
	padding: 2px;
d6e8d8
}
d6e8d8
td.profile {
d6e8d8
	padding: 4px;
d6e8d8
}
d6e8d8
d6e8d8
.tablebg {
d6e8d8
	background-color: #A9B8C2;
d6e8d8
}
d6e8d8
d6e8d8
.catdiv {
d6e8d8
	height: 28px;
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	border: 0;
d6e8d8
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
d6e8d8
}
d6e8d8
.rtl .catdiv {
d6e8d8
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
d6e8d8
}
d6e8d8
d6e8d8
.cat {
d6e8d8
	height: 28px;
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	border: 0;
d6e8d8
	background-color: #C7D0D7;
d6e8d8
	background-image: url('./images/cellpic1.gif');
d6e8d8
	text-indent: 4px;
d6e8d8
}
d6e8d8
d6e8d8
.row1 {
d6e8d8
	background-color: #ECECEC;
d6e8d8
	padding: 4px;
d6e8d8
}
d6e8d8
d6e8d8
.row2 {
d6e8d8
	background-color: #DCE1E5;
d6e8d8
	padding: 4px;
d6e8d8
}
d6e8d8
d6e8d8
.row3 {
d6e8d8
	background-color: #C0C8D0;
d6e8d8
	padding: 4px;
d6e8d8
}
d6e8d8
d6e8d8
.spacer {
d6e8d8
	background-color: #D1D7DC;
d6e8d8
}
d6e8d8
d6e8d8
hr {
d6e8d8
	height: 1px;
d6e8d8
	border-width: 0;
d6e8d8
	background-color: #D1D7DC;
d6e8d8
	color: #D1D7DC;
d6e8d8
}
d6e8d8
d6e8d8
.legend {
d6e8d8
	text-align:center;
d6e8d8
	margin: 0 auto;
d6e8d8
}
d6e8d8
d6e8d8
/* Links
d6e8d8
 ------------ */
d6e8d8
a:link {
d6e8d8
	color: #006597;
d6e8d8
	text-decoration: none;
d6e8d8
}
d6e8d8
d6e8d8
a:active,
d6e8d8
a:visited {
d6e8d8
	color: #005784;
d6e8d8
	text-decoration: none;
d6e8d8
}
d6e8d8
d6e8d8
a:hover {
d6e8d8
	color: #D46400;
d6e8d8
	text-decoration: underline;
d6e8d8
}
d6e8d8
d6e8d8
a.forumlink {
d6e8d8
	color: #069;
d6e8d8
	font-weight: bold;
d6e8d8
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
d6e8d8
	font-size: 1.2em;
d6e8d8
}
d6e8d8
d6e8d8
a.topictitle {
d6e8d8
	margin: 1px 0;
d6e8d8
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
d6e8d8
	font-weight: bold;
d6e8d8
	font-size: 1.2em;
d6e8d8
}
d6e8d8
d6e8d8
a.topictitle:visited {
d6e8d8
	color: #5493B4;
d6e8d8
	text-decoration: none;
d6e8d8
}
d6e8d8
d6e8d8
th a,
d6e8d8
th a:visited {
d6e8d8
	color: #FFA34F !important;
d6e8d8
	text-decoration: none;
d6e8d8
}
d6e8d8
d6e8d8
th a:hover {
d6e8d8
	text-decoration: underline;
d6e8d8
}
d6e8d8
d6e8d8
d6e8d8
/* Form Elements
d6e8d8
 ------------ */
d6e8d8
form {
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	border: 0;
d6e8d8
}
d6e8d8
d6e8d8
input {
d6e8d8
	color: #333333;
d6e8d8
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
d6e8d8
	font-size: 1.1em;
d6e8d8
	font-weight: normal;
d6e8d8
	padding: 1px;
d6e8d8
	border: 1px solid #A9B8C2;
d6e8d8
	background-color: #FAFAFA;
d6e8d8
}
d6e8d8
d6e8d8
textarea {
d6e8d8
	background-color: #FAFAFA;
d6e8d8
	color: #333333;
d6e8d8
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
d6e8d8
	font-size: 1.3em; 
d6e8d8
	line-height: 1.4em;
d6e8d8
	font-weight: normal;
d6e8d8
	border: 1px solid #A9B8C2;
d6e8d8
	padding: 2px;
d6e8d8
}
d6e8d8
d6e8d8
select {
d6e8d8
	color: #333333;
d6e8d8
	background-color: #FAFAFA;
d6e8d8
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
d6e8d8
	font-size: 1.1em;
d6e8d8
	font-weight: normal;
d6e8d8
	border: 1px solid #A9B8C2;
d6e8d8
	padding: 1px;
d6e8d8
}
d6e8d8
d6e8d8
option {
d6e8d8
	padding: 0 1em 0 0;
d6e8d8
}
d6e8d8
d6e8d8
option.disabled-option {
d6e8d8
	color: graytext;
d6e8d8
}
d6e8d8
d6e8d8
.rtl option {
d6e8d8
	padding: 0 0 0 1em;
d6e8d8
}
d6e8d8
d6e8d8
input.radio {
d6e8d8
	border: none;
d6e8d8
	background-color: transparent;
d6e8d8
}
d6e8d8
d6e8d8
.post {
d6e8d8
	background-color: white;
d6e8d8
	border-style: solid;
d6e8d8
	border-width: 1px;
d6e8d8
}
d6e8d8
d6e8d8
.btnbbcode {
d6e8d8
	color: #000000;
d6e8d8
	font-weight: normal;
d6e8d8
	font-size: 1.1em;
d6e8d8
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
d6e8d8
	background-color: #EFEFEF;
d6e8d8
	border: 1px solid #666666;
d6e8d8
}
d6e8d8
d6e8d8
.btnmain {
d6e8d8
	font-weight: bold;
d6e8d8
	background-color: #ECECEC;
d6e8d8
	border: 1px solid #A9B8C2;
d6e8d8
	cursor: pointer;
d6e8d8
	padding: 1px 5px;
d6e8d8
	font-size: 1.1em;
d6e8d8
}
d6e8d8
d6e8d8
.btnlite {
d6e8d8
	font-weight: normal;
d6e8d8
	background-color: #ECECEC;
d6e8d8
	border: 1px solid #A9B8C2;
d6e8d8
	cursor: pointer;
d6e8d8
	padding: 1px 5px;
d6e8d8
	font-size: 1.1em;
d6e8d8
}
d6e8d8
d6e8d8
.btnfile {
d6e8d8
	font-weight: normal;
d6e8d8
	background-color: #ECECEC;
d6e8d8
	border: 1px solid #A9B8C2;
d6e8d8
	padding: 1px 5px;
d6e8d8
	font-size: 1.1em;
d6e8d8
}
d6e8d8
d6e8d8
.helpline {
d6e8d8
	background-color: #DEE3E7;
d6e8d8
	border-style: none;
d6e8d8
}
d6e8d8
d6e8d8
d6e8d8
/* BBCode
d6e8d8
 ------------ */
d6e8d8
.quotetitle, .attachtitle {
d6e8d8
	margin: 10px 5px 0 5px;
d6e8d8
	padding: 4px;
d6e8d8
	border-width: 1px 1px 0 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #A9B8C2;
d6e8d8
	color: #333333;
d6e8d8
	background-color: #A9B8C2;
d6e8d8
	font-size: 0.85em;
d6e8d8
	font-weight: bold;
d6e8d8
}
d6e8d8
d6e8d8
.quotetitle .quotetitle {
d6e8d8
	font-size: 1em;
d6e8d8
}
d6e8d8
d6e8d8
.quotecontent, .attachcontent {
d6e8d8
	margin: 0 5px 10px 5px;
d6e8d8
	padding: 5px;
d6e8d8
	border-color: #A9B8C2;
d6e8d8
	border-width: 0 1px 1px 1px;
d6e8d8
	border-style: solid;
d6e8d8
	font-weight: normal;
d6e8d8
	font-size: 1em;
d6e8d8
	line-height: 1.4em;
d6e8d8
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
d6e8d8
	background-color: #FAFAFA;
d6e8d8
	color: #4B5C77;
d6e8d8
}
d6e8d8
d6e8d8
.attachcontent {
d6e8d8
	font-size: 0.85em;
d6e8d8
}
d6e8d8
d6e8d8
.codetitle {
d6e8d8
	margin: 10px 5px 0 5px;
d6e8d8
	padding: 2px 4px;
d6e8d8
	border-width: 1px 1px 0 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #A9B8C2;
d6e8d8
	color: #333333;
d6e8d8
	background-color: #A9B8C2;
d6e8d8
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
d6e8d8
	font-size: 0.8em;
d6e8d8
}
d6e8d8
d6e8d8
.codecontent {
d6e8d8
	direction: ltr;
d6e8d8
	margin: 0 5px 10px 5px;
d6e8d8
	padding: 5px;
d6e8d8
	border-color: #A9B8C2;
d6e8d8
	border-width: 0 1px 1px 1px;
d6e8d8
	border-style: solid;
d6e8d8
	font-weight: normal;
d6e8d8
	color: #006600;
d6e8d8
	font-size: 0.85em;
d6e8d8
	font-family: Monaco, 'Courier New', monospace;
d6e8d8
	background-color: #FAFAFA;
d6e8d8
}
d6e8d8
d6e8d8
.syntaxbg {
d6e8d8
	color: #FFFFFF;
d6e8d8
}
d6e8d8
d6e8d8
.syntaxcomment {
d6e8d8
	color: #FF8000;
d6e8d8
}
d6e8d8
d6e8d8
.syntaxdefault {
d6e8d8
	color: #0000BB;
d6e8d8
}
d6e8d8
d6e8d8
.syntaxhtml {
d6e8d8
	color: #000000;
d6e8d8
}
d6e8d8
d6e8d8
.syntaxkeyword {
d6e8d8
	color: #007700;
d6e8d8
}
d6e8d8
d6e8d8
.syntaxstring {
d6e8d8
	color: #DD0000;
d6e8d8
}
d6e8d8
d6e8d8
d6e8d8
/* Private messages
d6e8d8
 ------------------ */
d6e8d8
.pm_marked_colour {
d6e8d8
	background-color: #000000;
d6e8d8
}
d6e8d8
d6e8d8
.pm_replied_colour {
d6e8d8
	background-color: #A9B8C2;
d6e8d8
}
d6e8d8
d6e8d8
.pm_friend_colour {
d6e8d8
	background-color: #007700;
d6e8d8
}
d6e8d8
d6e8d8
.pm_foe_colour {
d6e8d8
	background-color: #DD0000;
d6e8d8
}
d6e8d8
d6e8d8
d6e8d8
/* Misc
d6e8d8
 ------------ */
d6e8d8
img {
d6e8d8
	border: none;
d6e8d8
}
d6e8d8
d6e8d8
.sep {
d6e8d8
	color: black;
d6e8d8
	background-color: #FFA34F;
d6e8d8
}
d6e8d8
d6e8d8
table.colortable td {
d6e8d8
	padding: 0;
d6e8d8
}
d6e8d8
d6e8d8
pre {
d6e8d8
	font-size: 1.1em;
d6e8d8
	font-family: Monaco, 'Courier New', monospace;
d6e8d8
}
d6e8d8
d6e8d8
.nowrap {
d6e8d8
	white-space: nowrap;
d6e8d8
}
d6e8d8
d6e8d8
.username-coloured {
d6e8d8
	font-weight: bold;
d6e8d8
}