-
Notifications
You must be signed in to change notification settings - Fork 0
/
color-scheme.css
50 lines (36 loc) · 1.45 KB
/
color-scheme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*******************************************************************
* TITLE: Color Scheme Stylesheet for Blue Haze *
* URI : http://www.oswd.org/design/xxx/bluehaze/color-scheme.css *
* MODIF: 2003-01-05 1608 +0800 *
*******************************************************************/
/* ------------------------------------------------------------------------
Four basic colors are used to render Blue Haze. These are:
1. Text Color
2. Border Color
3. Background Color (darker)
4. Background Color (lighter)
To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */
/* ###### General Color Scheme ###### */
h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */
color: #36C;
}
h1, q, #header, .sideBox, .sideBox div
{ /* Border Color: */ border-color: #0080ff; }
#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */ background-color: #e8f0ff; }
q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */ background-color: #fafcff; }
/* ###### Special Colors ###### */
acronym {
color: blue;
border-bottom-color: blue;
}
#bodyText a {
color: #4080ff;
border-bottom-color: #4080ff;
}
#footer {
background-color: #f2f6ff;
}