Blame Identity/Webenv/phpBB/3.0.4/styles/subsilver2/theme/stylesheet.css

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