Blame Extras/phpBB/3.0.4/styles/subsilver2/theme/stylesheet.css

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