punbb/style/imports/Oxygen_cs.css
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
/* 1. BACKGROUND AND TEXT COLOURS */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
/* 1.1 Default background colour and text colour */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
BODY {BACKGROUND-COLOR: #FFF}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
.pun {COLOR: #333}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #F1F1F1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #F1F1F1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
/* 1. 2 Darker background colours */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #DEDFDF}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
/* 1.3 Main headers and navigation bar background and text colour */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
.pun H2, #brdmenu {BACKGROUND-COLOR: #0066B9; COLOR: #FFF}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
/* 1.4 Table header rows */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
.pun TH {BACKGROUND-COLOR: #D1D1D1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    26
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
/* 1.5 Fieldset legend text colour */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
.pun LEGEND {COLOR: #005CB1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
/* 1.6 Highlighted text for various items */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #333}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    36
/* 2. POST BACKGROUNDS AND TEXT */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    37
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    38
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    39
/* 2.1 This is the setup for posts. */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    40
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    41
DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #DEDFDF}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    42
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    43
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #F1F1F1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    44
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    45
/* 2.2 Background for post headers and text colour for post numbers in viewtopic */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    46
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    47
DIV.blockpost H2 {BACKGROUND-COLOR: #006FC9}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    48
DIV.blockpost H2 SPAN.conr {COLOR: #AABDCD}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    49
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    50
/* 2.3 This is the line above the signature in posts. Colour and background should be the same */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    51
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    52
.pun HR {BACKGROUND-COLOR: #333; COLOR: #333}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    53
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    54
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    55
/* 3. BORDER COLOURS */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    56
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    57
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    58
/* 3.1 All external borders */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    59
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    60
DIV.box {BORDER-COLOR: #0066B9}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    61
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    62
/* 3.2 Makes the top border of posts match the colour used for post headers */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    63
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    64
DIV.blockpost DIV.box {BORDER-COLOR: #006fC9 #0066B9 #0066B9}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    65
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    66
/* 3.3 Table internal borders. By default TH is same as background so border is invisible */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    67
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    68
.pun TD {BORDER-COLOR: #BBCEDE}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    69
.pun TH {BORDER-COLOR: #D1D1D1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    70
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    71
/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    72
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    73
.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #ACA899 #FFF #FFF #ACA899}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    74
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    75
/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    76
without interferring with IE's rather nice default */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    77
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    78
.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    79
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    80
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    81
/* 4. LINK COLOURS */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    82
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    83
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    84
/* 4.1 This is the default for all links */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    85
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    86
.pun A:link, .pun A:visited {COLOR: #005CB1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    87
.pun A:hover {COLOR: #B42000}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    88
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    89
/* 4.2 This is the colour for links in header rows and the navigation bar */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    90
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    91
.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #FFF}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    92
.pun H2 A:hover, #brdmenu A:hover {COLOR: #FFF}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    93
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    94
/* 4.3 This is for closed topics and "hot" links */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    95
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    96
LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    97
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    98
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    99
LI.maintenancelink A:hover {COLOR: #B42000}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   100
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   101
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   102
/* 5. POST STATUS INDICATORS */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   103
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   104
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   105
/* These are the post status indicators which appear at the left of some tables. 
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   106
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   107
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   108
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   109
DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   110
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   111
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}