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