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