136
|
1 |
.postbox p, .postbox ul, .postbox ol, .postbox blockquote, #wp-version-message { font-size: 11px; } |
|
2 |
|
|
3 |
.edit-box { |
|
4 |
display: none; |
|
5 |
} |
|
6 |
|
|
7 |
h3:hover .edit-box { |
|
8 |
display: inline; |
|
9 |
} |
|
10 |
|
|
11 |
form .input-text-wrap { |
|
12 |
border-style: solid; |
|
13 |
border-width: 1px; |
|
14 |
padding: 2px 3px; |
|
15 |
border-color: #ccc; |
|
16 |
} |
|
17 |
|
|
18 |
#dashboard-widgets form .input-text-wrap input { |
|
19 |
border: 0 none; |
|
20 |
outline: none; |
|
21 |
margin: 0; |
|
22 |
padding: 0; |
|
23 |
width: 99%; |
|
24 |
color: #333; |
|
25 |
} |
|
26 |
|
|
27 |
form .textarea-wrap { |
|
28 |
border-style: solid; |
|
29 |
border-width: 1px; |
|
30 |
padding: 2px; |
|
31 |
border-color: #ccc; |
|
32 |
} |
|
33 |
|
|
34 |
#dashboard-widgets form .textarea-wrap textarea { |
|
35 |
border: 0 none; |
|
36 |
padding: 0; |
|
37 |
outline: none; |
|
38 |
width: 99%; |
|
39 |
-moz-box-sizing: border-box; |
|
40 |
-webkit-box-sizing: border-box; |
|
41 |
box-sizing: border-box; |
|
42 |
} |
|
43 |
|
|
44 |
#dashboard-widgets .postbox form .submit { |
|
45 |
float: none; |
|
46 |
margin: .5em 0 0; |
|
47 |
padding: 0; |
|
48 |
border: none; |
|
49 |
} |
|
50 |
|
|
51 |
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input { |
|
52 |
margin: 0; |
|
53 |
} |
|
54 |
|
|
55 |
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { |
|
56 |
min-width: 0; |
|
57 |
} |
|
58 |
|
|
59 |
div.postbox div.inside { |
|
60 |
margin: 10px; |
|
61 |
position: relative; |
|
62 |
} |
|
63 |
|
|
64 |
#dashboard-widgets a { |
|
65 |
text-decoration: none; |
|
66 |
} |
|
67 |
|
|
68 |
#dashboard-widgets h3 a { |
|
69 |
text-decoration: underline; |
|
70 |
} |
|
71 |
|
|
72 |
#dashboard-widgets h3 .postbox-title-action { |
|
73 |
position: absolute; |
|
74 |
right: 30px; |
|
75 |
padding: 0; |
|
76 |
} |
|
77 |
|
|
78 |
#dashboard-widgets h4 { |
|
79 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
80 |
font-size: 13px; |
|
81 |
margin: 0 0 .2em; |
|
82 |
padding: 0; |
|
83 |
} |
|
84 |
|
|
85 |
/* Right Now */ |
|
86 |
|
|
87 |
#dashboard_right_now p.sub, |
|
88 |
#dashboard_right_now .table, #dashboard_right_now .versions { |
|
89 |
margin: -12px; |
|
90 |
} |
|
91 |
|
|
92 |
#dashboard_right_now .inside { |
|
93 |
font-size: 12px; |
|
94 |
} |
|
95 |
|
|
96 |
#dashboard_right_now p.sub { |
|
97 |
font-style: italic; |
|
98 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
99 |
padding: 5px 10px 15px; |
|
100 |
color: #777; |
|
101 |
font-size: 13px; |
|
102 |
} |
|
103 |
|
|
104 |
#dashboard_right_now .table { |
|
105 |
background: #f9f9f9; |
|
106 |
border-top: #ececec 1px solid; |
|
107 |
border-bottom: #ececec 1px solid; |
|
108 |
margin: 0 -9px 10px; |
|
109 |
padding: 0 10px; |
|
110 |
} |
|
111 |
|
|
112 |
#dashboard_right_now table { |
|
113 |
width: 100%; |
|
114 |
} |
|
115 |
|
|
116 |
#dashboard_right_now table td { |
|
117 |
border-top: #ececec 1px solid; |
|
118 |
padding: 3px 0; |
|
119 |
white-space: nowrap; |
|
120 |
} |
|
121 |
|
|
122 |
#dashboard_right_now table tr.first td { |
|
123 |
border-top: none; |
|
124 |
} |
|
125 |
|
|
126 |
#dashboard_right_now td.b { |
|
127 |
padding-right: 6px; |
|
128 |
text-align: right; |
|
129 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
130 |
font-size: 14px; |
|
131 |
} |
|
132 |
|
|
133 |
#dashboard_right_now td.b a { |
|
134 |
font-size: 18px; |
|
135 |
} |
|
136 |
|
|
137 |
#dashboard_right_now td.b a:hover { |
|
138 |
color: #d54e21; |
|
139 |
} |
|
140 |
|
|
141 |
#dashboard_right_now .t { |
|
142 |
font-size: 12px; |
|
143 |
padding-right: 12px; |
|
144 |
padding-top: 6px; |
|
145 |
color: #777; |
|
146 |
} |
|
147 |
|
|
148 |
#dashboard_right_now .t a { |
|
149 |
white-space: nowrap; |
|
150 |
} |
|
151 |
|
|
152 |
#dashboard_right_now td.first, |
|
153 |
#dashboard_right_now td.last { |
|
154 |
width: 1%; |
|
155 |
} |
|
156 |
|
|
157 |
#dashboard_right_now .spam { |
|
158 |
color: red; |
|
159 |
} |
|
160 |
|
|
161 |
#dashboard_right_now .waiting { |
|
162 |
color: #e66f00; |
|
163 |
} |
|
164 |
|
|
165 |
#dashboard_right_now .approved { |
|
166 |
color: green; |
|
167 |
} |
|
168 |
|
|
169 |
#dashboard_right_now .versions { |
|
170 |
padding: 6px 10px 12px; |
|
171 |
} |
|
172 |
|
|
173 |
#dashboard_right_now .versions .b { |
|
174 |
font-weight: bold; |
|
175 |
} |
|
176 |
|
|
177 |
#dashboard_right_now a.button { |
|
178 |
float: right; |
|
179 |
clear: right; |
|
180 |
position: relative; |
|
181 |
top: -5px; |
|
182 |
} |
|
183 |
|
|
184 |
/* Recent Comments */ |
|
185 |
|
|
186 |
#dashboard_recent_comments h3 { |
|
187 |
margin-bottom: 0; |
|
188 |
} |
|
189 |
|
|
190 |
#dashboard_recent_comments .inside { |
|
191 |
margin-top: 0; |
|
192 |
} |
|
193 |
|
|
194 |
#dashboard_recent_comments .comment-meta .approve { |
|
195 |
font-style: italic; |
|
196 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
197 |
font-size: 10px; |
|
198 |
} |
|
199 |
|
|
200 |
#the-comment-list { |
|
201 |
position: relative; |
|
202 |
} |
|
203 |
|
|
204 |
#the-comment-list .comment-item { |
|
205 |
padding: 1em 10px; |
|
206 |
border-top: 1px solid; |
|
207 |
} |
|
208 |
|
|
209 |
#the-comment-list .pingback { |
|
210 |
padding-left: 9px !important; |
|
211 |
} |
|
212 |
|
|
213 |
#the-comment-list .comment-item, |
|
214 |
#the-comment-list #replyrow { |
|
215 |
margin: 0 -10px; |
|
216 |
} |
|
217 |
|
|
218 |
#the-comment-list .comment-item:first-child { |
|
219 |
border-top: none; |
|
220 |
} |
|
221 |
|
|
222 |
#the-comment-list .comment-item .avatar { |
|
223 |
float: left; |
|
224 |
margin: 0 10px 5px 0; |
|
225 |
} |
|
226 |
|
|
227 |
#the-comment-list .comment-item h4 { |
|
228 |
line-height: 1.4; |
|
229 |
margin-top: -.2em; |
|
230 |
font-weight: normal; |
|
231 |
color: #999; |
|
232 |
} |
|
233 |
|
|
234 |
#the-comment-list .comment-item h4 cite { |
|
235 |
font-style: normal; |
|
236 |
font-weight: normal; |
|
237 |
} |
|
238 |
|
|
239 |
#the-comment-list .comment-item blockquote, |
|
240 |
#the-comment-list .comment-item blockquote p { |
|
241 |
margin: 0; |
|
242 |
padding: 0; |
|
243 |
display: inline; |
|
244 |
} |
|
245 |
|
|
246 |
#dashboard_recent_comments #the-comment-list .trackback blockquote, |
|
247 |
#dashboard_recent_comments #the-comment-list .pingback blockquote { |
|
248 |
display: block; |
|
249 |
} |
|
250 |
|
|
251 |
#the-comment-list .comment-item p.row-actions { |
|
252 |
margin: 3px 0 0; |
|
253 |
padding: 0; |
|
254 |
font-size: 10px; |
|
255 |
} |
|
256 |
|
|
257 |
/* QuickPress */ |
|
258 |
|
|
259 |
#dashboard_quick_press h4 { |
|
260 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
261 |
float: left; |
|
262 |
width: 5.5em; |
|
263 |
clear: both; |
|
264 |
font-weight: normal; |
|
265 |
text-align: right; |
|
266 |
padding-top: 5px; |
|
267 |
font-size: 12px; |
|
268 |
} |
|
269 |
|
|
270 |
#dashboard_quick_press h4 label { |
|
271 |
margin-right: 10px; |
|
272 |
} |
|
273 |
|
|
274 |
#dashboard_quick_press .input-text-wrap, |
|
275 |
#dashboard_quick_press .textarea-wrap { |
|
276 |
margin: 0 0 1em 5em; |
|
277 |
} |
|
278 |
|
|
279 |
#dashboard_quick_press #media-buttons { |
|
280 |
margin: 0 0 .5em 5em; |
|
281 |
padding: 0 0 0 10px; |
|
282 |
font-size: 11px; |
|
283 |
} |
|
284 |
|
|
285 |
#dashboard_quick_press #media-buttons a { |
|
286 |
vertical-align: bottom; |
|
287 |
} |
|
288 |
|
|
289 |
#dashboard-widgets #dashboard_quick_press form p.submit { |
|
290 |
margin-left: 4.6em; |
|
291 |
} |
|
292 |
|
|
293 |
#dashboard-widgets #dashboard_quick_press form p.submit input { |
|
294 |
float: left; |
|
295 |
} |
|
296 |
|
|
297 |
#dashboard-widgets #dashboard_quick_press form p.submit #save-post { |
|
298 |
margin: 0 1em 0 10px; |
|
299 |
} |
|
300 |
|
|
301 |
#dashboard-widgets #dashboard_quick_press form p.submit #publish { |
|
302 |
float: right; |
|
303 |
} |
|
304 |
|
|
305 |
/* Recent Drafts */ |
|
306 |
#dashboard_recent_drafts ul { |
|
307 |
margin: 0; |
|
308 |
padding: 0; |
|
309 |
list-style: none; |
|
310 |
} |
|
311 |
|
|
312 |
#dashboard_recent_drafts ul li { |
|
313 |
margin-bottom: 0.6em; |
|
314 |
} |
|
315 |
|
|
316 |
#dashboard_recent_drafts h4 { |
|
317 |
font-weight: normal; |
|
318 |
} |
|
319 |
|
|
320 |
#dashboard_recent_drafts h4 abbr { |
|
321 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
322 |
font-size: 11px; |
|
323 |
color: #999; |
|
324 |
margin-left: 3px; |
|
325 |
} |
|
326 |
|
|
327 |
#dashboard_recent_drafts p { |
|
328 |
margin: 0; |
|
329 |
padding: 0; |
|
330 |
} |
|
331 |
|
|
332 |
/* Feeds */ |
|
333 |
|
|
334 |
.rss-widget ul { |
|
335 |
margin: 0; |
|
336 |
padding: 0; |
|
337 |
list-style: none; |
|
338 |
} |
|
339 |
|
|
340 |
a.rsswidget { |
|
341 |
font-size: 13px; |
|
342 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
343 |
line-height: 1.7em; |
|
344 |
} |
|
345 |
|
|
346 |
.rss-widget ul li { |
|
347 |
line-height: 1.5em; |
|
348 |
margin-bottom: 12px; |
|
349 |
} |
|
350 |
|
|
351 |
.rss-widget span.rss-date { |
|
352 |
margin-left: 3px; |
|
353 |
} |
|
354 |
|
|
355 |
.rss-widget cite { |
|
356 |
display: block; |
|
357 |
text-align: right; |
|
358 |
margin: 0 0 1em; |
|
359 |
padding: 0; |
|
360 |
} |
|
361 |
|
|
362 |
.rss-widget cite:before { |
|
363 |
content: '\2014'; |
|
364 |
} |
|
365 |
|
|
366 |
/* Plugins */ |
|
367 |
|
|
368 |
#dashboard_plugins h4 { |
|
369 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
|
370 |
} |
|
371 |
|
|
372 |
#dashboard_plugins h5 { |
|
373 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
374 |
font-size: 13px !important; |
|
375 |
margin: 0; |
|
376 |
display: inline; |
|
377 |
line-height: 1.4em; |
|
378 |
} |
|
379 |
|
|
380 |
#dashboard_plugins h5 a { |
|
381 |
font-weight: normal; |
|
382 |
line-height: 1.7em; |
|
383 |
} |
|
384 |
|
|
385 |
#dashboard_plugins p { |
|
386 |
margin: 0 0 1.4em; |
|
387 |
line-height: 1.4em; |
|
388 |
} |
|
389 |
|
|
390 |
.dashboard-comment-wrap { |
|
391 |
overflow: hidden; |
|
392 |
word-wrap: break-word; |
|
393 |
} |
|
394 |
|