-
Notifications
You must be signed in to change notification settings - Fork 1
/
colours.css
93 lines (70 loc) · 1.25 KB
/
colours.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*
THEME: 960bc
AUTHOR: Troy Dean
WEBSITE: http://www.guardianwebdesign.com.au
CLIENT NAME:
CLIENT SITE:
VERSION: 1.0
*/
/* Put your css for colours here */
body {
/*background: #fff;*/
color: #000;
}
#header {
/*background-color: #fff;*/
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}
a, h2 a:hover, h3 a:hover {
color: blue;
}
a:hover {
color: #147;
}
a img {
border: none;
}
.wp-caption {
border: 1px solid #ddd;
background-color: #f3f3f3;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
border: 0 none;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
border-left: 5px solid #ddd;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
.entry p a:visited {
color: #b85b5a;
}
.commentlist li .avatar {
border: 1px solid #eee;
background: #fff;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff;
}
.thread-alt {
background-color: #f8f8f8;
}
.thread-even {
background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
border-left: 1px solid #ddd;
}