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 td.first,
|
---|
149 | #dashboard_right_now td.last {
|
---|
150 | width: 1px;
|
---|
151 | }
|
---|
152 |
|
---|
153 | #dashboard_right_now .spam {
|
---|
154 | color: red;
|
---|
155 | }
|
---|
156 |
|
---|
157 | #dashboard_right_now .waiting {
|
---|
158 | color: #e66f00;
|
---|
159 | }
|
---|
160 |
|
---|
161 | #dashboard_right_now .approved {
|
---|
162 | color: green;
|
---|
163 | }
|
---|
164 |
|
---|
165 | #dashboard_right_now .versions {
|
---|
166 | padding: 6px 10px 12px;
|
---|
167 | }
|
---|
168 |
|
---|
169 | #dashboard_right_now .versions .b {
|
---|
170 | font-weight: bold;
|
---|
171 | }
|
---|
172 |
|
---|
173 | #dashboard_right_now a.button {
|
---|
174 | float: right;
|
---|
175 | clear: right;
|
---|
176 | position: relative;
|
---|
177 | top: -5px;
|
---|
178 | }
|
---|
179 |
|
---|
180 | /* Recent Comments */
|
---|
181 |
|
---|
182 | #dashboard_recent_comments h3 {
|
---|
183 | margin-bottom: 0;
|
---|
184 | }
|
---|
185 |
|
---|
186 | #dashboard_recent_comments .inside {
|
---|
187 | margin-top: 0;
|
---|
188 | }
|
---|
189 |
|
---|
190 | #dashboard_recent_comments .comment-meta .approve {
|
---|
191 | font-style: italic;
|
---|
192 | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
---|
193 | font-size: 10px;
|
---|
194 | }
|
---|
195 |
|
---|
196 | #the-comment-list {
|
---|
197 | position: relative;
|
---|
198 | }
|
---|
199 |
|
---|
200 | #the-comment-list .comment-item {
|
---|
201 | padding: 1em 10px;
|
---|
202 | border-top: 1px solid;
|
---|
203 | }
|
---|
204 |
|
---|
205 | #the-comment-list .pingback {
|
---|
206 | padding-left: 9px !important;
|
---|
207 | }
|
---|
208 |
|
---|
209 | #the-comment-list .comment-item,
|
---|
210 | #the-comment-list #replyrow {
|
---|
211 | margin: 0 -10px;
|
---|
212 | }
|
---|
213 |
|
---|
214 | #the-comment-list .comment-item:first-child {
|
---|
215 | border-top: none;
|
---|
216 | }
|
---|
217 |
|
---|
218 | #the-comment-list .comment-item .avatar {
|
---|
219 | float: left;
|
---|
220 | margin: 0 10px 5px 0;
|
---|
221 | }
|
---|
222 |
|
---|
223 | #the-comment-list .comment-item h4 {
|
---|
224 | line-height: 1.4;
|
---|
225 | margin-top: -.2em;
|
---|
226 | font-weight: normal;
|
---|
227 | color: #999;
|
---|
228 | }
|
---|
229 |
|
---|
230 | #the-comment-list .comment-item h4 cite {
|
---|
231 | font-style: normal;
|
---|
232 | font-weight: normal;
|
---|
233 | }
|
---|
234 |
|
---|
235 | #the-comment-list .comment-item blockquote,
|
---|
236 | #the-comment-list .comment-item blockquote p {
|
---|
237 | margin: 0;
|
---|
238 | padding: 0;
|
---|
239 | display: inline;
|
---|
240 | }
|
---|
241 |
|
---|
242 | #dashboard_recent_comments #the-comment-list .trackback blockquote,
|
---|
243 | #dashboard_recent_comments #the-comment-list .pingback blockquote {
|
---|
244 | display: block;
|
---|
245 | }
|
---|
246 |
|
---|
247 | #the-comment-list .comment-item p.row-actions {
|
---|
248 | margin: 3px 0 0;
|
---|
249 | padding: 0;
|
---|
250 | font-size: 10px;
|
---|
251 | }
|
---|
252 |
|
---|
253 | /* QuickPress */
|
---|
254 |
|
---|
255 | #dashboard_quick_press h4 {
|
---|
256 | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
---|
257 | float: left;
|
---|
258 | width: 5.5em;
|
---|
259 | clear: both;
|
---|
260 | font-weight: normal;
|
---|
261 | text-align: right;
|
---|
262 | padding-top: 5px;
|
---|
263 | font-size: 12px;
|
---|
264 | }
|
---|
265 |
|
---|
266 | #dashboard_quick_press h4 label {
|
---|
267 | margin-right: 10px;
|
---|
268 | }
|
---|
269 |
|
---|
270 | #dashboard_quick_press .input-text-wrap,
|
---|
271 | #dashboard_quick_press .textarea-wrap {
|
---|
272 | margin: 0 0 1em 5em;
|
---|
273 | }
|
---|
274 |
|
---|
275 | #dashboard_quick_press #media-buttons {
|
---|
276 | margin: 0 0 .5em 5em;
|
---|
277 | padding: 0 0 0 10px;
|
---|
278 | font-size: 11px;
|
---|
279 | }
|
---|
280 |
|
---|
281 | #dashboard_quick_press #media-buttons a {
|
---|
282 | vertical-align: bottom;
|
---|
283 | }
|
---|
284 |
|
---|
285 | #dashboard-widgets #dashboard_quick_press form p.submit {
|
---|
286 | margin-left: 4.6em;
|
---|
287 | }
|
---|
288 |
|
---|
289 | #dashboard-widgets #dashboard_quick_press form p.submit input {
|
---|
290 | float: left;
|
---|
291 | }
|
---|
292 |
|
---|
293 | #dashboard-widgets #dashboard_quick_press form p.submit #save-post {
|
---|
294 | margin: 0 1em 0 10px;
|
---|
295 | }
|
---|
296 |
|
---|
297 | #dashboard-widgets #dashboard_quick_press form p.submit #publish {
|
---|
298 | float: right;
|
---|
299 | }
|
---|
300 |
|
---|
301 | /* Recent Drafts */
|
---|
302 | #dashboard_recent_drafts ul {
|
---|
303 | margin: 0;
|
---|
304 | padding: 0;
|
---|
305 | list-style: none;
|
---|
306 | }
|
---|
307 |
|
---|
308 | #dashboard_recent_drafts ul li {
|
---|
309 | margin-bottom: 0.6em;
|
---|
310 | }
|
---|
311 |
|
---|
312 | #dashboard_recent_drafts h4 {
|
---|
313 | font-weight: normal;
|
---|
314 | }
|
---|
315 |
|
---|
316 | #dashboard_recent_drafts h4 abbr {
|
---|
317 | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
---|
318 | font-size: 11px;
|
---|
319 | color: #999;
|
---|
320 | margin-left: 3px;
|
---|
321 | }
|
---|
322 |
|
---|
323 | #dashboard_recent_drafts p {
|
---|
324 | margin: 0;
|
---|
325 | padding: 0;
|
---|
326 | }
|
---|
327 |
|
---|
328 | /* Feeds */
|
---|
329 |
|
---|
330 | .rss-widget ul {
|
---|
331 | margin: 0;
|
---|
332 | padding: 0;
|
---|
333 | list-style: none;
|
---|
334 | }
|
---|
335 |
|
---|
336 | a.rsswidget {
|
---|
337 | font-size: 13px;
|
---|
338 | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
---|
339 | line-height: 1.7em;
|
---|
340 | }
|
---|
341 |
|
---|
342 | .rss-widget ul li {
|
---|
343 | line-height: 1.5em;
|
---|
344 | margin-bottom: 12px;
|
---|
345 | }
|
---|
346 |
|
---|
347 | .rss-widget span.rss-date {
|
---|
348 | margin-left: 3px;
|
---|
349 | }
|
---|
350 |
|
---|
351 | .rss-widget cite {
|
---|
352 | display: block;
|
---|
353 | text-align: right;
|
---|
354 | margin: 0 0 1em;
|
---|
355 | padding: 0;
|
---|
356 | }
|
---|
357 |
|
---|
358 | .rss-widget cite:before {
|
---|
359 | content: '\2014';
|
---|
360 | }
|
---|
361 |
|
---|
362 | /* Plugins */
|
---|
363 |
|
---|
364 | #dashboard_plugins h4 {
|
---|
365 | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
---|
366 | }
|
---|
367 |
|
---|
368 | #dashboard_plugins h5 {
|
---|
369 | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
---|
370 | font-size: 13px !important;
|
---|
371 | margin: 0;
|
---|
372 | display: inline;
|
---|
373 | line-height: 1.4em;
|
---|
374 | }
|
---|
375 |
|
---|
376 | #dashboard_plugins h5 a {
|
---|
377 | font-weight: normal;
|
---|
378 | line-height: 1.7em;
|
---|
379 | }
|
---|
380 |
|
---|
381 | #dashboard_plugins p {
|
---|
382 | margin: 0 0 1.4em;
|
---|
383 | line-height: 1.4em;
|
---|
384 | }
|
---|
385 |
|
---|
386 | .dashboard-comment-wrap {
|
---|
387 | overflow: hidden;
|
---|
388 | word-wrap: break-word;
|
---|
389 | }
|
---|
390 |
|
---|