|
1 body { |
|
2 background:#C0DCF3; |
|
3 color:#434854; |
|
4 } |
|
5 blockquote,pre { |
|
6 background:#E3F0FA; |
|
7 border:1px dashed #89A6C6; |
|
8 } |
|
9 a { |
|
10 color:#3465A4; |
|
11 } |
|
12 textarea,.textfield { |
|
13 background:#FFF; |
|
14 border:1px solid #89A6C6; |
|
15 padding:3px; |
|
16 font-size:12px; |
|
17 } |
|
18 .valid { |
|
19 color:#119900; |
|
20 } |
|
21 .invalid { |
|
22 color:#ff4a00; |
|
23 } |
|
24 .button, |
|
25 a#cancel-comment-reply-link { |
|
26 background:#3465A4; |
|
27 border-color:#3465A4 #0D1F5B #0D1F5B #3465A4; |
|
28 color:#FFFFFF; |
|
29 } |
|
30 .button:hover, |
|
31 a#cancel-comment-reply-link:hover { |
|
32 background:#1C4584; |
|
33 border-color:#0D1F5B #3465A4 #3465A4 #0D1F5B; |
|
34 } |
|
35 .sided, |
|
36 .wp-caption { |
|
37 background:#EEF6FE; |
|
38 border:1px solid #B0C6D9; |
|
39 } |
|
40 a .sided:hover { |
|
41 border-color:#204A87; |
|
42 } |
|
43 .boxcaption, |
|
44 .box, |
|
45 #related_posts, |
|
46 #related_posts ul li { |
|
47 border-color:#89A6C6; |
|
48 background:#FFF; |
|
49 } |
|
50 .boxcaption h3, |
|
51 #related_posts h3, |
|
52 .messagebox .content { |
|
53 background:#EEF6FE; |
|
54 } |
|
55 .bottom_separator { |
|
56 border-bottom:1px dashed #89A6C6; |
|
57 } |
|
58 |
|
59 /* header START */ |
|
60 #header { |
|
61 border-bottom:1px solid #89A6C6; |
|
62 } |
|
63 #header .inner { |
|
64 background:#E3F0FA; |
|
65 border-bottom:1px solid #FFF; |
|
66 } |
|
67 #header .caption { |
|
68 border-color:#9CACC3; |
|
69 } |
|
70 #title a { |
|
71 color:#434854; |
|
72 text-decoration:none; |
|
73 } |
|
74 #title a:hover { |
|
75 color:#204A87; |
|
76 } |
|
77 #tagline { |
|
78 color:#5C7083; |
|
79 } |
|
80 #navigation li a { |
|
81 border-color:#B0C6D9; |
|
82 } |
|
83 #searchbox .textfield { |
|
84 border:1px solid #BCCCD9; |
|
85 background:#F6FCFF url(search_background.gif) no-repeat right !important; |
|
86 background:#F6FCFF url(search_background_ie.gif) no-repeat right; |
|
87 background-position:0 0 !important; |
|
88 background-position:0 -21px; |
|
89 } |
|
90 #searchbox .textfield:focus { |
|
91 border:1px solid #89A6C6; |
|
92 background:#FFF url(search_background.gif) no-repeat right !important; |
|
93 background-position:0 -21px !important; |
|
94 } |
|
95 #searchbox .searchtip { |
|
96 color:#BCCCD9; |
|
97 } |
|
98 #navigation li a#feed img { |
|
99 background-image:url(feed_switch.gif); |
|
100 } |
|
101 #navigation li a#twitter img { |
|
102 background-image:url(twitter_switch.gif); |
|
103 } |
|
104 /* header END */ |
|
105 |
|
106 /* submenu START */ |
|
107 #navigation li ul { |
|
108 background:#D9ECFB; |
|
109 border-color:#89A6C6; |
|
110 } |
|
111 /* submenu END */ |
|
112 |
|
113 /* main START */ |
|
114 #container { |
|
115 background:#F9FCFF url(background.gif) repeat; |
|
116 } |
|
117 #content { |
|
118 background:#F6FCFF url(content_background.gif) repeat-y top right; |
|
119 border:solid 1px #89A6C6; |
|
120 } |
|
121 #bottom .postnav { |
|
122 border-top:1px dashed #89A6C6; |
|
123 } |
|
124 #bottom .anchor span { |
|
125 background:url(go_top.gif) no-repeat left center; |
|
126 } |
|
127 #notice { |
|
128 border:1px solid #89A6C6; |
|
129 } |
|
130 #notice .inner { |
|
131 background:#D6E9FA; |
|
132 border:1px solid #FFF; |
|
133 } |
|
134 #notice .icon { |
|
135 background:url(notice.gif) no-repeat top left; |
|
136 } |
|
137 #notice .content .separator { |
|
138 border-right:1px solid #89A6C6; |
|
139 } |
|
140 .post .title h2 { |
|
141 color:#3465A4; |
|
142 padding-bottom:3px; |
|
143 border-bottom:1px solid #E0ECF6; |
|
144 } |
|
145 .post .title a { |
|
146 color:#3465A4; |
|
147 text-decoration:none; |
|
148 } |
|
149 .post .title a:hover { |
|
150 color:#204A87; |
|
151 } |
|
152 .post .info, |
|
153 #related_posts .excerpt { |
|
154 color:#5C7083; |
|
155 } |
|
156 .post .comments { |
|
157 background:url(comment.gif) no-repeat bottom left; |
|
158 } |
|
159 .post .content table { |
|
160 background:#FFF; |
|
161 border-color:#B0C6D9; |
|
162 } |
|
163 .post .content th, |
|
164 .post .content td { |
|
165 border-color:#B0C6D9; |
|
166 } |
|
167 .post .content tr.even td { |
|
168 background:#E3F0FA; |
|
169 } |
|
170 .post .content th { |
|
171 background:#C0DCF3; |
|
172 } |
|
173 /* main END */ |
|
174 |
|
175 /* sidebar START */ |
|
176 #sidebar { |
|
177 background:#D9ECFB; |
|
178 border-left:1px solid #B0C6D9; |
|
179 } |
|
180 #sidebar h3, |
|
181 .widget .showcase { |
|
182 background:#C0DCF3; |
|
183 } |
|
184 #sidebar a h3 { |
|
185 color:#434854; |
|
186 } |
|
187 #styleswitcher,#sidebar a:hover h3 { |
|
188 background:#A3C6EC; |
|
189 } |
|
190 #styleswitcher span.color { |
|
191 background:#FFF; |
|
192 border:1px solid #666; |
|
193 } |
|
194 #styleswitcher #style-blue { |
|
195 margin-top:0px; |
|
196 } |
|
197 #styleswitcher #style-blue a img { |
|
198 background:#639CC9; |
|
199 width:12px; |
|
200 height:12px; |
|
201 } |
|
202 .widget ul li { |
|
203 border-bottom:1px solid #C0DCF3; |
|
204 } |
|
205 .widget ul li ul li { |
|
206 border-top:1px solid #C0DCF3; |
|
207 } |
|
208 .sidedate { |
|
209 color:#A0B6C9; |
|
210 } |
|
211 /* sidebar END */ |
|
212 |
|
213 /* footer START */ |
|
214 #footer { |
|
215 border-top:1px solid #89A6C6; |
|
216 } |
|
217 #footer .inner { |
|
218 background:#C0DCF3; |
|
219 border-top:1px solid #ECF3FE; |
|
220 } |
|
221 /* footer END */ |
|
222 |
|
223 /* comments START */ |
|
224 .commentlist .comment { |
|
225 background:#FFF; |
|
226 border-color:#89A6C6; |
|
227 } |
|
228 .userinfo { |
|
229 background:#EEF6FE; |
|
230 } |
|
231 .userinfo .userpic { |
|
232 border:1px solid #999; |
|
233 background-color:#FFF; |
|
234 } |
|
235 #comments_rss { |
|
236 background:url(feed.gif) no-repeat top left; |
|
237 } |
|
238 #trackbacks, |
|
239 #trackbacks li { |
|
240 border-color:#89A6C6; |
|
241 } |
|
242 #trackbacks .caption { |
|
243 background:#EEF6FE; |
|
244 } |
|
245 #trackbacks li small { |
|
246 color:#5C7083; |
|
247 } |
|
248 /* comments END */ |
|
249 |
|
250 /* calendar START */ |
|
251 #calendar_wrap { |
|
252 background:#C0DCF3; |
|
253 } |
|
254 #wp-calendar th { |
|
255 background:#ACCCE1; |
|
256 } |
|
257 /* calendar END */ |
|
258 |
|
259 /* wp-pagenavi START */ |
|
260 .wp-pagenavi a:hover { |
|
261 background:#C0DCF3; |
|
262 } |
|
263 .wp-pagenavi span.current { |
|
264 background:#E3F0FA; |
|
265 } |
|
266 /* wp-pagenavi END */ |
|
267 |
|
268 /* wp-recentcomments START */ |
|
269 .rc_item .rc_avatar img { |
|
270 background:#FFF; |
|
271 border-color:#89A6C6; |
|
272 } |
|
273 /* wp-recentcomments END */ |
|
274 |
|
275 /* wp-syntax START */ |
|
276 .wp_syntax { |
|
277 background:#F6FCFF; |
|
278 border:1px solid #B0C6D9; |
|
279 } |
|
280 .wp_syntax .line_numbers { |
|
281 background:#D9ECFB; |
|
282 } |
|
283 /* wp-syntax END */ |