|
1 body { |
|
2 background:#D6EBF5; |
|
3 color:#333; |
|
4 } |
|
5 blockquote,pre { |
|
6 background:#F0F6E9; |
|
7 border:#B2D281 dashed 1px; |
|
8 } |
|
9 a { |
|
10 color:#0B75B6; |
|
11 } |
|
12 textarea,.textfield { |
|
13 background:#FFF; |
|
14 border:1px solid #90B683; |
|
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:#006CB1; |
|
27 border-color:#006CB1 #0E1F5B #0E1F5B #006CB1; |
|
28 color:#FFF; |
|
29 } |
|
30 .button:hover, |
|
31 a#cancel-comment-reply-link:hover { |
|
32 background:#004C93; |
|
33 border-color:#0E1F5B #006CB1 #006CB1 #0E1F5B; |
|
34 } |
|
35 .sided, |
|
36 .wp-caption { |
|
37 background:#F0F6E9; |
|
38 border:1px solid #C6D6BE; |
|
39 } |
|
40 a .sided:hover { |
|
41 border-color:#4B7D24; |
|
42 } |
|
43 .boxcaption, |
|
44 .box, |
|
45 #related_posts, |
|
46 #related_posts ul li { |
|
47 border-color:#90B683; |
|
48 background:#FFF; |
|
49 } |
|
50 .boxcaption h3, |
|
51 #related_posts h3, |
|
52 .messagebox .content { |
|
53 background:#F0F6E9; |
|
54 } |
|
55 .bottom_separator { |
|
56 border-bottom:1px dashed #959E87; |
|
57 } |
|
58 |
|
59 /* header START */ |
|
60 #header { |
|
61 border-bottom:1px solid #84b092; |
|
62 } |
|
63 #header .inner { |
|
64 background:#E7F1D7; |
|
65 border-bottom:1px solid #F6FFF0; |
|
66 } |
|
67 #header .caption { |
|
68 border-color:#959E87; |
|
69 } |
|
70 #title a { |
|
71 color:#666; |
|
72 text-decoration:none; |
|
73 } |
|
74 #title a:hover { |
|
75 color:#006CB1; |
|
76 } |
|
77 #tagline { |
|
78 color:#959E87; |
|
79 } |
|
80 #navigation li a { |
|
81 border-color:#C6D6BE; |
|
82 } |
|
83 #searchbox .textfield { |
|
84 border:1px solid #B2D281; |
|
85 background:#FCFFF6 url(search_background.gif) no-repeat right !important; |
|
86 background:#FCFFF6 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 #84b092; |
|
92 background:#FFF url(search_background.gif) no-repeat right !important; |
|
93 background-position:0 -21px !important; |
|
94 } |
|
95 #searchbox .searchtip { |
|
96 color:#CCD3C5; |
|
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:#E7F1D7; |
|
109 border-color:#84B092; |
|
110 } |
|
111 /* submenu END */ |
|
112 |
|
113 /* main START */ |
|
114 #container { |
|
115 background:#E3ECE6 url(background.jpg) repeat; |
|
116 } |
|
117 #content { |
|
118 background:#FCFFF6 url(content_background.gif) repeat-y top right; |
|
119 border:solid 1px #84b092; |
|
120 border-right:solid 1px #6996AC; |
|
121 border-bottom:none; |
|
122 } |
|
123 #bottom { |
|
124 border-bottom:1px solid #84B092; |
|
125 } |
|
126 #bottom .postnav { |
|
127 border-top:1px dashed #84B092; |
|
128 } |
|
129 #bottom .anchor { |
|
130 border-bottom:1px solid #6996AC; |
|
131 } |
|
132 #bottom .anchor span { |
|
133 background:url(go_top.gif) no-repeat left center; |
|
134 } |
|
135 #notice { |
|
136 border:1px solid #84B092; |
|
137 } |
|
138 #notice .inner { |
|
139 background:#E0F6D9; |
|
140 border:1px solid #FFF; |
|
141 } |
|
142 #notice .icon { |
|
143 background:url(notice.gif) no-repeat top left; |
|
144 } |
|
145 #notice .content .separator { |
|
146 border-right:1px solid #84B092; |
|
147 } |
|
148 .sidedate { |
|
149 color:#93AFCB; |
|
150 } |
|
151 .post .title h2 { |
|
152 color:#5C793C; |
|
153 padding-bottom:3px; |
|
154 border-bottom:1px solid #D7E0C7; |
|
155 } |
|
156 .post .title a { |
|
157 color:#5C793C; |
|
158 text-decoration:none; |
|
159 } |
|
160 .post .title a:hover { |
|
161 color:#006CB1; |
|
162 } |
|
163 .post .info, |
|
164 #related_posts .excerpt { |
|
165 color:#959E87; |
|
166 } |
|
167 .post .comments { |
|
168 background:url(comment.gif) no-repeat bottom left; |
|
169 } |
|
170 .post .content table { |
|
171 background:#FFF; |
|
172 border-color:#90B683; |
|
173 } |
|
174 .post .content th, |
|
175 .post .content td { |
|
176 border-color:#90B683; |
|
177 } |
|
178 .post .content tr.even td { |
|
179 background:#F0F6E9; |
|
180 } |
|
181 .post .content th { |
|
182 background:#C6D6BE; |
|
183 } |
|
184 /* main END */ |
|
185 |
|
186 /* sidebar START */ |
|
187 #sidebar { |
|
188 background:#d6ebf5; |
|
189 border-style:solid; |
|
190 border-color:#6996AC; |
|
191 border-width:1px 0 0 1px; |
|
192 margin-top:-1px; |
|
193 } |
|
194 #sidebar h3, |
|
195 .widget .showcase { |
|
196 background:#BED6E5; |
|
197 } |
|
198 #sidebar a h3 { |
|
199 color:#333; |
|
200 } |
|
201 #styleswitcher,#sidebar a:hover h3 { |
|
202 background:#A3C1C7; |
|
203 } |
|
204 #styleswitcher span.color { |
|
205 background:#fff; |
|
206 border:1px solid #666; |
|
207 } |
|
208 #styleswitcher #style-green { |
|
209 margin-top:0px; |
|
210 } |
|
211 #styleswitcher #style-green a img { |
|
212 background:#90B683; |
|
213 width:12px; |
|
214 height:12px; |
|
215 } |
|
216 .widget ul li { |
|
217 border-bottom:1px solid #BED6E5; |
|
218 } |
|
219 .widget ul li ul li { |
|
220 border-top:1px solid #BED6E5; |
|
221 } |
|
222 /* sidebar END */ |
|
223 |
|
224 /* footer START */ |
|
225 #footer { |
|
226 border-top:1px solid #89A6C6; |
|
227 } |
|
228 #footer .inner { |
|
229 background:#D6EBF5; |
|
230 border-top:1px solid #E6FCFF; |
|
231 } |
|
232 /* footer END */ |
|
233 |
|
234 /* comments START */ |
|
235 .commentlist .comment { |
|
236 background:#FFF; |
|
237 border-color:#90B683; |
|
238 } |
|
239 .userinfo { |
|
240 background:#F0F6E9; |
|
241 } |
|
242 .userinfo .userpic { |
|
243 background-color:#fff; |
|
244 border:1px solid #999; |
|
245 } |
|
246 .userinfo a { |
|
247 color:#5C793C; |
|
248 } |
|
249 #comments_rss { |
|
250 background:url(feed.gif) no-repeat top left; |
|
251 } |
|
252 #trackbacks, |
|
253 #trackbacks li { |
|
254 border-color:#90B683; |
|
255 } |
|
256 #trackbacks .caption { |
|
257 background:#F0F6E9; |
|
258 } |
|
259 #trackbacks li small { |
|
260 color:#959E87; |
|
261 } |
|
262 /* comments END */ |
|
263 |
|
264 /* calendar START */ |
|
265 #calendar_wrap { |
|
266 background:#BED6E5; |
|
267 } |
|
268 #wp-calendar th { |
|
269 background:#AEC5D4; |
|
270 } |
|
271 /* calendar END */ |
|
272 |
|
273 /* wp-pagenavi START */ |
|
274 .wp-pagenavi a:hover { |
|
275 background:#D6EBF5; |
|
276 } |
|
277 .wp-pagenavi span.current { |
|
278 background:#F0F6E9; |
|
279 } |
|
280 /* wp-pagenavi END */ |
|
281 |
|
282 /* wp-recentcomments START */ |
|
283 .rc_item .rc_avatar img { |
|
284 background:#FFF; |
|
285 border-color:#6996AC; |
|
286 } |
|
287 /* wp-recentcomments END */ |
|
288 |
|
289 /* wp-syntax START */ |
|
290 .wp_syntax { |
|
291 background:#F0F6E9; |
|
292 border:1px solid #B2D281; |
|
293 } |
|
294 .wp_syntax .line_numbers { |
|
295 background:#E7F1D7; |
|
296 } |
|
297 /* wp-syntax END */ |