Colour style sheet mainly to display the site with colours. Green and black will be the two main colours of the site. Hope you like it.
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
51
52
| /* *** Colour *** */ /* Begin Structure */ body { background: #000000; } div#wrapper { background: #ffffff; } div#main { border: 3px solid #98c92a; } div#container { background: #ffffff; } div#content { background: #ffffff; } div#sidebar { background: #ffffff; } div#header, div#footer { background: #000000; color: #ffffff; } /* End Structure */ /* Begin Entry */ a { color: #98c92a; } /* End Entry */ /* Begin NavMenu */ div#navmenu { background: #98c92a; } div#navmenu a { color: #ffffff; } div#navmenu li.current_page_item a { color: #000000; } /* End NavMenu */
|
References
No Comments
No comments yet.