Blame Identity/Models/Html/Punbb/style/TreeFlower.css

d6e8d8
/*
d6e8d8
 Theme Name : TreeFlower
d6e8d8
  Theme URI : http://wiki.centos.org/ArtWork/PunbbThemeDesign
d6e8d8
Description : TreeFlower is a proposed motive for CentOS
d6e8d8
              theming. This is a workaround to take Punbb
d6e8d8
              application into that look and feel. Punbb 
d6e8d8
              is the application we use in Forums.
d6e8d8
     Author : The CentOS Artwork SIG.
d6e8d8
     Licence: This CSS design is released under GPL (
d6e8d8
              http://www.opensource.org/licenses/gpl-license.php)
d6e8d8
d6e8d8
-------------------------------------------------------------
d6e8d8
     $Author:$
d6e8d8
   $Revision:$ 
d6e8d8
       $Date:$
d6e8d8
-------------------------------------------------------------
d6e8d8
*/
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 1. IMPORTED STYLESHEETS 					*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* Import the basic setup styles */
d6e8d8
@import url(imports/base.css);
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 2. TEXT SETTINGS 						*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 2.1 This sets the default Font Group */
d6e8d8
d6e8d8
.pun, 
d6e8d8
.pun input, 
d6e8d8
.pun select, 
d6e8d8
.pun textarea, 
d6e8d8
.pun optgroup {
d6e8d8
	font-family: inherit;
d6e8d8
	}
d6e8d8
d6e8d8
.pun {
d6e8d8
	color: #333;
d6e8d8
	}
d6e8d8
d6e8d8
/* Set font size for tables because IE requires it
d6e8d8
 * */
d6e8d8
d6e8d8
.pun table, 
d6e8d8
.pun input, 
d6e8d8
.pun select, 
d6e8d8
.pun optgroup, 
d6e8d8
.pun textarea, 
d6e8d8
div.postmsg p.postedit {
d6e8d8
	font-size: 1em; 
d6e8d8
	}
d6e8d8
d6e8d8
/* 2.2 Set the font-size for preformatted text i.e
d6e8d8
 * in code boxes */
d6e8d8
d6e8d8
.pun pre {
d6e8d8
	font-family: "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
d6e8d8
	}
d6e8d8
d6e8d8
/* 2.3 Font size for headers */
d6e8d8
d6e8d8
.pun h2, 
d6e8d8
.pun h4 { 
d6e8d8
	font-size: 1.2em; 
d6e8d8
	}
d6e8d8
d6e8d8
.pun h3 {
d6e8d8
	font-size: 1.1em;
d6e8d8
	}
d6e8d8
d6e8d8
#brdtitle h1 {
d6e8d8
	padding-top: 26px;
d6e8d8
	font-size: 1.4em;
d6e8d8
	line-height: 1.5em;
d6e8d8
	}
d6e8d8
d6e8d8
/* 2.4 Larger text for particular items */
d6e8d8
d6e8d8
div.postmsg p {
d6e8d8
	line-height: 1.4;
d6e8d8
	}
d6e8d8
d6e8d8
div.postleft dt {
d6e8d8
	font-size: 1.1em;
d6e8d8
	}
d6e8d8
d6e8d8
.pun pre {
d6e8d8
	font-size: 1em;
d6e8d8
	}
d6e8d8
d6e8d8
/* 2.5 Bold text */
d6e8d8
d6e8d8
#brdtitle h1, 
d6e8d8
div.postleft dt, 
d6e8d8
div.postmsg h4, 
d6e8d8
div.linkst li,
d6e8d8
div.linksb li, 
d6e8d8
div.postlinksb li, 
d6e8d8
div.forminfo h3, 
d6e8d8
p.postlink, 
d6e8d8
td.tcl h3, 
d6e8d8
.blockmenu li, 
d6e8d8
.pun span.warntext, 
d6e8d8
.pun p.warntext {
d6e8d8
	font-weight: bold;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 3. LINKS 							*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 3.1. This is the default for all links */
d6e8d8
d6e8d8
a:link  	{ text-decoration: none; color: #204C8D }
d6e8d8
a:hover 	{ text-decoration: underline; color: green; } 
d6e8d8
a:active 	{ text-decoration: underline; color: green; } 
d6e8d8
a:visited 	{ text-decoration: none; color: #204C8D; }
d6e8d8
a:visited:hover { text-decoration: underline; color: green; }
d6e8d8
d6e8d8
/* 3.2. This is the colour for links in tables
d6e8d8
 * titles rows 
d6e8d8
 */
d6e8d8
d6e8d8
.blockpost h2 a:link  		{ text-decoration: none; color: #EEE }
d6e8d8
.blockpost h2 a:hover 		{ text-decoration: underline; color: #FFF; } 
d6e8d8
.blockpost h2 a:active 		{ text-decoration: underline; color: #FFF; } 
d6e8d8
.blockpost h2 a:visited 	{ text-decoration: none; color: #EEE; }
d6e8d8
.blockpost h2 a:visited:hover 	{ text-decoration: underline; color: #FFF; }
d6e8d8
d6e8d8
/* 3.3. This is the color for page bottom credits.
d6e8d8
 * */
d6e8d8
d6e8d8
.credits a:link  	 { text-decoration: none; color: #EEE }
d6e8d8
.credits a:hover 	 { text-decoration: underline; color: #FFF; } 
d6e8d8
.credits a:active  	 { text-decoration: underline; color: #FFF; } 
d6e8d8
.credits a:visited 	 { text-decoration: none; color: #EEE; }
d6e8d8
.credits a:visited:hover { text-decoration: underline; color: #FFF; }
d6e8d8
.credits a 		 { font-style: italic; }
d6e8d8
d6e8d8
/* 3.4 This is for closed topics and "hot" links */
d6e8d8
d6e8d8
tr.iclosed td.tcl a:link, 
d6e8d8
tr.iclosed td.tcl a:visited 	{ }
d6e8d8
tr.iclosed td.tcl a:hover   	{ }
d6e8d8
d6e8d8
li.maintenancelink a:link, 
d6e8d8
li.maintenancelink a:visited 	{ }
d6e8d8
li.maintenancelink a:hover 	{ }
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 4. BORDER WIDTH AND STYLE 					*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 4.1 By default borders are 1px solid */
d6e8d8
d6e8d8
div.box, 
d6e8d8
.pun td, 
d6e8d8
.pun th, 
d6e8d8
div.blockpost label {
d6e8d8
	border-style: solid;
d6e8d8
	border-width: 1px
d6e8d8
	}
d6e8d8
d6e8d8
.pun blockquote, div.codebox, div.forminfo {
d6e8d8
	border: none;
d6e8d8
	}
d6e8d8
d6e8d8
/* 4.2 Special settings for the board header. */
d6e8d8
d6e8d8
#brdheader div.box { 
d6e8d8
	border: none;
d6e8d8
        background-color: #204C8D;
d6e8d8
        background-image: url("../img/header-background.png");
d6e8d8
	}
d6e8d8
d6e8d8
/* 4.3 Borders for table cells */
d6e8d8
d6e8d8
.pun td, .pun th {
d6e8d8
	border-bottom: none;
d6e8d8
	border-right: none
d6e8d8
	}
d6e8d8
d6e8d8
.pun .tcl {
d6e8d8
	border-left: none
d6e8d8
	}
d6e8d8
d6e8d8
/* 4.4 Special setting for fieldsets to preserve
d6e8d8
 * IE defaults */
d6e8d8
d6e8d8
div > fieldset {
d6e8d8
	border-style: solid;
d6e8d8
	border-width: 1px
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 5. VERTICAL AND PAGE SPACING 				*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 5.1 Page margins */
d6e8d8
d6e8d8
html {
d6e8d8
        background-image:url(../img/html-background.png);
d6e8d8
        background-color: #FFF;
d6e8d8
        font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
d6e8d8
        font-size: 0.80em;
d6e8d8
        line-height: 1.25em;
d6e8d8
        /* margin: 0;           /* <- full screen                       */
d6e8d8
        /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
d6e8d8
        /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
d6e8d8
        margin: 0 4% 0 4%;      /* <- with 4% of left and right margin  */
d6e8d8
        /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
d6e8d8
	}
d6e8d8
d6e8d8
body {
d6e8d8
        background-color: #FFF;
d6e8d8
        border-width: 10px;
d6e8d8
        border-style: solid;
d6e8d8
        border-color: #FFF;     
d6e8d8
        padding:0;
d6e8d8
	margin:0;
d6e8d8
	}
d6e8d8
d6e8d8
#punwrap {
d6e8d8
	margin: 0;
d6e8d8
	}
d6e8d8
d6e8d8
/* 5.2 Creates vertical space between main board
d6e8d8
 * elements (Margins) */
d6e8d8
d6e8d8
div.blocktable,
d6e8d8
div.block,
d6e8d8
div.blockform,
d6e8d8
div.block2col,
d6e8d8
#postreview {
d6e8d8
	margin-bottom: 12px;
d6e8d8
	}
d6e8d8
d6e8d8
#punindex div.blocktable,
d6e8d8
div.blockpost {
d6e8d8
	margin-bottom: 6px;
d6e8d8
	}
d6e8d8
d6e8d8
div.block2col div.blockform, 
d6e8d8
div.block2col div.block {
d6e8d8
	margin-bottom: 0px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 5.3 Remove space above breadcrumbs, postlinks
d6e8d8
 * and pagelinks with a negative top margin */
d6e8d8
d6e8d8
div.linkst,
d6e8d8
div.linksb {
d6e8d8
	margin-top: -12px;
d6e8d8
	}
d6e8d8
d6e8d8
div.postlinksb {
d6e8d8
	margin-top: -6px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 5.4 Put a 12px gap above the board information
d6e8d8
 * box in index because the category tables only
d6e8d8
 * have a 6px space beneath them */
d6e8d8
d6e8d8
#brdstats { 
d6e8d8
	margin-top: 12px; 
d6e8d8
	}
d6e8d8
d6e8d8
/* 5.5 Header presentation. This is where the
d6e8d8
 * CentOS Theme motive take place. */
d6e8d8
d6e8d8
#brdtitle {
d6e8d8
        line-height: 1.0em;
d6e8d8
        border:none;
d6e8d8
	color: #FFF;
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	}
d6e8d8
d6e8d8
/* 5.6. Logo presentation. */
d6e8d8
d6e8d8
#logo {
d6e8d8
        float: left;
d6e8d8
        margin: 10px;
d6e8d8
	margin-right: 1.5em;
d6e8d8
        padding: 0;
d6e8d8
        /* For text only logo */
d6e8d8
        font-size: 1.4em;
d6e8d8
        line-height: 1em;
d6e8d8
	vertical-align: middle;
d6e8d8
        font-weight: bold;
d6e8d8
	}
d6e8d8
d6e8d8
/* 5.7. Pageline */
d6e8d8
d6e8d8
.pageline {
d6e8d8
        clear: both;
d6e8d8
        margin: 0;
d6e8d8
        padding: 0;
d6e8d8
        width: 100%;
d6e8d8
        /* sync these values, line-height is needed for IE */
d6e8d8
        height: 5px;
d6e8d8
        line-height: 5px;
d6e8d8
        background: #628ECA;
d6e8d8
        }
d6e8d8
d6e8d8
#brdheader .pageline { border-bottom: 1px solid #DDD; }
d6e8d8
#brdfooter .pageline { border-top: 1px solid #DDD; }
d6e8d8
d6e8d8
/* 5.8. Redirect page */
d6e8d8
d6e8d8
#punredirect div.block, 
d6e8d8
#punmaint div.block {
d6e8d8
	margin: 20% 20% 29% 20%;
d6e8d8
	}
d6e8d8
d6e8d8
/* 5.9 Footer */
d6e8d8
d6e8d8
#brdfooter {
d6e8d8
	margin-bottom: 0;	
d6e8d8
	}
d6e8d8
d6e8d8
#brdfooter div.box {
d6e8d8
	border: none;
d6e8d8
	background-color: transparent;
d6e8d8
	}
d6e8d8
d6e8d8
.credits {
d6e8d8
	border: none;
d6e8d8
        background-color: #204C8D;
d6e8d8
        background-image: url("../img/header-background.png");
d6e8d8
	text-align: center;
d6e8d8
	padding: 1em !important;
d6e8d8
	color: #EEE;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 6. SPACING AROUND CONTENT 					*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 6.1 Default padding for main items */
d6e8d8
d6e8d8
div.block div.inbox,
d6e8d8
div.blockmenu div.inbox { 
d6e8d8
	padding: 3px 6px; 
d6e8d8
	}
d6e8d8
d6e8d8
.pun p, 
d6e8d8
.pun ul, 
d6e8d8
.pun dl, 
d6e8d8
div.blockmenu li, 
d6e8d8
.pun label, 
d6e8d8
#announce div.inbox div { 
d6e8d8
	padding: 3px 0; 
d6e8d8
	}
d6e8d8
d6e8d8
.pun h2 {
d6e8d8
	padding: 0.5em;
d6e8d8
	font-weight: bold;
d6e8d8
	color: #FFF;
d6e8d8
	border: 1px solid #204C8D;
d6e8d8
	}
d6e8d8
d6e8d8
/* 6.2 Special spacing for various elements */
d6e8d8
d6e8d8
.pun h1 {
d6e8d8
	padding: 3px 0px 0px 0;
d6e8d8
	}
d6e8d8
d6e8d8
#brdtitle p {
d6e8d8
	padding-top: 0px;
d6e8d8
	}
d6e8d8
d6e8d8
div.linkst {
d6e8d8
	padding: 8px 6px 3px 6px;
d6e8d8
	}
d6e8d8
d6e8d8
div.linksb, 
d6e8d8
div.postlinksb { 
d6e8d8
	padding: 3px 6px 8px 6px; 
d6e8d8
	}
d6e8d8
d6e8d8
#brdwelcome, 
d6e8d8
#brdfooter dl a, 
d6e8d8
div.blockmenu li, 
d6e8d8
div.rbox input  {
d6e8d8
	line-height: 1.4em;
d6e8d8
	}
d6e8d8
d6e8d8
#brdwelcome { 
d6e8d8
	background-color: #FFF; 
d6e8d8
	border: none;
d6e8d8
	}
d6e8d8
d6e8d8
#viewprofile dt, 
d6e8d8
#viewprofile dd {
d6e8d8
	padding: 0 3px; line-height: 2em;
d6e8d8
	}
d6e8d8
d6e8d8
/* 6.4 Create some horizontal spacing for various
d6e8d8
 * elements */
d6e8d8
d6e8d8
.brdmenu li { 
d6e8d8
	display:inline; 
d6e8d8
	}
d6e8d8
d6e8d8
.brdmenu li, 
d6e8d8
div.rbox input, 
d6e8d8
div.blockform p input  {
d6e8d8
	margin-right: 12px;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 7. SPACING FOR TABLES 					*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
.pun th, 
d6e8d8
.pun td {
d6e8d8
	padding: 4px 6px;
d6e8d8
	}
d6e8d8
d6e8d8
.pun td p {
d6e8d8
	padding: 5px 0 0 0;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 8. SPACING FOR POSTS 					*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 8.1 Padding around left and right columns in
d6e8d8
 * viewtopic */
d6e8d8
d6e8d8
div.postleft dl,
d6e8d8
div.postright {
d6e8d8
	padding: 6px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 8.2 Extra spacing for poster contact details
d6e8d8
 * and avatar */
d6e8d8
d6e8d8
dd.usercontacts, 
d6e8d8
dd.postavatar {
d6e8d8
	margin-top: 5px;
d6e8d8
	}
d6e8d8
d6e8d8
dd.postavatar {
d6e8d8
	margin-bottom: 5px;
d6e8d8
	}
d6e8d8
d6e8d8
dd.postavatar img {
d6e8d8
	border: 1px solid #333;
d6e8d8
}
d6e8d8
d6e8d8
/* 8.3 Extra top spacing for signatures and edited
d6e8d8
 * by */
d6e8d8
d6e8d8
div.postsignature, 
d6e8d8
div.postmsg p.postedit {
d6e8d8
	padding-top: 15px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 8.4 Spacing for code and quote boxes */
d6e8d8
d6e8d8
div.postmsg h4 {
d6e8d8
	margin-bottom: 10px;
d6e8d8
	}
d6e8d8
d6e8d8
.pun blockquote,
d6e8d8
div.codebox {
d6e8d8
	margin: 5px 15px 15px 15px; 
d6e8d8
	padding: 8px;
d6e8d8
	}
d6e8d8
d6e8d8
div.scrollbox {
d6e8d8
	height: 1.5em !important;
d6e8d8
	}
d6e8d8
d6e8d8
/* 8.5 Padding for the action links and online
d6e8d8
 * indicator in viewtopic */
d6e8d8
d6e8d8
div.postfootleft p,
d6e8d8
div.postfootright ul, 
d6e8d8
div.postfootright div {
d6e8d8
	padding: 5px 6px 5px 6px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 8.6 This is the input on moderators
d6e8d8
 * multi-delete view */
d6e8d8
d6e8d8
div.blockpost input, 
d6e8d8
div.blockpost label {
d6e8d8
	padding: 3px;
d6e8d8
	display: inline;
d6e8d8
	}
d6e8d8
d6e8d8
p.multidelete {
d6e8d8
	padding-top: 15px;
d6e8d8
	padding-bottom: 5px
d6e8d8
	}
d6e8d8
d6e8d8
p.multidelete label {
d6e8d8
	border-color: #ACC2E4;	
d6e8d8
	}
d6e8d8
d6e8d8
/* 8.7 Make sure paragraphs in posts don't get any
d6e8d8
 * padding */
d6e8d8
d6e8d8
div.postmsg p {
d6e8d8
	padding: 0;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 9. SPECIAL SPACING FOR FORMS 				*/
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 9.1 Padding around fieldsets */
d6e8d8
d6e8d8
div.blockform form,
d6e8d8
div.fakeform {
d6e8d8
	padding: 20px 20px 15px 20px;
d6e8d8
	}
d6e8d8
d6e8d8
div.inform {
d6e8d8
	padding-bottom: 12px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 9.2 Padding inside fieldsets */
d6e8d8
d6e8d8
.pun fieldset {
d6e8d8
	padding: 0px 12px 0px 12px;
d6e8d8
	}
d6e8d8
d6e8d8
div.infldset {
d6e8d8
	padding: 9px 0px 12px 0;
d6e8d8
	}
d6e8d8
d6e8d8
.pun legend {
d6e8d8
	padding: 0px 6px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 9.3 The information box at the top of the
d6e8d8
 * registration form and elsewhere */
d6e8d8
d6e8d8
div.forminfo {
d6e8d8
	margin-bottom: 12px;
d6e8d8
	padding: 9px 10px
d6e8d8
	}
d6e8d8
d6e8d8
/* 9.4 BBCode help links in post forms */
d6e8d8
d6e8d8
ul.bblinks li {
d6e8d8
	padding-right: 20px;
d6e8d8
	}
d6e8d8
d6e8d8
ul.bblinks {
d6e8d8
	padding-bottom: 10px; 
d6e8d8
	padding-left: 4px;
d6e8d8
	}
d6e8d8
d6e8d8
/* 9.5 Horizontal positioning for the submit
d6e8d8
 * button on forms */
d6e8d8
d6e8d8
div.blockform p input {
d6e8d8
	margin-left: 12px;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 10. POST STATUS INDICATORS                                   */
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 10.1. These are the post status indicators which
d6e8d8
 * appear at the left of some tables. .inew = new
d6e8d8
 * posts, .iredirect = redirect forums, .iclosed =
d6e8d8
 * closed topics and .isticky = sticky topics. By
d6e8d8
 * default only .inew is different from the
d6e8d8
 * default.*/
d6e8d8
d6e8d8
div.icon {
d6e8d8
	float: left;
d6e8d8
	margin-top: 0.1em;
d6e8d8
	margin-left: 0.2em;
d6e8d8
	display: block;
d6e8d8
	border-width: 0.6em 0.6em 0.6em 0.6em;
d6e8d8
	border-style: solid;
d6e8d8
	}
d6e8d8
d6e8d8
div.searchposts div.icon {
d6e8d8
	margin-left: 0;
d6e8d8
	}
d6e8d8
d6e8d8
/* 10.2 Class .tclcon is a div inside the first
d6e8d8
 * column of tables with post indicators. The
d6e8d8
 * margin creates space for the post status
d6e8d8
 * indicator */
d6e8d8
d6e8d8
td div.tclcon {
d6e8d8
	margin-left: 2.3em;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 11. BACKGROUND AND TEXT COLOURS */
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 11.1. Default background colour and text colour */
d6e8d8
d6e8d8
div.box,
d6e8d8
div.codebox, 
d6e8d8
#adminconsole fieldset th,
d6e8d8
.pun blockquote, 
d6e8d8
.rowodd, 
d6e8d8
.roweven {
d6e8d8
	background-color: #F5F9FF;
d6e8d8
	}
d6e8d8
d6e8d8
#adminconsole td, 
d6e8d8
#adminconsole th {
d6e8d8
	border-color: #F5F9FF;
d6e8d8
	}
d6e8d8
d6e8d8
/* 11.2. Darker background colours */
d6e8d8
d6e8d8
td.tc2, 
d6e8d8
td.tc3, 
d6e8d8
td.tcmod, 
d6e8d8
#postpreview, 
d6e8d8
#viewprofile dd, 
d6e8d8
div.forminfo,
d6e8d8
#adminconsole fieldset td, 
d6e8d8
div.blockmenu div.box, 
d6e8d8
#adstats dd {
d6e8d8
	background-color: #EDF4FF; 
d6e8d8
	}
d6e8d8
d6e8d8
/* 1.3. Main headers and navigation bar background and text colour */
d6e8d8
d6e8d8
.pun h2 {
d6e8d8
	background-color: #204C8D;
d6e8d8
	background-image: url("../img/h1-background.png");
d6e8d8
	}
d6e8d8
d6e8d8
#brdheader .brdmenu {
d6e8d8
        display: block;
d6e8d8
        margin: 0;
d6e8d8
	padding: 0;
d6e8d8
        white-space: nowrap;
d6e8d8
        background: #EDF4FF;
d6e8d8
	border-bottom: 2px dotted #628ECA;
d6e8d8
	}
d6e8d8
d6e8d8
#brdfooter .brdmenu {
d6e8d8
        display: block;
d6e8d8
        margin: 0;
d6e8d8
	padding: 0;
d6e8d8
        white-space: nowrap;
d6e8d8
        background: #EDF4FF;
d6e8d8
	border-top: 2px dotted #628ECA;
d6e8d8
	}
d6e8d8
d6e8d8
.brdmenu ul {
d6e8d8
	padding: 3px !important;
d6e8d8
	padding-left: 20px !important;
d6e8d8
	text-align: center;
d6e8d8
	}
d6e8d8
d6e8d8
/* 1.4. Table header rows */
d6e8d8
d6e8d8
.pun th {
d6e8d8
	background-color: #f6f6f6; 
d6e8d8
	font-weight: bold;
d6e8d8
	color: #333;
d6e8d8
	}
d6e8d8
d6e8d8
/* 1.5. Fieldset legend text colour */
d6e8d8
d6e8d8
.pun legend {
d6e8d8
	color: #204C8D; 
d6e8d8
	}
d6e8d8
d6e8d8
/* 1.6. Highlighted text for various items */
d6e8d8
d6e8d8
.pun div.blockmenu li.isactive a, 
d6e8d8
#posterror li strong {
d6e8d8
	color: #333;
d6e8d8
	}
d6e8d8
	
d6e8d8
/****************************************************************/
d6e8d8
/* 12. POST BACKGROUNDS AND TEXT */
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 12.1 This is the setup for posts. */
d6e8d8
d6e8d8
div.blockpost div.box, 
d6e8d8
div.postright, 
d6e8d8
div.postfootright {
d6e8d8
	background-color: #EDF4FF;
d6e8d8
	}
d6e8d8
d6e8d8
div.postright,
d6e8d8
div.postfootright {
d6e8d8
	border-left-color: #F5F9FF;
d6e8d8
	}
d6e8d8
d6e8d8
div.postleft,
d6e8d8
div.postfootleft,
d6e8d8
div.blockpost label {
d6e8d8
	background-color: #F5F9FF; 
d6e8d8
	}
d6e8d8
d6e8d8
/* 12.2 Background for post headers and text colour
d6e8d8
 * for post numbers in viewtopic */
d6e8d8
d6e8d8
div.blockpost h2 {
d6e8d8
	background-color: #204C8D; 
d6e8d8
	}
d6e8d8
d6e8d8
div.blockpost h2 span.conr { color: #EEE; }
d6e8d8
d6e8d8
/* 12.3 This is the line above the signature in
d6e8d8
 * posts. Colour and background should be the same
d6e8d8
 * */
d6e8d8
d6e8d8
.pun hr {
d6e8d8
	background-color: #333; 
d6e8d8
	color: #333;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 13. BORDER COLOURS */
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* 13.1 All external borders */
d6e8d8
d6e8d8
/* 13.2 Makes the top border of posts match the
d6e8d8
 * colour used for post headers */
d6e8d8
d6e8d8
div.blockpost div.box { }
d6e8d8
d6e8d8
/* 13.3 Table internal borders. By default th is
d6e8d8
 * same as background so border is invisible */
d6e8d8
d6e8d8
.pun td {border-color: #BBCEDE}
d6e8d8
.pun th {border-color: #D1D1D1}
d6e8d8
d6e8d8
/* 13.4. Creates the inset border for quote boxes,
d6e8d8
 * code boxes and form info boxes */
d6e8d8
d6e8d8
.pun blockquote, 
d6e8d8
div.codebox, 
d6e8d8
div.forminfo, 
d6e8d8
div.blockpost label {
d6e8d8
	border-left: 4px solid #ACC2E4 !important;
d6e8d8
	}
d6e8d8
d6e8d8
/* 13.5. Gecko's default fieldset borders are
d6e8d8
 * really nasty so this gives them a colour
d6e8d8
 * without interferring with IE's rather nice
d6e8d8
 * default.
d6e8d8
 */
d6e8d8
d6e8d8
.pun div > fieldset {
d6e8d8
	border-color: #628ECA;
d6e8d8
	}
d6e8d8
d6e8d8
/****************************************************************/
d6e8d8
/* 14. POST STATUS INDICATORS */
d6e8d8
/****************************************************************/
d6e8d8
d6e8d8
/* These are the post status indicators which
d6e8d8
 * appear at the left of some tables.  .inew = new
d6e8d8
 * posts, .iredirect = redirect forums, .iclosed =
d6e8d8
 * closed topics and .isticky = sticky topics. The
d6e8d8
 * default is "icon". By default only .inew is
d6e8d8
 * different.*/
d6e8d8
d6e8d8
div.icon {
d6e8d8
	border-color: #E6E6E6 #DEDEDE #DADADA #E2E2E2;
d6e8d8
	}
d6e8d8
d6e8d8
tr.iredirect div.icon {
d6e8d8
	border-color: #F5F9FF #F5F9FF #F5F9FF #F5F9FF;
d6e8d8
	}
d6e8d8
d6e8d8
div.inew {
d6e8d8
	border-color: #0080D7 #0065C0 #0058B3 #0072CA;
d6e8d8
	}