punbb/style/imports/Radium_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: #2A2A2A}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
.pun {COLOR: #D4D4D4}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
DIV.box,  #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #383838}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #383838}
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, #brdfooter DIV.box {BACKGROUND-COLOR: #424242}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
#adminconsole FIELDSET TD, #viewprofile DD, DIV.forminfo, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #484848}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
.pun BLOCKQUOTE, DIV.codebox {BACKGROUND-COLOR: #353533}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
/* 1.3 Main headers and navigation bar background and text colour */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
.pun H2, #brdmenu {BACKGROUND-COLOR: #565656; COLOR: #D4D4D4}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
/* 1.4 Table header rows */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    26
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
.pun TH, .bgc4 {BACKGROUND-COLOR: #484848}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
/* 1.5 Fieldset legend text colour */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
.pun LEGEND {COLOR: #60C860}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
/* 1.6 Highlighted text for various items */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #D4D4D4}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    36
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    37
/* 1.7 Dark background for form elements */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    38
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    39
.pun TEXTAREA, .pun INPUT, .pun SELECT {BACKGROUND-COLOR: #2A2A2A; COLOR: #D4D4D4}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    40
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    41
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    42
/* 2. POST BACKGROUNDS AND TEXT */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    43
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    44
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    45
/* 2.1 This is the setup for posts. */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    46
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    47
DIV.blockpost DIV.box, DIV.postright, DIV.postfootright, #postpreview {BACKGROUND-COLOR: #383838}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    48
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #424242}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    49
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #424242}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    50
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    51
/* 2.2 Background for post headers and text colour for post numbers in viewtopic */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    52
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    53
DIV.blockpost H2 {BACKGROUND-COLOR: #565656}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    54
DIV.blockpost H2 SPAN.conr {COLOR: #A19E96}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    55
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    56
/* 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
    57
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    58
.pun HR {BACKGROUND-COLOR: #606060; COLOR: #606060} 
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    59
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    60
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    61
/* 3. BORDER COLOURS */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    62
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    63
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    64
/* 3.1 All external borders (H1 is the board title) */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    65
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    66
DIV.box {BORDER-COLOR: #565656}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    67
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    68
/* 3.2 Makes the top border of posts match the colour used for post headers */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    69
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    70
DIV.blockpost DIV.box {BORDER-COLOR: #565656 #525252 #525252}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    71
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    72
/* 3.3 Table internal borders. By default TH is same as background so border is invisible */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    73
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    74
.pun TD {BORDER-COLOR: #565656}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    75
.pun TH {BORDER-COLOR: #484848}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    76
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    77
/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    78
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    79
.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #606060}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    80
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    81
/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    82
without interferring with IE's rather nice default */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    83
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    84
.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    85
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    86
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    87
/* 4. LINK COLOURS */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    88
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    89
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    90
/* 4.1 This is the default for all links */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    91
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    92
.pun A:link, .pun A:visited {COLOR: #60C860}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    93
.pun A:hover {COLOR: #80EE80}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    94
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    95
/* 4.2 This is the colour for links in header rows and the navigation bar */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    96
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    97
.pun H2 A:link, .pun H2 A:visited {COLOR: #D4D4D4}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    98
.pun H2 A:hover {COLOR: #D4D4D4}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    99
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   100
/* 4.3 This is for closed topics and "hot" links */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   101
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   102
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
   103
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   104
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #FF4000}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   105
LI.maintenancelink A:hover {COLOR: #FF5010}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   106
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   107
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   108
/* 5. POST STATUS INDICATORS */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   109
/****************************************************************/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   110
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   111
/* These are the post status indicators which appear at the left of some tables. 
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   112
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   113
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   114
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   115
DIV.icon {BORDER-COLOR: #484848 #404040 #3C3C3C #444444}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   116
TR.iredirect DIV.icon {BORDER-COLOR: #383838 #383838 #383838 #383838}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   117
DIV.inew {BORDER-COLOR: #60C860 #54AF54 #499849 #59B657}
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   118
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   119
/* 5.2 Class .tclcon is a div inside the first column of tables with post indicators. The
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   120
margin creates space for the post status indicator */
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   121
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   122
TD DIV.tclcon {MARGIN-LEFT: 2.3em}