| 1 |
/** |
| 2 |
* @author design by John James Jacoby & Frank Bueltge |
| 3 |
* @author-url http://www.johnjamesjacoby.com/ & http://bueltge.de/ |
| 4 |
* @return design tweak for backend design of WordPress |
| 5 |
* @link http://wordpress.org/development/2009/04/design-tweaks-whos-in-an-idea-in-three-acts/#comment-43402 |
| 6 |
*/ |
| 7 |
p, ul, ol, blockquote { font-size: 12px; } |
| 8 |
|
| 9 |
.plugins .name, |
| 10 |
#pass-strength-result.strong, |
| 11 |
#pass-strength-result.short, |
| 12 |
.button-highlighted, |
| 13 |
#quicktags #ed_strong, |
| 14 |
#ed_reply_toolbar #ed_reply_strong { |
| 15 |
font-weight: bold; |
| 16 |
} |
| 17 |
|
| 18 |
.plugins p { |
| 19 |
margin: 0 4px; |
| 20 |
padding: 0; |
| 21 |
} |
| 22 |
|
| 23 |
.plugins .action-links { |
| 24 |
white-space: nowrap; |
| 25 |
} |
| 26 |
|
| 27 |
.import-system { |
| 28 |
font-size: 16px; |
| 29 |
} |
| 30 |
|
| 31 |
.anchors { |
| 32 |
margin: 10px 20px 10px 20px; |
| 33 |
} |
| 34 |
|
| 35 |
table#availablethemes { |
| 36 |
border-spacing: 0; |
| 37 |
border-width: 1px 0; |
| 38 |
border-style: solid none; |
| 39 |
margin: 10px auto; |
| 40 |
width: 100%; |
| 41 |
} |
| 42 |
|
| 43 |
td.available-theme { |
| 44 |
vertical-align: top; |
| 45 |
width: 240px; |
| 46 |
margin: 0; |
| 47 |
padding: 20px; |
| 48 |
text-align: left; |
| 49 |
} |
| 50 |
|
| 51 |
table#availablethemes td { |
| 52 |
border-width: 0 1px 1px; |
| 53 |
border-style: none solid solid; |
| 54 |
} |
| 55 |
|
| 56 |
table#availablethemes td.right, |
| 57 |
table#availablethemes td.left { |
| 58 |
border-right: 0 none; |
| 59 |
border-left: 0 none; |
| 60 |
} |
| 61 |
|
| 62 |
table#availablethemes td.bottom { |
| 63 |
border-bottom: 0 none; |
| 64 |
} |
| 65 |
|
| 66 |
.available-theme a.screenshot { |
| 67 |
width: 240px; |
| 68 |
height: 180px; |
| 69 |
display: block; |
| 70 |
border-width: 1px; |
| 71 |
border-style: solid; |
| 72 |
margin-bottom: 10px; |
| 73 |
overflow: hidden; |
| 74 |
} |
| 75 |
|
| 76 |
.available-theme img { |
| 77 |
width: 240px; |
| 78 |
} |
| 79 |
|
| 80 |
.available-theme h3 { |
| 81 |
margin: 15px 0 5px; |
| 82 |
} |
| 83 |
|
| 84 |
#current-theme { |
| 85 |
margin: 1em 0 1.5em; |
| 86 |
} |
| 87 |
|
| 88 |
#current-theme a { |
| 89 |
border-bottom: none; |
| 90 |
} |
| 91 |
|
| 92 |
#current-theme h3 { |
| 93 |
font-size: 17px; |
| 94 |
font-weight: normal; |
| 95 |
margin: 0; |
| 96 |
} |
| 97 |
|
| 98 |
#current-theme .description { |
| 99 |
margin-top: 5px; |
| 100 |
} |
| 101 |
|
| 102 |
#current-theme img { |
| 103 |
float: left; |
| 104 |
border-width: 1px; |
| 105 |
border-style: solid; |
| 106 |
margin-right: 1em; |
| 107 |
margin-bottom: 1.5em; |
| 108 |
width: 150px; |
| 109 |
} |
| 110 |
|
| 111 |
#TB_window #TB_title a.tb-theme-preview-link, |
| 112 |
#TB_window #TB_title a.tb-theme-preview-link:visited { |
| 113 |
font-weight: bold; |
| 114 |
text-decoration: none; |
| 115 |
} |
| 116 |
|
| 117 |
.checkbox { |
| 118 |
border: none; |
| 119 |
margin: 0; |
| 120 |
padding: 0; |
| 121 |
} |
| 122 |
|
| 123 |
.code, code { |
| 124 |
font-family: Consolas, Monaco, Courier, monospace; |
| 125 |
} |
| 126 |
|
| 127 |
kbd, code { |
| 128 |
padding: 1px 3px; |
| 129 |
margin: 0 1px; |
| 130 |
font-size: 11px; |
| 131 |
} |
| 132 |
|
| 133 |
.commentlist li { |
| 134 |
padding: 1em 1em .2em; |
| 135 |
margin: 0; |
| 136 |
border-bottom-width: 1px; |
| 137 |
border-bottom-style: solid; |
| 138 |
} |
| 139 |
|
| 140 |
.commentlist li li { |
| 141 |
border-bottom: 0; |
| 142 |
padding: 0; |
| 143 |
} |
| 144 |
|
| 145 |
.commentlist p { |
| 146 |
padding: 0; |
| 147 |
margin: 0 0 .8em; |
| 148 |
} |
| 149 |
|
| 150 |
.post-categories { |
| 151 |
display: inline; |
| 152 |
margin: 0; |
| 153 |
padding: 0; |
| 154 |
} |
| 155 |
|
| 156 |
.post-categories li { |
| 157 |
display: inline; |
| 158 |
} |
| 159 |
|
| 160 |
.quicktags, .search { |
| 161 |
font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 162 |
} |
| 163 |
|
| 164 |
.submit { |
| 165 |
padding: 1.5em 0; |
| 166 |
margin: 5px 0; |
| 167 |
-moz-border-radius: 0 0 3px 3px; |
| 168 |
-webkit-border-bottom-left-radius: 3px; |
| 169 |
-webkit-border-bottom-right-radius: 3px; |
| 170 |
-khtml-border-bottom-left-radius: 3px; |
| 171 |
-khtml-border-bottom-right-radius: 3px; |
| 172 |
border-bottom-left-radius: 3px; |
| 173 |
border-bottom-right-radius: 3px; |
| 174 |
} |
| 175 |
|
| 176 |
form p.submit a.cancel:hover { |
| 177 |
text-decoration: none; |
| 178 |
} |
| 179 |
|
| 180 |
#submitdiv h3, |
| 181 |
#pagesubmitdiv h3 { |
| 182 |
margin-bottom: 0 !important; |
| 183 |
} |
| 184 |
|
| 185 |
#misc-publishing-actions { |
| 186 |
padding: 6px 0 16px 0; |
| 187 |
} |
| 188 |
|
| 189 |
.misc-pub-section { |
| 190 |
padding: 6px; |
| 191 |
border-bottom-width: 1px; |
| 192 |
border-bottom-style: solid; |
| 193 |
} |
| 194 |
|
| 195 |
.misc-pub-section-last { |
| 196 |
border-bottom: 0 none; |
| 197 |
} |
| 198 |
|
| 199 |
#minor-publishing-actions { |
| 200 |
padding: 6px; |
| 201 |
text-align: right; |
| 202 |
} |
| 203 |
|
| 204 |
#minor-publishing { |
| 205 |
border-bottom-width: 1px; |
| 206 |
border-bottom-style: solid; |
| 207 |
} |
| 208 |
|
| 209 |
#save-post { |
| 210 |
float: left; |
| 211 |
} |
| 212 |
|
| 213 |
.preview { |
| 214 |
float: right; |
| 215 |
} |
| 216 |
|
| 217 |
#major-publishing-actions { |
| 218 |
padding: 6px; |
| 219 |
clear: both; |
| 220 |
border-top: none; |
| 221 |
} |
| 222 |
|
| 223 |
#minor-publishing-actions input, |
| 224 |
#major-publishing-actions input, |
| 225 |
#minor-publishing-actions .preview { |
| 226 |
min-width: 80px; |
| 227 |
text-align: center; |
| 228 |
} |
| 229 |
|
| 230 |
#delete-action { |
| 231 |
line-height: 25px; |
| 232 |
vertical-align: middle; |
| 233 |
text-align: left; |
| 234 |
float: left; |
| 235 |
} |
| 236 |
|
| 237 |
#publishing-action { |
| 238 |
text-align: right; |
| 239 |
float: right; |
| 240 |
} |
| 241 |
|
| 242 |
#post-body #minor-publishing { |
| 243 |
padding-bottom: 10px; |
| 244 |
} |
| 245 |
|
| 246 |
#post-body #misc-publishing-actions { |
| 247 |
padding: 0; |
| 248 |
} |
| 249 |
|
| 250 |
#post-body .misc-pub-section { |
| 251 |
border-right-width: 1px; |
| 252 |
border-right-style: solid; |
| 253 |
border-bottom: 0 none; |
| 254 |
min-height: 30px; |
| 255 |
float: left; |
| 256 |
max-width: 32%; |
| 257 |
} |
| 258 |
|
| 259 |
#post-body .misc-pub-section-last { |
| 260 |
border-right: 0; |
| 261 |
} |
| 262 |
|
| 263 |
#sticky-span { |
| 264 |
margin-left: 18px; |
| 265 |
} |
| 266 |
|
| 267 |
.side-info { |
| 268 |
margin: 0; |
| 269 |
padding: 4px; |
| 270 |
font-size: 11px; |
| 271 |
} |
| 272 |
|
| 273 |
.side-info h5 { |
| 274 |
padding-bottom: 7px; |
| 275 |
font-size: 14px; |
| 276 |
margin: 12px 2px 5px; |
| 277 |
border-bottom-width: 1px; |
| 278 |
border-bottom-style: solid; |
| 279 |
} |
| 280 |
|
| 281 |
.side-info ul { |
| 282 |
margin: 0; |
| 283 |
padding-left: 18px; |
| 284 |
list-style: square; |
| 285 |
} |
| 286 |
|
| 287 |
.submit input, |
| 288 |
.button, |
| 289 |
.button-primary, |
| 290 |
.button-secondary, |
| 291 |
.button-highlighted, |
| 292 |
#postcustomstuff .submit input { |
| 293 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 294 |
text-decoration: none; |
| 295 |
font-size: 11px !important; |
| 296 |
line-height: 16px; |
| 297 |
padding: 2px 8px; |
| 298 |
cursor: pointer; |
| 299 |
border-width: 1px; |
| 300 |
border-style: solid; |
| 301 |
-moz-border-radius: 11px; |
| 302 |
-khtml-border-radius: 11px; |
| 303 |
-webkit-border-radius: 11px; |
| 304 |
border-radius: 11px; |
| 305 |
-moz-box-sizing: content-box; |
| 306 |
-webkit-box-sizing: content-box; |
| 307 |
-khtml-box-sizing: content-box; |
| 308 |
box-sizing: content-box; |
| 309 |
} |
| 310 |
|
| 311 |
a.button, |
| 312 |
a.button-primary, |
| 313 |
a.button-secondary { |
| 314 |
line-height: 1.2em; |
| 315 |
-webkit-border-radius: 10px; |
| 316 |
padding: 4px 10px; |
| 317 |
} |
| 318 |
|
| 319 |
#doaction, |
| 320 |
#doaction2 { |
| 321 |
margin-right: 8px; |
| 322 |
} |
| 323 |
|
| 324 |
.tablenav select[name="action"], |
| 325 |
.tablenav select[name="action2"] { |
| 326 |
width: 120px; |
| 327 |
} |
| 328 |
|
| 329 |
.tablenav select[name="m"] { |
| 330 |
width: 120px; |
| 331 |
} |
| 332 |
|
| 333 |
.tablenav select#cat { |
| 334 |
width: 150px; |
| 335 |
} |
| 336 |
|
| 337 |
#wpcontent select { |
| 338 |
font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 339 |
padding: 2px; |
| 340 |
border-width: 1px; |
| 341 |
border-style: solid; |
| 342 |
height: 2em; |
| 343 |
vertical-align: top; |
| 344 |
} |
| 345 |
|
| 346 |
#wpcontent option { |
| 347 |
padding: 2px; |
| 348 |
} |
| 349 |
|
| 350 |
.approve { |
| 351 |
display: none; |
| 352 |
} |
| 353 |
|
| 354 |
.unapproved .approve, .spam .approve { |
| 355 |
display: inline; |
| 356 |
} |
| 357 |
|
| 358 |
.unapproved .unapprove { |
| 359 |
display: none; |
| 360 |
} |
| 361 |
|
| 362 |
.narrow { |
| 363 |
width: 70%; |
| 364 |
margin-bottom: 40px; |
| 365 |
} |
| 366 |
|
| 367 |
.narrow p { |
| 368 |
line-height: 150%; |
| 369 |
} |
| 370 |
|
| 371 |
table .vers { |
| 372 |
text-align: center; |
| 373 |
} |
| 374 |
|
| 375 |
textarea.all-options, input.all-options { |
| 376 |
width: 250px; |
| 377 |
} |
| 378 |
|
| 379 |
#namediv table { |
| 380 |
width: 100%; |
| 381 |
} |
| 382 |
|
| 383 |
#namediv td.first { |
| 384 |
width: 10px; |
| 385 |
white-space: nowrap; |
| 386 |
} |
| 387 |
|
| 388 |
#namediv input { |
| 389 |
width: 98%; |
| 390 |
} |
| 391 |
|
| 392 |
#namediv p { |
| 393 |
margin: 10px 0; |
| 394 |
} |
| 395 |
|
| 396 |
#wpbody-content .metabox-holder { |
| 397 |
padding-top: 10px; |
| 398 |
} |
| 399 |
|
| 400 |
#content { |
| 401 |
margin: 0; |
| 402 |
width: 100%; |
| 403 |
} |
| 404 |
|
| 405 |
#editorcontainer #content { |
| 406 |
padding: 6px; |
| 407 |
line-height: 150%; |
| 408 |
border: 0 none; |
| 409 |
outline: none; |
| 410 |
-moz-box-sizing: border-box; |
| 411 |
-webkit-box-sizing: border-box; |
| 412 |
-khtml-box-sizing: border-box; |
| 413 |
box-sizing: border-box; |
| 414 |
} |
| 415 |
|
| 416 |
#editorcontainer, |
| 417 |
#quicktags { |
| 418 |
border-style: solid; |
| 419 |
border-width: 1px; |
| 420 |
border-collapse: separate; |
| 421 |
-moz-border-radius: 6px 6px 0 0; |
| 422 |
-webkit-border-top-right-radius: 6px; |
| 423 |
-webkit-border-top-left-radius: 6px; |
| 424 |
-khtml-border-top-right-radius: 6px; |
| 425 |
-khtml-border-top-left-radius: 6px; |
| 426 |
border-top-right-radius: 6px; |
| 427 |
border-top-left-radius: 6px; |
| 428 |
} |
| 429 |
|
| 430 |
#quicktags { |
| 431 |
padding: 0; |
| 432 |
margin-bottom: -3px; |
| 433 |
border-bottom-width: 3px; |
| 434 |
background-image: url( '../../../../wp-admin/images/ed-bg.gif' ); |
| 435 |
background-position: left top; |
| 436 |
background-repeat: repeat-x; |
| 437 |
} |
| 438 |
|
| 439 |
#quicktags #ed_toolbar { |
| 440 |
padding: 2px 4px 0; |
| 441 |
} |
| 442 |
|
| 443 |
#ed_toolbar input, |
| 444 |
#ed_reply_toolbar input { |
| 445 |
margin: 3px 1px 4px; |
| 446 |
line-height: 18px; |
| 447 |
display: inline-block; |
| 448 |
border-width: 1px; |
| 449 |
border-style: solid; |
| 450 |
min-width: 26px; |
| 451 |
padding: 2px 4px; |
| 452 |
font-size: 12px; |
| 453 |
-moz-border-radius: 3px; |
| 454 |
-khtml-border-radius: 3px; |
| 455 |
-webkit-border-radius: 3px; |
| 456 |
border-radius: 3px; |
| 457 |
} |
| 458 |
|
| 459 |
#ed_reply_toolbar input { |
| 460 |
margin: 1px 2px 1px 1px; |
| 461 |
} |
| 462 |
|
| 463 |
#quicktags #ed_link, |
| 464 |
#ed_reply_toolbar #ed_reply_link { |
| 465 |
text-decoration: underline; |
| 466 |
} |
| 467 |
|
| 468 |
#quicktags #ed_del, |
| 469 |
#ed_reply_toolbar #ed_reply_del { |
| 470 |
text-decoration: line-through; |
| 471 |
} |
| 472 |
|
| 473 |
#quicktags #ed_em, |
| 474 |
#ed_reply_toolbar #ed_reply_em { |
| 475 |
font-style: italic; |
| 476 |
} |
| 477 |
|
| 478 |
#excerpt, .attachmentlinks { |
| 479 |
margin: 0; |
| 480 |
height: 4em; |
| 481 |
width: 98%; |
| 482 |
} |
| 483 |
|
| 484 |
/* post meta postbox */ |
| 485 |
#postcustomstuff table, |
| 486 |
#postcustomstuff input, |
| 487 |
#postcustomstuff textarea { |
| 488 |
border-width: 1px; |
| 489 |
border-style: solid; |
| 490 |
-moz-border-radius: 3px; |
| 491 |
-khtml-border-radius: 3px; |
| 492 |
-webkit-border-radius: 3px; |
| 493 |
border-radius: 3px; |
| 494 |
} |
| 495 |
|
| 496 |
#postcustomstuff .updatemeta, |
| 497 |
#postcustomstuff .deletemeta { |
| 498 |
margin: auto; |
| 499 |
} |
| 500 |
|
| 501 |
#postcustomstuff thead th { |
| 502 |
padding: 5px 8px 8px; |
| 503 |
} |
| 504 |
|
| 505 |
#postcustom #postcustomstuff .submit, |
| 506 |
#pagecustomdiv #postcustomstuff .submit { |
| 507 |
border: 0 none; |
| 508 |
float: none; |
| 509 |
padding: 5px 8px; |
| 510 |
} |
| 511 |
|
| 512 |
#side-sortables #postcustom #postcustomstuff .submit, |
| 513 |
#side-sortables #pagecustomdiv #postcustomstuff .submit { |
| 514 |
padding: 0 5px; |
| 515 |
} |
| 516 |
|
| 517 |
#side-sortables #postcustom #postcustomstuff td.left input, |
| 518 |
#side-sortables #pagecustomdiv #postcustomstuff td.left input { |
| 519 |
margin: 3px 3px 0; |
| 520 |
} |
| 521 |
|
| 522 |
#side-sortables #postcustom #postcustomstuff #the-list textarea, |
| 523 |
#side-sortables #pagecustomdiv #postcustomstuff #the-list textarea { |
| 524 |
height: 85px; |
| 525 |
margin: 3px; |
| 526 |
} |
| 527 |
|
| 528 |
#postcustomstuff table { |
| 529 |
margin: 0; |
| 530 |
width: 100%; |
| 531 |
border-width: 1px; |
| 532 |
border-style: solid; |
| 533 |
border-spacing: 0; |
| 534 |
} |
| 535 |
|
| 536 |
#postcustomstuff table input, |
| 537 |
#postcustomstuff table select, |
| 538 |
#postcustomstuff table textarea { |
| 539 |
width: 95%; |
| 540 |
margin: 8px 0 8px 8px; |
| 541 |
} |
| 542 |
|
| 543 |
#postcustomstuff th.left, |
| 544 |
#postcustomstuff td.left { |
| 545 |
width: 38%; |
| 546 |
} |
| 547 |
|
| 548 |
#postcustomstuff .submit input { |
| 549 |
width: auto; |
| 550 |
} |
| 551 |
|
| 552 |
#postcustomstuff #newmeta .submit { |
| 553 |
padding: 0 8px; |
| 554 |
} |
| 555 |
|
| 556 |
#postcustomstuff table #addmetasub { |
| 557 |
width: auto; |
| 558 |
} |
| 559 |
|
| 560 |
#postcustomstuff #newmetaleft { |
| 561 |
vertical-align: top; |
| 562 |
} |
| 563 |
|
| 564 |
#postcustomstuff #newmetaleft a { |
| 565 |
padding: 0 10px; |
| 566 |
text-decoration: none; |
| 567 |
} |
| 568 |
|
| 569 |
#save { |
| 570 |
width: 15em; |
| 571 |
} |
| 572 |
|
| 573 |
#template div { |
| 574 |
margin-right: 190px; |
| 575 |
} |
| 576 |
|
| 577 |
* html #template div { |
| 578 |
margin-right: 0; |
| 579 |
} |
| 580 |
|
| 581 |
/* A handy div class for hiding controls. |
| 582 |
Some browsers will disable them when you |
| 583 |
set display: none; */ |
| 584 |
.zerosize { |
| 585 |
height: 0; |
| 586 |
width: 0; |
| 587 |
margin: 0; |
| 588 |
border: 0; |
| 589 |
padding: 0; |
| 590 |
overflow: hidden; |
| 591 |
position: absolute; |
| 592 |
} |
| 593 |
|
| 594 |
* html #themeselect { |
| 595 |
padding: 0 3px; |
| 596 |
height: 22px; |
| 597 |
} |
| 598 |
|
| 599 |
#your-profile legend { |
| 600 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 601 |
font-size: 22px; |
| 602 |
} |
| 603 |
|
| 604 |
#your-profile #rich_editing { |
| 605 |
border: none; |
| 606 |
} |
| 607 |
|
| 608 |
#howto { |
| 609 |
font-size: 11px; |
| 610 |
margin: 0 5px; |
| 611 |
display: block; |
| 612 |
} |
| 613 |
|
| 614 |
#ajax-response.alignleft { |
| 615 |
margin-left: 2em; |
| 616 |
} |
| 617 |
|
| 618 |
div.nav { |
| 619 |
height: 2em; |
| 620 |
padding: 7px 10px; |
| 621 |
vertical-align: text-top; |
| 622 |
margin: 5px 0; |
| 623 |
} |
| 624 |
|
| 625 |
.nav .button-secondary { |
| 626 |
padding: 2px 4px; |
| 627 |
} |
| 628 |
|
| 629 |
a.page-numbers { |
| 630 |
border-bottom-style: solid; |
| 631 |
border-bottom-width: 2px; |
| 632 |
font-weight: bold; |
| 633 |
margin-right: 1px; |
| 634 |
padding: 0 2px; |
| 635 |
} |
| 636 |
|
| 637 |
p.pagenav { |
| 638 |
margin: 0; |
| 639 |
display: inline; |
| 640 |
} |
| 641 |
|
| 642 |
.pagenav span { |
| 643 |
font-weight: bold; |
| 644 |
margin: 0 6px; |
| 645 |
} |
| 646 |
|
| 647 |
.row-title { |
| 648 |
font-size: 12px !important; |
| 649 |
font-weight: bold; |
| 650 |
} |
| 651 |
|
| 652 |
.column-comment p { |
| 653 |
margin: 0.6em 0; |
| 654 |
} |
| 655 |
|
| 656 |
.column-author img, .column-username img { |
| 657 |
float: left; |
| 658 |
margin-right: 10px; |
| 659 |
margin-top: 3px; |
| 660 |
} |
| 661 |
|
| 662 |
.tablenav a.button-secondary { |
| 663 |
display: block; |
| 664 |
margin: 3px 8px 0 0; |
| 665 |
} |
| 666 |
|
| 667 |
.tablenav { |
| 668 |
clear: both; |
| 669 |
height: 30px; |
| 670 |
margin: 6px 0 4px; |
| 671 |
vertical-align: middle; |
| 672 |
} |
| 673 |
|
| 674 |
.tablenav .tablenav-pages { |
| 675 |
float: right; |
| 676 |
display: block; |
| 677 |
cursor: default; |
| 678 |
height: 30px; |
| 679 |
line-height: 30px; |
| 680 |
font-size: 11px; |
| 681 |
} |
| 682 |
|
| 683 |
.tablenav .tablenav-pages a, .tablenav-pages span.current { |
| 684 |
text-decoration: none; |
| 685 |
border: none; |
| 686 |
padding: 3px 6px; |
| 687 |
border-width: 1px; |
| 688 |
border-style: solid; |
| 689 |
-moz-border-radius: 5px; |
| 690 |
-khtml-border-radius: 5px; |
| 691 |
-webkit-border-radius: 5px; |
| 692 |
border-radius: 5px; |
| 693 |
} |
| 694 |
|
| 695 |
.tablenav .displaying-num { |
| 696 |
margin-right: 10px; |
| 697 |
font-size: 12px; |
| 698 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 699 |
font-style: italic; |
| 700 |
} |
| 701 |
|
| 702 |
.tablenav .actions { |
| 703 |
padding: 2px 8px 0 0; |
| 704 |
} |
| 705 |
|
| 706 |
td.media-icon { |
| 707 |
vertical-align: middle; |
| 708 |
text-align: center; |
| 709 |
width: 80px; |
| 710 |
} |
| 711 |
|
| 712 |
td.media-icon img { |
| 713 |
max-width: 80px; |
| 714 |
max-height: 60px; |
| 715 |
} |
| 716 |
|
| 717 |
#update-nag, .plugin-update { |
| 718 |
line-height: 29px; |
| 719 |
font-size: 12px; |
| 720 |
text-align: center; |
| 721 |
border-bottom-width: 1px; |
| 722 |
border-bottom-style: solid; |
| 723 |
border-top-width: 1px; |
| 724 |
border-top-style: solid; |
| 725 |
} |
| 726 |
|
| 727 |
#update-nag a, .plugin-update a { |
| 728 |
font-size: 1.1em; |
| 729 |
} |
| 730 |
|
| 731 |
#pass-strength-result { |
| 732 |
border-style: solid; |
| 733 |
border-width: 1px; |
| 734 |
float: left; |
| 735 |
margin: 12px 5px 5px 1px; |
| 736 |
padding: 3px 5px; |
| 737 |
text-align: center; |
| 738 |
width: 200px; |
| 739 |
} |
| 740 |
|
| 741 |
.row-actions { |
| 742 |
visibility: hidden; |
| 743 |
padding: 2px 0 0; |
| 744 |
} |
| 745 |
|
| 746 |
tr:hover .row-actions, |
| 747 |
div.comment-item:hover .row-actions { |
| 748 |
visibility: visible; |
| 749 |
} |
| 750 |
|
| 751 |
/* Admin Header */ |
| 752 |
#wphead-info { |
| 753 |
margin: 0 0 0 15px; |
| 754 |
padding-right: 15px; |
| 755 |
} |
| 756 |
|
| 757 |
#user_info { |
| 758 |
float: right; |
| 759 |
font-size: 12px; |
| 760 |
line-height: 46px; |
| 761 |
height: 46px; |
| 762 |
} |
| 763 |
|
| 764 |
#user_info p { |
| 765 |
margin: 0; |
| 766 |
padding: 0; |
| 767 |
line-height: 46px; |
| 768 |
} |
| 769 |
|
| 770 |
#wphead { |
| 771 |
height: 46px; |
| 772 |
} |
| 773 |
|
| 774 |
#wphead a, |
| 775 |
#adminmenu a, |
| 776 |
#sidemenu a, |
| 777 |
#taglist a, |
| 778 |
#catlist a, |
| 779 |
#show-settings a { |
| 780 |
text-decoration: none; |
| 781 |
} |
| 782 |
|
| 783 |
#header-logo { |
| 784 |
float: left; |
| 785 |
margin: 7px 0 0 15px; |
| 786 |
} |
| 787 |
|
| 788 |
#wphead h1 { |
| 789 |
font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 790 |
padding: 10px 8px 5px; |
| 791 |
margin: 0; |
| 792 |
float: left; |
| 793 |
} |
| 794 |
|
| 795 |
#wphead h1.long-title { |
| 796 |
font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 797 |
padding: 12px 10px 5px; |
| 798 |
} |
| 799 |
|
| 800 |
#wphead h1 span { |
| 801 |
font-size: 50%; |
| 802 |
} |
| 803 |
|
| 804 |
/* side admin menu */ |
| 805 |
#adminmenu * { |
| 806 |
-webkit-user-select: none; |
| 807 |
-moz-user-select: none; |
| 808 |
-khtml-user-select: none; |
| 809 |
user-select: none; |
| 810 |
} |
| 811 |
|
| 812 |
#adminmenu .wp-submenu { |
| 813 |
display: none; |
| 814 |
list-style: none; |
| 815 |
padding: 0; |
| 816 |
margin: 0; |
| 817 |
position: relative; |
| 818 |
z-index: 2; |
| 819 |
border-width: 1px 0 0; |
| 820 |
border-style: solid none none; |
| 821 |
} |
| 822 |
|
| 823 |
#adminmenu .wp-submenu a { |
| 824 |
font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 825 |
} |
| 826 |
|
| 827 |
#adminmenu .wp-submenu li.current, |
| 828 |
#adminmenu .wp-submenu li.current a, |
| 829 |
#adminmenu .wp-submenu li.current a:hover { |
| 830 |
font-weight: bold; |
| 831 |
} |
| 832 |
|
| 833 |
#adminmenu a.menu-top, |
| 834 |
#adminmenu .wp-submenu-head { |
| 835 |
font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 836 |
} |
| 837 |
|
| 838 |
#adminmenu div.wp-submenu-head { |
| 839 |
display: none; |
| 840 |
} |
| 841 |
|
| 842 |
.folded #adminmenu div.wp-submenu-head, |
| 843 |
.folded #adminmenu li.wp-has-submenu div.sub-open { |
| 844 |
display: block; |
| 845 |
} |
| 846 |
|
| 847 |
.folded #adminmenu a.menu-top, |
| 848 |
.folded #adminmenu .wp-submenu, |
| 849 |
.folded #adminmenu li.wp-menu-open .wp-submenu, |
| 850 |
.folded #adminmenu div.wp-menu-toggle { |
| 851 |
display: none; |
| 852 |
} |
| 853 |
|
| 854 |
#adminmenu li.wp-menu-open .wp-submenu { |
| 855 |
display: block; |
| 856 |
} |
| 857 |
|
| 858 |
#adminmenu div.wp-menu-image { |
| 859 |
float: left; |
| 860 |
width: 28px; |
| 861 |
height: 28px; |
| 862 |
} |
| 863 |
|
| 864 |
#adminmenu li { |
| 865 |
margin: 0; |
| 866 |
padding: 0; |
| 867 |
cursor: pointer; |
| 868 |
} |
| 869 |
|
| 870 |
#adminmenu a { |
| 871 |
display: block; |
| 872 |
line-height: 18px; |
| 873 |
padding: 1px 5px 3px; |
| 874 |
} |
| 875 |
|
| 876 |
#adminmenu li.menu-top { |
| 877 |
min-height: 26px; |
| 878 |
} |
| 879 |
|
| 880 |
#adminmenu a.menu-top { |
| 881 |
line-height: 18px; |
| 882 |
min-width: 10em; |
| 883 |
padding: 5px 5px; |
| 884 |
border-width: 1px 1px 0; |
| 885 |
border-style: solid solid none; |
| 886 |
} |
| 887 |
|
| 888 |
#adminmenu .wp-submenu a { |
| 889 |
margin: 0; |
| 890 |
padding-left: 12px; |
| 891 |
border-width: 0 1px 0 0; |
| 892 |
border-style: none solid none none; |
| 893 |
} |
| 894 |
|
| 895 |
#adminmenu .menu-top-last ul.wp-submenu { |
| 896 |
border-width: 0 0 1px; |
| 897 |
border-style: none none solid; |
| 898 |
} |
| 899 |
|
| 900 |
#adminmenu .wp-submenu li { |
| 901 |
padding: 0; |
| 902 |
margin: 0; |
| 903 |
} |
| 904 |
|
| 905 |
.folded #adminmenu li.menu-top { |
| 906 |
width: 28px; |
| 907 |
height: 30px; |
| 908 |
overflow: hidden; |
| 909 |
border-width: 1px 1px 0; |
| 910 |
border-style: solid solid none; |
| 911 |
} |
| 912 |
|
| 913 |
#adminmenu .menu-top-first a.menu-top, |
| 914 |
.folded #adminmenu li.menu-top-first, |
| 915 |
#adminmenu .wp-submenu .wp-submenu-head { |
| 916 |
border-width: 1px 1px 0; |
| 917 |
border-style: solid solid none; |
| 918 |
-moz-border-radius-topleft :6px; |
| 919 |
-moz-border-radius-topright: 6px; |
| 920 |
-webkit-border-top-right-radius: 6px; |
| 921 |
-webkit-border-top-left-radius: 6px; |
| 922 |
-khtml-border-top-right-radius: 6px; |
| 923 |
-khtml-border-top-left-radius: 6px; |
| 924 |
border-top-right-radius: 6px; |
| 925 |
border-top-left-radius: 6px; |
| 926 |
} |
| 927 |
|
| 928 |
#adminmenu .menu-top-last a.menu-top, |
| 929 |
.folded #adminmenu li.menu-top-last { |
| 930 |
border-width: 1px; |
| 931 |
border-style: solid; |
| 932 |
-moz-border-radius-bottomleft: 6px; |
| 933 |
-moz-border-radius-bottomright: 6px; |
| 934 |
-webkit-border-bottom-right-radius: 6px; |
| 935 |
-webkit-border-bottom-left-radius: 6px; |
| 936 |
-khtml-border-bottom-right-radius: 6px; |
| 937 |
-khtml-border-bottom-left-radius: 6px; |
| 938 |
border-bottom-right-radius: 6px; |
| 939 |
border-bottom-left-radius: 6px; |
| 940 |
} |
| 941 |
|
| 942 |
#adminmenu li.wp-menu-open a.menu-top-last { |
| 943 |
border-bottom: 0 none; |
| 944 |
-moz-border-radius-bottomright: 0; |
| 945 |
-moz-border-radius-bottomleft: 0; |
| 946 |
-webkit-border-bottom-right-radius: 0; |
| 947 |
-webkit-border-bottom-left-radius: 0; |
| 948 |
-khtml-border-bottom-right-radius: 0; |
| 949 |
-khtml-border-bottom-left-radius: 0; |
| 950 |
border-bottom-right-radius: 0; |
| 951 |
border-bottom-left-radius: 0; |
| 952 |
} |
| 953 |
|
| 954 |
#adminmenu img.wp-menu-image { |
| 955 |
float: left; |
| 956 |
padding: 8px 6px 0; |
| 957 |
opacity: 0.6; |
| 958 |
filter: alpha(opacity=60); |
| 959 |
} |
| 960 |
|
| 961 |
#adminmenu li.menu-top:hover img.wp-menu-image, |
| 962 |
#adminmenu li.wp-has-current-submenu img.wp-menu-image { |
| 963 |
opacity: 1; |
| 964 |
filter: alpha(opacity=100); |
| 965 |
} |
| 966 |
|
| 967 |
.folded #adminmenu img.wp-menu-image { |
| 968 |
padding: 7px 0 0 6px; |
| 969 |
} |
| 970 |
|
| 971 |
#adminmenu li.wp-menu-separator { |
| 972 |
height: 21px; |
| 973 |
padding: 0; |
| 974 |
margin: 0; |
| 975 |
cursor: w-resize; |
| 976 |
} |
| 977 |
|
| 978 |
.folded #adminmenu li.wp-menu-separator { |
| 979 |
cursor: e-resize; |
| 980 |
} |
| 981 |
|
| 982 |
#adminmenu .wp-menu-separator-last { |
| 983 |
height: 10px; |
| 984 |
width: 1px; |
| 985 |
} |
| 986 |
|
| 987 |
#adminmenu .wp-submenu .wp-submenu-head { |
| 988 |
border-width: 1px; |
| 989 |
border-style: solid; |
| 990 |
padding: 6px 4px 6px 10px; |
| 991 |
cursor: default; |
| 992 |
} |
| 993 |
|
| 994 |
.folded #adminmenu .wp-submenu { |
| 995 |
position: absolute; |
| 996 |
margin: -1px 0 0 28px; |
| 997 |
padding: 0 8px 8px; |
| 998 |
z-index: 999; |
| 999 |
border: 0 none; |
| 1000 |
} |
| 1001 |
|
| 1002 |
.folded #adminmenu .wp-submenu ul { |
| 1003 |
width: 140px; |
| 1004 |
border-width: 0 0 1px; |
| 1005 |
border-style: none none solid; |
| 1006 |
} |
| 1007 |
|
| 1008 |
.folded #adminmenu .wp-submenu li.wp-first-item { |
| 1009 |
border-top: 0 none; |
| 1010 |
} |
| 1011 |
|
| 1012 |
.folded #adminmenu .wp-submenu a { |
| 1013 |
padding-left: 10px; |
| 1014 |
} |
| 1015 |
|
| 1016 |
.folded #adminmenu a.wp-has-submenu { |
| 1017 |
margin-left: 40px; |
| 1018 |
} |
| 1019 |
|
| 1020 |
#adminmenu li.menu-top-last .wp-submenu ul { |
| 1021 |
border-width: 0 0 1px; |
| 1022 |
border-style: none none solid; |
| 1023 |
} |
| 1024 |
|
| 1025 |
#adminmenu .wp-menu-toggle { |
| 1026 |
width: 22px; |
| 1027 |
clear: right; |
| 1028 |
float: right; |
| 1029 |
margin: 1px 0 0; |
| 1030 |
height: 27px; |
| 1031 |
padding: 1px 2px 0 0; |
| 1032 |
cursor: default; |
| 1033 |
} |
| 1034 |
|
| 1035 |
#adminmenu li.wp-has-current-submenu ul { |
| 1036 |
border-bottom-width: 1px; |
| 1037 |
border-bottom-style: solid; |
| 1038 |
} |
| 1039 |
/* end side admin menu */ |
| 1040 |
|
| 1041 |
/* comments/plugins bubble in menu */ |
| 1042 |
#adminmenu #awaiting-mod, |
| 1043 |
#adminmenu span.update-plugins, |
| 1044 |
#sidemenu li a span.update-plugins { |
| 1045 |
position: absolute; |
| 1046 |
font-family: Helvetica, Arial, sans-serif; |
| 1047 |
font-size: 7pt; |
| 1048 |
font-weight: bold; |
| 1049 |
margin-top: 2px; |
| 1050 |
margin-left: 2px; |
| 1051 |
-moz-border-radius: 7px; |
| 1052 |
-khtml-border-radius: 7px; |
| 1053 |
-webkit-border-radius: 7px; |
| 1054 |
border-radius: 7px; |
| 1055 |
} |
| 1056 |
|
| 1057 |
#adminmenu li #awaiting-mod span, |
| 1058 |
#adminmenu li span.update-plugins span, |
| 1059 |
#sidemenu li a span.update-plugins span { |
| 1060 |
float: left; |
| 1061 |
display: block; |
| 1062 |
height: 1.6em; |
| 1063 |
line-height: 1.6em; |
| 1064 |
padding: 0 6px; |
| 1065 |
} |
| 1066 |
|
| 1067 |
#adminmenu li span.count-0, |
| 1068 |
#sidemenu li a .count-0 { |
| 1069 |
display: none; |
| 1070 |
} |
| 1071 |
/* end menu stuff */ |
| 1072 |
|
| 1073 |
/* comments bubble */ |
| 1074 |
.post-com-count-wrapper { |
| 1075 |
min-width: 22px; |
| 1076 |
font-family: Helvetica, Arial, sans-serif; |
| 1077 |
} |
| 1078 |
|
| 1079 |
.post-com-count { |
| 1080 |
height: 1.3em; |
| 1081 |
line-height: 1.1em; |
| 1082 |
display: block; |
| 1083 |
text-decoration: none; |
| 1084 |
padding: 0 0 6px; |
| 1085 |
cursor: pointer; |
| 1086 |
background-position: center -80px; |
| 1087 |
background-repeat: no-repeat; |
| 1088 |
} |
| 1089 |
|
| 1090 |
.post-com-count span { |
| 1091 |
font-size: 9px; |
| 1092 |
font-weight: bild; |
| 1093 |
height: 1.7em; |
| 1094 |
line-height: 1.70em; |
| 1095 |
min-width: 0.7em; |
| 1096 |
padding: 0 6px; |
| 1097 |
display: inline-block; |
| 1098 |
cursor: pointer; |
| 1099 |
-moz-border-radius: 5px; |
| 1100 |
-khtml-border-radius: 5px; |
| 1101 |
-webkit-border-radius: 5px; |
| 1102 |
border-radius: 5px; |
| 1103 |
} |
| 1104 |
|
| 1105 |
strong .post-com-count { |
| 1106 |
background-position: center -55px; |
| 1107 |
} |
| 1108 |
|
| 1109 |
.post-com-count:hover { |
| 1110 |
background-position: center -3px; |
| 1111 |
} |
| 1112 |
|
| 1113 |
.column-response .post-com-count { |
| 1114 |
float: left; |
| 1115 |
margin-right: 5px; |
| 1116 |
text-align: center; |
| 1117 |
} |
| 1118 |
|
| 1119 |
.response-links { |
| 1120 |
margin: 4px 0; |
| 1121 |
} |
| 1122 |
|
| 1123 |
/* Admin Footer */ |
| 1124 |
#footer { |
| 1125 |
margin-top: -45px; |
| 1126 |
} |
| 1127 |
|
| 1128 |
#footer, |
| 1129 |
#footer a { |
| 1130 |
font-size: 12px; |
| 1131 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 1132 |
font-style: italic; |
| 1133 |
} |
| 1134 |
|
| 1135 |
#footer p { |
| 1136 |
margin: 0; |
| 1137 |
padding: 15px; |
| 1138 |
line-height: 15px; |
| 1139 |
} |
| 1140 |
|
| 1141 |
#footer a { |
| 1142 |
text-decoration: none; |
| 1143 |
} |
| 1144 |
|
| 1145 |
#footer a:hover { |
| 1146 |
text-decoration: underline; |
| 1147 |
} |
| 1148 |
|
| 1149 |
/* Tables used on comment.php and option/setting pages */ |
| 1150 |
|
| 1151 |
.form-table { |
| 1152 |
border-collapse: collapse; |
| 1153 |
margin-top: 0.5em; |
| 1154 |
width: 100%; |
| 1155 |
margin-bottom: -8px; |
| 1156 |
clear: both; |
| 1157 |
} |
| 1158 |
|
| 1159 |
.form-table td, |
| 1160 |
#wpbody-content .describe td { |
| 1161 |
margin-bottom: 9px; |
| 1162 |
padding: 4px 10px 12px; |
| 1163 |
line-height: 20px; |
| 1164 |
font-size: 11px; |
| 1165 |
} |
| 1166 |
|
| 1167 |
.form-table th, |
| 1168 |
.form-wrap label { |
| 1169 |
font-weight: normal; |
| 1170 |
text-shadow: rgba(255,255,255,1) 0 1px 0; |
| 1171 |
} |
| 1172 |
|
| 1173 |
.form-table th, |
| 1174 |
#wpbody-content .describe th { |
| 1175 |
vertical-align: top; |
| 1176 |
text-align: left; |
| 1177 |
padding: 10px; |
| 1178 |
width: 200px; |
| 1179 |
} |
| 1180 |
|
| 1181 |
.form-table th.th-full { |
| 1182 |
width: auto; |
| 1183 |
} |
| 1184 |
|
| 1185 |
.form-table input, |
| 1186 |
.form-table textarea, |
| 1187 |
#wpbody-content .describe input, |
| 1188 |
#wpbody-content .describe textarea { |
| 1189 |
border-width: 1px; |
| 1190 |
border-style: solid; |
| 1191 |
} |
| 1192 |
|
| 1193 |
.form-table div.color-option { |
| 1194 |
display: block; |
| 1195 |
clear: both; |
| 1196 |
margin-top: 12px; |
| 1197 |
} |
| 1198 |
|
| 1199 |
.form-table input.tog { |
| 1200 |
margin-top: 2px; |
| 1201 |
margin-right: 2px; |
| 1202 |
float: left; |
| 1203 |
} |
| 1204 |
|
| 1205 |
.form-table table.color-palette { |
| 1206 |
vertical-align: bottom; |
| 1207 |
float: left; |
| 1208 |
margin: -8px 3px 8px; |
| 1209 |
} |
| 1210 |
|
| 1211 |
.form-table .color-palette td { |
| 1212 |
border-width: 1px 1px 0; |
| 1213 |
border-stile: solid solid none; |
| 1214 |
height: 10px; |
| 1215 |
line-height: 20px; |
| 1216 |
width: 10px; |
| 1217 |
} |
| 1218 |
|
| 1219 |
textarea.large-text { |
| 1220 |
width: 99%; |
| 1221 |
} |
| 1222 |
|
| 1223 |
.form-table input.regular-text { |
| 1224 |
width: 325px; |
| 1225 |
} |
| 1226 |
|
| 1227 |
.form-table input.small-text { |
| 1228 |
width: 50px; |
| 1229 |
} |
| 1230 |
|
| 1231 |
#profile-page .form-table textarea { |
| 1232 |
width: 500px; |
| 1233 |
margin-bottom: 6px; |
| 1234 |
} |
| 1235 |
|
| 1236 |
#profile-page .form-table input[type=text] { |
| 1237 |
width: 300px; |
| 1238 |
} |
| 1239 |
|
| 1240 |
#profile-page .form-table #rich_editing { |
| 1241 |
margin-right: 5px |
| 1242 |
} |
| 1243 |
|
| 1244 |
.form-table .pre { |
| 1245 |
padding: 8px; |
| 1246 |
margin: 0; |
| 1247 |
} |
| 1248 |
|
| 1249 |
.pre { |
| 1250 |
/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */ |
| 1251 |
white-space: pre-wrap; /* css-3 */ |
| 1252 |
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ |
| 1253 |
white-space: -pre-wrap; /* Opera 4-6 */ |
| 1254 |
white-space: -o-pre-wrap; /* Opera 7 */ |
| 1255 |
word-wrap: break-word; /* Internet Explorer 5.5+ */ |
| 1256 |
} |
| 1257 |
|
| 1258 |
table.form-table td .updated { |
| 1259 |
font-size: 13px; |
| 1260 |
} |
| 1261 |
|
| 1262 |
/* divs for cats and tags pages */ |
| 1263 |
|
| 1264 |
.form-wrap { |
| 1265 |
margin: 10px 0; |
| 1266 |
width: 97%; |
| 1267 |
} |
| 1268 |
|
| 1269 |
.form-wrap p, |
| 1270 |
.form-wrap label { |
| 1271 |
font-size: 11px; |
| 1272 |
} |
| 1273 |
|
| 1274 |
.form-wrap label { |
| 1275 |
display: block; |
| 1276 |
padding: 2px; |
| 1277 |
font-size: 12px; |
| 1278 |
} |
| 1279 |
|
| 1280 |
.form-field input, |
| 1281 |
.form-field textarea { |
| 1282 |
border-style: solid; |
| 1283 |
border-width: 1px; |
| 1284 |
width: 95%; |
| 1285 |
} |
| 1286 |
|
| 1287 |
.form-wrap p { |
| 1288 |
margin: 2px 0 5px; |
| 1289 |
} |
| 1290 |
|
| 1291 |
.setting-description, .form-wrap p { |
| 1292 |
font-style: italic; |
| 1293 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 1294 |
} |
| 1295 |
|
| 1296 |
.form-wrap .form-field { |
| 1297 |
margin: 0 0 10px; |
| 1298 |
padding: 8px; |
| 1299 |
} |
| 1300 |
|
| 1301 |
.col-wrap h3 { |
| 1302 |
margin: 12px 0; |
| 1303 |
font-size: 1.1em; |
| 1304 |
} |
| 1305 |
|
| 1306 |
.col-wrap p.submit { |
| 1307 |
margin-top: -10px; |
| 1308 |
} |
| 1309 |
|
| 1310 |
.tagcloud { |
| 1311 |
width: 97%; |
| 1312 |
margin: 0 0 40px; |
| 1313 |
} |
| 1314 |
|
| 1315 |
.tagcloud h3 { |
| 1316 |
margin: 2px 0 12px; |
| 1317 |
} |
| 1318 |
|
| 1319 |
/* Post Screen */ |
| 1320 |
#normal-sortables { |
| 1321 |
min-height: 50px; |
| 1322 |
} |
| 1323 |
|
| 1324 |
.postbox { |
| 1325 |
position: relative; |
| 1326 |
min-width: 255px; |
| 1327 |
width: 99.5%; |
| 1328 |
} |
| 1329 |
|
| 1330 |
#trackback_url { |
| 1331 |
width: 99%; |
| 1332 |
} |
| 1333 |
|
| 1334 |
#normal-sortables .postbox .submit { |
| 1335 |
background: transparent none; |
| 1336 |
border: 0 none; |
| 1337 |
float: right; |
| 1338 |
padding: 0 12px; |
| 1339 |
margin: 0; |
| 1340 |
} |
| 1341 |
|
| 1342 |
#normal-sortables .postbox #replyrow .submit { |
| 1343 |
float: none; |
| 1344 |
margin: 0; |
| 1345 |
padding: 3px 7px; |
| 1346 |
} |
| 1347 |
|
| 1348 |
#side-sortables { |
| 1349 |
min-height: 300px; |
| 1350 |
} |
| 1351 |
|
| 1352 |
#side-sortables .submitbox .submit input, |
| 1353 |
#side-sortables .submitbox .submit .preview, |
| 1354 |
#side-sortables .submitbox .submit a.preview:hover { |
| 1355 |
border: 0 none; |
| 1356 |
} |
| 1357 |
|
| 1358 |
#side-sortables .inside-submitbox .insidebox, |
| 1359 |
.stuffbox .insidebox { |
| 1360 |
margin: 11px 0; |
| 1361 |
} |
| 1362 |
|
| 1363 |
#side-sortables .comments-box, |
| 1364 |
#side-sortables #show-comments { |
| 1365 |
display: none; |
| 1366 |
} |
| 1367 |
|
| 1368 |
#post-body #tagsdiv #newtag { |
| 1369 |
margin-right: 5px; |
| 1370 |
width: 16em; |
| 1371 |
} |
| 1372 |
|
| 1373 |
#side-info-column input#post_password { |
| 1374 |
width: 94% |
| 1375 |
} |
| 1376 |
|
| 1377 |
#side-info-column #tagsdiv #newtag { |
| 1378 |
width: 68%; |
| 1379 |
} |
| 1380 |
|
| 1381 |
#post-status-info { |
| 1382 |
font-size: 12px; |
| 1383 |
line-height: 2; |
| 1384 |
padding: 0 15px 0 7px; |
| 1385 |
border-width: 0 1px 1px; |
| 1386 |
border-style: none solid solid; |
| 1387 |
-moz-border-radius: 0 0 6px 6px; |
| 1388 |
-webkit-border-bottom-left-radius: 6px; |
| 1389 |
-webkit-border-bottom-right-radius: 6px; |
| 1390 |
-khtml-border-bottom-left-radius: 6px; |
| 1391 |
-khtml-border-bottom-right-radius: 6px; |
| 1392 |
border-bottom-left-radius: 6px; |
| 1393 |
border-bottom-right-radius: 6px; |
| 1394 |
} |
| 1395 |
|
| 1396 |
#editorcontent #post-status-info { |
| 1397 |
border: none; |
| 1398 |
} |
| 1399 |
|
| 1400 |
#post-body-content .wp_themeSkin .mceStatusbar a.mceResize { |
| 1401 |
display: block; |
| 1402 |
float: right; |
| 1403 |
background: transparent url( '../../../../wp-admin/images/resize.gif' ) no-repeat scroll right bottom; |
| 1404 |
width: 12px; |
| 1405 |
height: 12px; |
| 1406 |
cursor: se-resize; |
| 1407 |
margin: 0 2px; |
| 1408 |
position: relative; |
| 1409 |
right: 0; |
| 1410 |
top: 31px; |
| 1411 |
} |
| 1412 |
|
| 1413 |
|
| 1414 |
#pagesubmitdiv div.inside, |
| 1415 |
#linksubmitdiv div.inside, |
| 1416 |
div.inside { |
| 1417 |
padding: 0; |
| 1418 |
margin: 0; |
| 1419 |
} |
| 1420 |
|
| 1421 |
#comment-status-radio p { |
| 1422 |
margin: 3px 0 5px; |
| 1423 |
} |
| 1424 |
|
| 1425 |
#comment-status-radio input { |
| 1426 |
margin: 2px 3px 5px 0; |
| 1427 |
vertical-align: middle; |
| 1428 |
} |
| 1429 |
|
| 1430 |
#comment-status-radio label { |
| 1431 |
padding: 5px 0; |
| 1432 |
} |
| 1433 |
|
| 1434 |
#tagchecklist { |
| 1435 |
margin-left: 10px; |
| 1436 |
font-size: 12px; |
| 1437 |
overflow: auto; |
| 1438 |
} |
| 1439 |
|
| 1440 |
#tagchecklist strong { |
| 1441 |
margin-left: -8px; |
| 1442 |
position: absolute; |
| 1443 |
} |
| 1444 |
|
| 1445 |
#tagchecklist span { |
| 1446 |
margin-right: 25px; |
| 1447 |
display: block; |
| 1448 |
float: left; |
| 1449 |
font-size: 11px; |
| 1450 |
line-height: 1.8em; |
| 1451 |
white-space: nowrap; |
| 1452 |
cursor: default; |
| 1453 |
} |
| 1454 |
|
| 1455 |
#tagchecklist span a { |
| 1456 |
margin: 6px 0pt 0pt -9px; |
| 1457 |
cursor: pointer; |
| 1458 |
width: 10px; |
| 1459 |
height: 10px; |
| 1460 |
display: block; |
| 1461 |
float: left; |
| 1462 |
text-indent: -9999px; |
| 1463 |
overflow: hidden; |
| 1464 |
position: absolute; |
| 1465 |
} |
| 1466 |
|
| 1467 |
.howto { |
| 1468 |
font-style: italic; |
| 1469 |
display: block; |
| 1470 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 1471 |
} |
| 1472 |
|
| 1473 |
.ac_results { |
| 1474 |
padding: 0; |
| 1475 |
margin: 0; |
| 1476 |
list-style: none; |
| 1477 |
position: absolute; |
| 1478 |
z-index: 10000; |
| 1479 |
display: none; |
| 1480 |
border-width: 1px; |
| 1481 |
border-style: solid; |
| 1482 |
} |
| 1483 |
|
| 1484 |
.ac_results li { |
| 1485 |
padding: 2px 5px; |
| 1486 |
white-space: nowrap; |
| 1487 |
text-align: left; |
| 1488 |
} |
| 1489 |
|
| 1490 |
.ac_over { |
| 1491 |
cursor: pointer; |
| 1492 |
} |
| 1493 |
|
| 1494 |
.ac_match { |
| 1495 |
text-decoration: underline; |
| 1496 |
} |
| 1497 |
|
| 1498 |
#poststuff h2 { |
| 1499 |
margin-top: 20px; |
| 1500 |
font-size: 1.5em; |
| 1501 |
margin-bottom: 15px; |
| 1502 |
padding: 0 0 3px; |
| 1503 |
clear: left; |
| 1504 |
} |
| 1505 |
|
| 1506 |
.ui-sortable .postbox h3 { |
| 1507 |
cursor: pointer; |
| 1508 |
-webkit-user-select: none; |
| 1509 |
-moz-user-select: none; |
| 1510 |
-khtml-user-select: none; |
| 1511 |
user-select: none; |
| 1512 |
} |
| 1513 |
|
| 1514 |
.ui-sortable .postbox .hndle span { |
| 1515 |
padding: 6px 0; |
| 1516 |
} |
| 1517 |
|
| 1518 |
.ui-sortable .postbox .hndle { |
| 1519 |
cursor: move; |
| 1520 |
} |
| 1521 |
|
| 1522 |
.hndle a { |
| 1523 |
font-size: 11px; |
| 1524 |
font-weight: normal; |
| 1525 |
} |
| 1526 |
|
| 1527 |
.meta-box-sortables .postbox .handlediv { |
| 1528 |
float: right; |
| 1529 |
width: 23px; |
| 1530 |
height: 26px; |
| 1531 |
} |
| 1532 |
|
| 1533 |
.sortable-placeholder { |
| 1534 |
border-width: 1px; |
| 1535 |
border-style: dashed; |
| 1536 |
z-index: -1; |
| 1537 |
} |
| 1538 |
|
| 1539 |
#poststuff h3, |
| 1540 |
.metabox-holder h3 { |
| 1541 |
font-size: 12px; |
| 1542 |
font-weight: bold; |
| 1543 |
padding: 7px 9px; |
| 1544 |
margin: 0; |
| 1545 |
line-height: 1; |
| 1546 |
} |
| 1547 |
|
| 1548 |
.metabox-holder .postbox, |
| 1549 |
#poststuff .postbox, |
| 1550 |
#poststuff .stuffbox { |
| 1551 |
margin-bottom: 20px; |
| 1552 |
border-width: 1px; |
| 1553 |
border-style: solid; |
| 1554 |
line-height: 1; |
| 1555 |
-moz-border-radius: 6px; |
| 1556 |
-khtml-border-radius: 6px; |
| 1557 |
-webkit-border-radius: 6px; |
| 1558 |
border-radius: 6px; |
| 1559 |
} |
| 1560 |
|
| 1561 |
.metabox-holder .postbox h3, |
| 1562 |
#poststuff .postbox h3, |
| 1563 |
#poststuff .stuffbox h3 { |
| 1564 |
-moz-border-radius: 6px 6px 0 0; |
| 1565 |
-webkit-border-top-right-radius: 6px; |
| 1566 |
-webkit-border-top-left-radius: 6px; |
| 1567 |
-khtml-border-top-right-radius: 6px; |
| 1568 |
-khtml-border-top-left-radius: 6px; |
| 1569 |
border-top-right-radius: 6px; |
| 1570 |
border-top-left-radius: 6px; |
| 1571 |
} |
| 1572 |
|
| 1573 |
.postbox table.form-table { |
| 1574 |
margin-bottom: 0; |
| 1575 |
} |
| 1576 |
|
| 1577 |
.postbox input[type="text"], |
| 1578 |
.postbox textarea, |
| 1579 |
.stuffbox input[type="text"], |
| 1580 |
.stuffbox textarea { |
| 1581 |
border-width: 1px; |
| 1582 |
border-style: solid; |
| 1583 |
} |
| 1584 |
|
| 1585 |
#poststuff .inside, |
| 1586 |
#poststuff .inside p { |
| 1587 |
font-size: 11px; |
| 1588 |
margin: 6px; |
| 1589 |
} |
| 1590 |
|
| 1591 |
#poststuff .inside .submitbox p { |
| 1592 |
margin: 1em 0; |
| 1593 |
} |
| 1594 |
|
| 1595 |
#post-visibility-select { |
| 1596 |
line-height: 1.5em; |
| 1597 |
margin-top: 3px; |
| 1598 |
} |
| 1599 |
|
| 1600 |
#poststuff #submitdiv .inside { |
| 1601 |
margin: 0; |
| 1602 |
} |
| 1603 |
|
| 1604 |
#titlediv, #poststuff .postarea { |
| 1605 |
margin-bottom: 20px; |
| 1606 |
} |
| 1607 |
|
| 1608 |
#titlediv { |
| 1609 |
margin-bottom: 20px; |
| 1610 |
} |
| 1611 |
#titlediv label { cursor: text; } |
| 1612 |
|
| 1613 |
#titlediv div.inside { |
| 1614 |
margin: 0; |
| 1615 |
} |
| 1616 |
|
| 1617 |
#poststuff #titlewrap { |
| 1618 |
border: 0; |
| 1619 |
padding: 0; |
| 1620 |
|
| 1621 |
} |
| 1622 |
|
| 1623 |
#titlediv #title { |
| 1624 |
padding: 3px 4px; |
| 1625 |
border-width: 1px; |
| 1626 |
border-style: solid; |
| 1627 |
-moz-border-radius: 6px; |
| 1628 |
-khtml-border-radius: 6px; |
| 1629 |
-webkit-border-radius: 6px; |
| 1630 |
border-radius: 6px; |
| 1631 |
font-size: 1.7em; |
| 1632 |
width: 100%; |
| 1633 |
outline: none; |
| 1634 |
} |
| 1635 |
|
| 1636 |
#poststuff .inside-submitbox, |
| 1637 |
#side-info-column .inside-submitbox { |
| 1638 |
margin: 0 3px; |
| 1639 |
font-size: 11px; |
| 1640 |
} |
| 1641 |
|
| 1642 |
input#link_description, |
| 1643 |
input#link_url { |
| 1644 |
width: 98%; |
| 1645 |
} |
| 1646 |
|
| 1647 |
#pending { |
| 1648 |
background: 0 none; |
| 1649 |
border: 0 none; |
| 1650 |
padding: 0; |
| 1651 |
font-size: 11px; |
| 1652 |
margin-top: -1px; |
| 1653 |
} |
| 1654 |
|
| 1655 |
#edit-slug-box { |
| 1656 |
height: 1em; |
| 1657 |
margin-top: 8px; |
| 1658 |
padding: 0 7px; |
| 1659 |
} |
| 1660 |
|
| 1661 |
#editable-post-name-full { |
| 1662 |
display: none; |
| 1663 |
} |
| 1664 |
|
| 1665 |
#editable-post-name input { |
| 1666 |
width: 16em; |
| 1667 |
} |
| 1668 |
|
| 1669 |
.postarea h3 label { |
| 1670 |
float: left; |
| 1671 |
} |
| 1672 |
|
| 1673 |
.postarea #add-media-button { |
| 1674 |
float: right; |
| 1675 |
margin: 7px 0pt 0pt; |
| 1676 |
position: relative; |
| 1677 |
right: 10px; |
| 1678 |
} |
| 1679 |
|
| 1680 |
#poststuff #editor-toolbar { |
| 1681 |
height: 30px; |
| 1682 |
} |
| 1683 |
|
| 1684 |
.wp_themeSkin tr.mceFirst td.mceToolbar { |
| 1685 |
background-image: url( '../../../../wp-admin/images/ed-bg.gif'); |
| 1686 |
background-position: left top; |
| 1687 |
background-repeat: repeat-x; |
| 1688 |
border-width: 0 0 1px; |
| 1689 |
border-style: none none solid; |
| 1690 |
} |
| 1691 |
|
| 1692 |
#poststuff #edButtonPreview, |
| 1693 |
#poststuff #edButtonHTML { |
| 1694 |
display: block; |
| 1695 |
height: 18px; |
| 1696 |
margin: 5px 5px 0 0; |
| 1697 |
padding: 4px 5px 2px; |
| 1698 |
float: right; |
| 1699 |
cursor: pointer; |
| 1700 |
border-width: 1px; |
| 1701 |
border-style: solid; |
| 1702 |
-moz-border-radius: 3px 3px 0 0; |
| 1703 |
-webkit-border-top-right-radius: 3px; |
| 1704 |
-webkit-border-top-left-radius: 3px; |
| 1705 |
-khtml-border-top-right-radius: 3px; |
| 1706 |
-khtml-border-top-left-radius: 3px; |
| 1707 |
border-top-right-radius: 3px; |
| 1708 |
border-top-left-radius: 3px; |
| 1709 |
} |
| 1710 |
|
| 1711 |
#poststuff #edButtonHTML { |
| 1712 |
margin-right: 15px; |
| 1713 |
} |
| 1714 |
|
| 1715 |
#media-buttons { |
| 1716 |
cursor: default; |
| 1717 |
padding: 8px 8px 0; |
| 1718 |
} |
| 1719 |
|
| 1720 |
#media-buttons a { |
| 1721 |
cursor: pointer; |
| 1722 |
padding: 0 0 5px 10px; |
| 1723 |
} |
| 1724 |
|
| 1725 |
#media-buttons img { |
| 1726 |
vertical-align: middle; |
| 1727 |
} |
| 1728 |
|
| 1729 |
.submitbox .submit { |
| 1730 |
text-align: left; |
| 1731 |
padding: 12px 10px 10px; |
| 1732 |
font-size: 11px; |
| 1733 |
} |
| 1734 |
|
| 1735 |
.submitbox .submitdelete { |
| 1736 |
border-bottom-width: 1px; |
| 1737 |
border-bottom-style: solid; |
| 1738 |
text-decoration: none; |
| 1739 |
padding: 1px 2px; |
| 1740 |
} |
| 1741 |
|
| 1742 |
.inside-submitbox #post_status { |
| 1743 |
margin: 2px 0 2px -2px; |
| 1744 |
} |
| 1745 |
|
| 1746 |
.submitbox .submit a:hover { |
| 1747 |
border-bottom-width: 1px; |
| 1748 |
border-bottom-style: solid; |
| 1749 |
} |
| 1750 |
|
| 1751 |
.submitbox .submit input { |
| 1752 |
margin-bottom: 8px; |
| 1753 |
margin-right: 4px; |
| 1754 |
padding: 6px; |
| 1755 |
} |
| 1756 |
|
| 1757 |
#post-status-select { |
| 1758 |
line-height: 2.5em; |
| 1759 |
margin-top: 3px; |
| 1760 |
} |
| 1761 |
|
| 1762 |
/* Categories */ |
| 1763 |
|
| 1764 |
#category-adder { |
| 1765 |
margin-left: 120px; |
| 1766 |
padding: 4px 0; |
| 1767 |
} |
| 1768 |
|
| 1769 |
#category-adder h4 { |
| 1770 |
margin: 0 0 8px; |
| 1771 |
} |
| 1772 |
|
| 1773 |
#side-info-column #category-adder { |
| 1774 |
margin: 0; |
| 1775 |
} |
| 1776 |
|
| 1777 |
#post-body #category-add input, #category-add select { |
| 1778 |
width: 30%; |
| 1779 |
} |
| 1780 |
|
| 1781 |
#side-info-column #category-add input { |
| 1782 |
width: 94%; |
| 1783 |
} |
| 1784 |
|
| 1785 |
#side-info-column #category-add select { |
| 1786 |
width: 100%; |
| 1787 |
} |
| 1788 |
|
| 1789 |
#category-add input#category-add-sumbit { |
| 1790 |
width: auto; |
| 1791 |
} |
| 1792 |
|
| 1793 |
#post-body ul#category-tabs { |
| 1794 |
float: left; |
| 1795 |
width: 120px; |
| 1796 |
text-align: right; |
| 1797 |
/* Negative margin for the sake of those without JS: all tabs display */ |
| 1798 |
margin: 0 -120px 0 0; |
| 1799 |
padding: 0; |
| 1800 |
} |
| 1801 |
|
| 1802 |
#post-body ul#category-tabs li { |
| 1803 |
padding: 8px; |
| 1804 |
} |
| 1805 |
|
| 1806 |
#post-body ul#category-tabs li.ui-tabs-selected { |
| 1807 |
-moz-border-radius: 3px 0 0 3px; |
| 1808 |
-webkit-border-top-left-radius: 3px; |
| 1809 |
-webkit-border-bottom-left-radius: 3px; |
| 1810 |
-khtml-border-top-left-radius: 3px; |
| 1811 |
-khtml-border-bottom-left-radius: 3px; |
| 1812 |
border-top-left-radius: 3px; |
| 1813 |
border-bottom-left-radius: 3px; |
| 1814 |
} |
| 1815 |
|
| 1816 |
#post-body ul#category-tabs li.ui-tabs-selected a { |
| 1817 |
font-weight: bold; |
| 1818 |
text-decoration: none; |
| 1819 |
} |
| 1820 |
|
| 1821 |
#categorydiv div.ui-tabs-panel, |
| 1822 |
#linkcategorydiv div.ui-tabs-panel { |
| 1823 |
height: 150px; |
| 1824 |
overflow: auto; |
| 1825 |
padding: 0.5em 0.9em; |
| 1826 |
} |
| 1827 |
|
| 1828 |
#post-body #categorydiv div.ui-tabs-panel, |
| 1829 |
#post-body #linkcategorydiv div.ui-tabs-panel { |
| 1830 |
margin: 0 5px 0 120px; |
| 1831 |
height: 10em; |
| 1832 |
overflow: auto; |
| 1833 |
border-width: 4px; |
| 1834 |
border-style: solid; |
| 1835 |
} |
| 1836 |
|
| 1837 |
#side-info-column #category-tabs li { |
| 1838 |
display: inline; |
| 1839 |
padding-right: 8px; |
| 1840 |
} |
| 1841 |
|
| 1842 |
#side-info-column #category-tabs a { |
| 1843 |
text-decoration: none; |
| 1844 |
} |
| 1845 |
|
| 1846 |
#side-info-column #category-tabs { |
| 1847 |
margin-bottom: 3px; |
| 1848 |
} |
| 1849 |
|
| 1850 |
#categorydiv ul, |
| 1851 |
#linkcategorydiv ul { |
| 1852 |
list-style: none; |
| 1853 |
padding: 0; |
| 1854 |
margin: 0; |
| 1855 |
} |
| 1856 |
|
| 1857 |
#categorydiv ul.categorychecklist ul, |
| 1858 |
#linkcategorydiv ul.categorychecklist ul { |
| 1859 |
margin-left: 18px; |
| 1860 |
} |
| 1861 |
|
| 1862 |
ul.categorychecklist li { |
| 1863 |
margin: 0; |
| 1864 |
padding: 0; |
| 1865 |
line-height: 19px; |
| 1866 |
} |
| 1867 |
|
| 1868 |
#category-adder h4 { |
| 1869 |
margin-top: 4px; |
| 1870 |
margin-bottom: 0px; |
| 1871 |
} |
| 1872 |
|
| 1873 |
#categorydiv .ui-tabs-panel { |
| 1874 |
border-width: 3px; |
| 1875 |
border-style: solid; |
| 1876 |
} |
| 1877 |
|
| 1878 |
ul#category-tabs { |
| 1879 |
margin-top: 12px; |
| 1880 |
} |
| 1881 |
|
| 1882 |
ul#category-tabs li { |
| 1883 |
padding: 5px 8px; |
| 1884 |
-moz-border-radius: 3px 3px 0 0; |
| 1885 |
-webkit-border-top-left-radius: 3px; |
| 1886 |
-webkit-border-top-right-radius: 3px; |
| 1887 |
-khtml-border-top-left-radius: 3px; |
| 1888 |
-khtml-border-top-right-radius: 3px; |
| 1889 |
border-top-left-radius: 3px; |
| 1890 |
border-top-right-radius: 3px; |
| 1891 |
} |
| 1892 |
|
| 1893 |
/* positioning etc. */ |
| 1894 |
|
| 1895 |
form#tags-filter { |
| 1896 |
position: relative; |
| 1897 |
} |
| 1898 |
|
| 1899 |
p.search-box { |
| 1900 |
float: right; |
| 1901 |
margin: -5px 0 0; |
| 1902 |
} |
| 1903 |
|
| 1904 |
.search-input { |
| 1905 |
border-width: 1px; |
| 1906 |
border-style: solid; |
| 1907 |
padding: 2px; |
| 1908 |
} |
| 1909 |
|
| 1910 |
#posts-filter fieldset { |
| 1911 |
float: left; |
| 1912 |
margin: 0 1.5ex 1em 0; |
| 1913 |
padding: 0; |
| 1914 |
} |
| 1915 |
|
| 1916 |
#posts-filter fieldset legend { |
| 1917 |
padding: 0 0 .2em 1px; |
| 1918 |
} |
| 1919 |
|
| 1920 |
.bordertitle { |
| 1921 |
padding-bottom: 5px; |
| 1922 |
border-bottom-width: 1px; |
| 1923 |
border-bottom-style: solid; |
| 1924 |
} |
| 1925 |
|
| 1926 |
/* Edit posts */ |
| 1927 |
|
| 1928 |
td.post-title strong { |
| 1929 |
display: block; |
| 1930 |
margin-bottom: .2em; |
| 1931 |
} |
| 1932 |
|
| 1933 |
td.post-title p { |
| 1934 |
margin: 6px 0; |
| 1935 |
} |
| 1936 |
|
| 1937 |
/* Global classes */ |
| 1938 |
|
| 1939 |
.wp-hidden-children .wp-hidden-child, |
| 1940 |
.ui-tabs-hide { |
| 1941 |
display: none; |
| 1942 |
} |
| 1943 |
|
| 1944 |
.commentlist .avatar { |
| 1945 |
vertical-align: text-top; |
| 1946 |
} |
| 1947 |
|
| 1948 |
.defaultavatarpicker .avatar { |
| 1949 |
margin: 2px 0; |
| 1950 |
vertical-align: middle; |
| 1951 |
} |
| 1952 |
|
| 1953 |
body.wp-admin { |
| 1954 |
min-width: 785px; |
| 1955 |
} |
| 1956 |
|
| 1957 |
.view-switch { |
| 1958 |
float: right; |
| 1959 |
margin: 6px 8px 0; |
| 1960 |
} |
| 1961 |
|
| 1962 |
.view-switch a { |
| 1963 |
text-decoration: none; |
| 1964 |
} |
| 1965 |
|
| 1966 |
.filter { |
| 1967 |
float: left; |
| 1968 |
margin: -5px 0 0 10px; |
| 1969 |
} |
| 1970 |
|
| 1971 |
.filter .subsubsub { |
| 1972 |
margin-left: -10px; |
| 1973 |
margin-top: 13px; |
| 1974 |
} |
| 1975 |
|
| 1976 |
#the-comment-list td.comment p.comment-author { |
| 1977 |
margin-top: 0; |
| 1978 |
margin-left: 0; |
| 1979 |
} |
| 1980 |
|
| 1981 |
#the-comment-list p.comment-author img { |
| 1982 |
float: left; |
| 1983 |
margin-right: 8px; |
| 1984 |
} |
| 1985 |
|
| 1986 |
#the-comment-list p.comment-author strong a { |
| 1987 |
border: none; |
| 1988 |
} |
| 1989 |
|
| 1990 |
#the-comment-list td { |
| 1991 |
vertical-align: top; |
| 1992 |
} |
| 1993 |
|
| 1994 |
#the-comment-list td.comment { |
| 1995 |
word-wrap: break-word; |
| 1996 |
} |
| 1997 |
|
| 1998 |
#the-comment-list .check-column { |
| 1999 |
padding-top: 8px; |
| 2000 |
} |
| 2001 |
|
| 2002 |
#templateside ul li a { |
| 2003 |
text-decoration: none; |
| 2004 |
} |
| 2005 |
|
| 2006 |
.tablenav .delete { |
| 2007 |
margin-right: 20px; |
| 2008 |
} |
| 2009 |
|
| 2010 |
td.action-links, th.action-links { |
| 2011 |
text-align: right; |
| 2012 |
} |
| 2013 |
|
| 2014 |
/* Diff */ |
| 2015 |
|
| 2016 |
table.diff { |
| 2017 |
width: 100%; |
| 2018 |
} |
| 2019 |
|
| 2020 |
table.diff col.content { |
| 2021 |
width: 50%; |
| 2022 |
} |
| 2023 |
|
| 2024 |
table.diff tr { |
| 2025 |
background-color: transparent; |
| 2026 |
} |
| 2027 |
|
| 2028 |
table.diff td, table.diff th { |
| 2029 |
padding: .5em; |
| 2030 |
font-family: Consolas, Monaco, Courier, monospace; |
| 2031 |
border: none; |
| 2032 |
} |
| 2033 |
|
| 2034 |
table.diff .diff-deletedline del, table.diff .diff-addedline ins { |
| 2035 |
text-decoration: none; |
| 2036 |
} |
| 2037 |
|
| 2038 |
#wp-word-count { |
| 2039 |
display: block; |
| 2040 |
} |
| 2041 |
|
| 2042 |
fieldset { |
| 2043 |
border: 0; |
| 2044 |
padding: 0; |
| 2045 |
margin: 0; |
| 2046 |
} |
| 2047 |
|
| 2048 |
.tool-box { |
| 2049 |
margin: 15px 0 35px; |
| 2050 |
} |
| 2051 |
|
| 2052 |
.tool-box .buttons { |
| 2053 |
margin: 15px 0; |
| 2054 |
} |
| 2055 |
|
| 2056 |
.tool-box .title { |
| 2057 |
margin: 8px 0; |
| 2058 |
font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 2059 |
} |
| 2060 |
|
| 2061 |
.pressthis a { |
| 2062 |
font-size: 1.2em; |
| 2063 |
} |
| 2064 |
|
| 2065 |
#wp_editbtns, |
| 2066 |
#wp_gallerybtns { |
| 2067 |
padding: 2px; |
| 2068 |
position: absolute; |
| 2069 |
display: none; |
| 2070 |
z-index: 999998; |
| 2071 |
} |
| 2072 |
|
| 2073 |
#wp_editimgbtn, |
| 2074 |
#wp_delimgbtn, |
| 2075 |
#wp_editgallery, |
| 2076 |
#wp_delgallery { |
| 2077 |
margin: 2px; |
| 2078 |
padding: 2px; |
| 2079 |
border-width: 1px; |
| 2080 |
border-style: solid; |
| 2081 |
-moz-border-radius: 3px; |
| 2082 |
-khtml-border-radius: 3px; |
| 2083 |
-webkit-border-radius: 3px; |
| 2084 |
border-radius: 3px; |
| 2085 |
} |
| 2086 |
|
| 2087 |
.settings-toggle { |
| 2088 |
text-align: right; |
| 2089 |
margin: 5px 7px 15px 0; |
| 2090 |
font-size: 12px; |
| 2091 |
} |
| 2092 |
|
| 2093 |
.settings-toggle h3 { |
| 2094 |
margin: 0; |
| 2095 |
} |
| 2096 |
|
| 2097 |
#timestampdiv select { |
| 2098 |
height: 20px; |
| 2099 |
line-height: 20px; |
| 2100 |
padding: 0; |
| 2101 |
} |
| 2102 |
|
| 2103 |
#jj, #hh, #mn { |
| 2104 |
width: 2em; |
| 2105 |
padding: 1px; |
| 2106 |
font-size: 12px; |
| 2107 |
} |
| 2108 |
|
| 2109 |
#aa { |
| 2110 |
width: 3.4em; |
| 2111 |
padding: 1px; |
| 2112 |
font-size: 12px; |
| 2113 |
} |
| 2114 |
|
| 2115 |
.curtime #timestamp { |
| 2116 |
background-repeat: no-repeat; |
| 2117 |
background-position: left top; |
| 2118 |
padding-left: 18px; |
| 2119 |
} |
| 2120 |
|
| 2121 |
#timestampdiv { |
| 2122 |
padding-top: 5px; |
| 2123 |
line-height: 23px; |
| 2124 |
} |
| 2125 |
|
| 2126 |
#timestampdiv p { |
| 2127 |
margin: 8px 0 6px; |
| 2128 |
} |
| 2129 |
|
| 2130 |
#timestampdiv input { |
| 2131 |
border-width: 1px; |
| 2132 |
border-style: solid; |
| 2133 |
} |
| 2134 |
|
| 2135 |
/* media popup 0819 */ |
| 2136 |
#sidemenu { |
| 2137 |
margin: -30px 15px 0 315px; |
| 2138 |
list-style: none; |
| 2139 |
position: relative; |
| 2140 |
float: right; |
| 2141 |
padding-left: 10px; |
| 2142 |
font-size: 12px; |
| 2143 |
} |
| 2144 |
|
| 2145 |
#sidemenu a { |
| 2146 |
padding: 0 7px; |
| 2147 |
display: block; |
| 2148 |
float: left; |
| 2149 |
line-height: 28px; |
| 2150 |
border-top-width: 1px; |
| 2151 |
border-top-style: solid; |
| 2152 |
border-bottom-width: 1px; |
| 2153 |
border-bottom-style: solid; |
| 2154 |
} |
| 2155 |
|
| 2156 |
#sidemenu li { |
| 2157 |
display: inline; |
| 2158 |
line-height: 200%; |
| 2159 |
list-style: none; |
| 2160 |
text-align: center; |
| 2161 |
white-space: nowrap; |
| 2162 |
margin: 0; |
| 2163 |
padding: 0; |
| 2164 |
} |
| 2165 |
|
| 2166 |
#sidemenu a.current { |
| 2167 |
font-weight: normal; |
| 2168 |
padding-left: 6px; |
| 2169 |
padding-right: 6px; |
| 2170 |
-moz-border-radius: 4px 4px 0 0; |
| 2171 |
-webkit-border-top-left-radius: 4px; |
| 2172 |
-webkit-border-top-right-radius: 4px; |
| 2173 |
-khtml-border-top-left-radius: 4px; |
| 2174 |
-khtml-border-top-right-radius: 4px; |
| 2175 |
border-top-left-radius: 4px; |
| 2176 |
border-top-right-radius: 4px; |
| 2177 |
border-width: 1px; |
| 2178 |
border-style: solid; |
| 2179 |
} |
| 2180 |
|
| 2181 |
#sidemenu { |
| 2182 |
margin: -30px 15px 0 315px; |
| 2183 |
list-style: none; |
| 2184 |
position: relative; |
| 2185 |
float: right; |
| 2186 |
padding-left: 10px; |
| 2187 |
font-size: 12px; |
| 2188 |
} |
| 2189 |
|
| 2190 |
#sidemenu a { |
| 2191 |
padding: 0 7px; |
| 2192 |
display: block; |
| 2193 |
float: left; |
| 2194 |
line-height: 28px; |
| 2195 |
border-top-width: 1px; |
| 2196 |
border-top-style: solid; |
| 2197 |
border-bottom-width: 1px; |
| 2198 |
border-bottom-style: solid; |
| 2199 |
} |
| 2200 |
|
| 2201 |
#sidemenu li a .count-0 { |
| 2202 |
display: none; |
| 2203 |
} |
| 2204 |
|
| 2205 |
/* reply to comments */ |
| 2206 |
#replyrow { |
| 2207 |
font-size: 11px; |
| 2208 |
} |
| 2209 |
|
| 2210 |
#replyrow input { |
| 2211 |
border-width: 1px; |
| 2212 |
border-style: solid; |
| 2213 |
} |
| 2214 |
|
| 2215 |
#replyrow td { |
| 2216 |
padding: 2px; |
| 2217 |
} |
| 2218 |
|
| 2219 |
#replyrow #editorcontainer { |
| 2220 |
border: 0 none; |
| 2221 |
} |
| 2222 |
|
| 2223 |
#replysubmit { |
| 2224 |
margin: 0; |
| 2225 |
padding: 3px 7px; |
| 2226 |
} |
| 2227 |
|
| 2228 |
#replysubmit img.waiting, |
| 2229 |
.inline-edit-save img.waiting, |
| 2230 |
#commentstatusdiv img.waiting { |
| 2231 |
padding: 0 10px; |
| 2232 |
vertical-align: top; |
| 2233 |
} |
| 2234 |
|
| 2235 |
#replysubmit .button { |
| 2236 |
margin-right: 5px; |
| 2237 |
} |
| 2238 |
|
| 2239 |
#replyrow #editor-toolbar { |
| 2240 |
display: none; |
| 2241 |
} |
| 2242 |
|
| 2243 |
#replyhead { |
| 2244 |
font-size: 12px; |
| 2245 |
font-weight: bold; |
| 2246 |
padding: 2px 10px 4px; |
| 2247 |
} |
| 2248 |
|
| 2249 |
#edithead .inside { |
| 2250 |
float: left; |
| 2251 |
padding: 3px 0 2px 5px; |
| 2252 |
margin: 0; |
| 2253 |
text-align: center; |
| 2254 |
font-size: 11px; |
| 2255 |
} |
| 2256 |
|
| 2257 |
#edithead .inside input { |
| 2258 |
width: 180px; |
| 2259 |
font-size: 11px; |
| 2260 |
} |
| 2261 |
|
| 2262 |
#edithead label { |
| 2263 |
padding: 2px 0; |
| 2264 |
} |
| 2265 |
|
| 2266 |
#replycontainer { |
| 2267 |
padding: 5px; |
| 2268 |
border: 0 none; |
| 2269 |
height: 120px; |
| 2270 |
overflow: hidden; |
| 2271 |
position: relative; |
| 2272 |
} |
| 2273 |
|
| 2274 |
#replycontent { |
| 2275 |
resize: none; |
| 2276 |
margin: 0; |
| 2277 |
width: 100%; |
| 2278 |
height: 100%; |
| 2279 |
padding: 0; |
| 2280 |
line-height: 150%; |
| 2281 |
border: 0 none; |
| 2282 |
outline: none; |
| 2283 |
font-size: 12px; |
| 2284 |
} |
| 2285 |
|
| 2286 |
#replyrow #ed_reply_toolbar { |
| 2287 |
margin: 0; |
| 2288 |
padding: 2px 3px; |
| 2289 |
} |
| 2290 |
|
| 2291 |
/* show/hide settings */ |
| 2292 |
#screen-meta { |
| 2293 |
position: relative; |
| 2294 |
clear: both; |
| 2295 |
} |
| 2296 |
|
| 2297 |
#screen-meta-links { |
| 2298 |
margin: 0 9px 0 0; |
| 2299 |
} |
| 2300 |
|
| 2301 |
#screen-meta .invisible { |
| 2302 |
visibility: hidden; |
| 2303 |
} |
| 2304 |
|
| 2305 |
#screen-options-link-wrap, |
| 2306 |
#contextual-help-link-wrap { |
| 2307 |
float: right; |
| 2308 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 2309 |
height: 22px; |
| 2310 |
padding: 0; |
| 2311 |
margin: 0 6px 0 0; |
| 2312 |
} |
| 2313 |
|
| 2314 |
#screen-meta a.show-settings { |
| 2315 |
text-decoration: none; |
| 2316 |
z-index: 1; |
| 2317 |
padding: 0 16px 0 6px; |
| 2318 |
height: 22px; |
| 2319 |
line-height: 22px; |
| 2320 |
font-size: 10px; |
| 2321 |
display: block; |
| 2322 |
background-repeat: no-repeat; |
| 2323 |
background-position: right bottom; |
| 2324 |
} |
| 2325 |
|
| 2326 |
#screen-meta a.show-settings { |
| 2327 |
background-image: url( '../../../../wp-admin/images/screen-options-right.gif' ); |
| 2328 |
} |
| 2329 |
|
| 2330 |
#screen-meta a.show-settings:hover { |
| 2331 |
text-decoration: none; |
| 2332 |
} |
| 2333 |
|
| 2334 |
#screen-options-wrap h5, |
| 2335 |
#contextual-help-wrap h5 { |
| 2336 |
margin: 8px 0; |
| 2337 |
font-size: 13px; |
| 2338 |
} |
| 2339 |
|
| 2340 |
#screen-options-wrap, |
| 2341 |
#contextual-help-wrap { |
| 2342 |
border-style: none solid solid; |
| 2343 |
border-top: 0 none; |
| 2344 |
border-width: 0 1px 1px; |
| 2345 |
margin: 0 15px; |
| 2346 |
padding: 8px 12px 12px; |
| 2347 |
-moz-border-radius: 0 0 0 4px; |
| 2348 |
-webkit-border-bottom-left-radius: 4px; |
| 2349 |
-khtml-border-bottom-left-radius: 4px; |
| 2350 |
border-bottom-left-radius: 4px; |
| 2351 |
} |
| 2352 |
|
| 2353 |
.metabox-prefs label { |
| 2354 |
padding-right: 15px; |
| 2355 |
white-space: nowrap; |
| 2356 |
line-height: 30px; |
| 2357 |
} |
| 2358 |
|
| 2359 |
.metabox-prefs label input { |
| 2360 |
margin: 0 5px 0 2px; |
| 2361 |
} |
| 2362 |
|
| 2363 |
.metabox-prefs label a { |
| 2364 |
display: none; |
| 2365 |
} |
| 2366 |
|
| 2367 |
/* Inline Editor |
| 2368 |
.quick-edit* is for Quick Edit |
| 2369 |
.bulk-edit* is for Bulk Edit |
| 2370 |
.inline-edit* is for everything |
| 2371 |
*/ |
| 2372 |
/* Layout */ |
| 2373 |
tr.inline-edit-row td { |
| 2374 |
padding: 0 0.5em; |
| 2375 |
} |
| 2376 |
|
| 2377 |
#wpbody-content .inline-edit-row fieldset { |
| 2378 |
font-size: 12px; |
| 2379 |
float: left; |
| 2380 |
margin: 0; |
| 2381 |
padding: 0; |
| 2382 |
width: 100%; |
| 2383 |
} |
| 2384 |
|
| 2385 |
#wpbody-content .inline-edit-row fieldset .inline-edit-col { |
| 2386 |
padding: 0 0.5em; |
| 2387 |
} |
| 2388 |
|
| 2389 |
#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { |
| 2390 |
border-width: 0 0 0 1px; |
| 2391 |
border-style: none none none solid; |
| 2392 |
} |
| 2393 |
|
| 2394 |
#wpbody-content .quick-edit-row-post .inline-edit-col-left { |
| 2395 |
width: 40%; |
| 2396 |
} |
| 2397 |
|
| 2398 |
#wpbody-content .quick-edit-row-post .inline-edit-col-right { |
| 2399 |
width: 39%; |
| 2400 |
} |
| 2401 |
|
| 2402 |
#wpbody-content .inline-edit-row-post .inline-edit-col-center { |
| 2403 |
width: 20%; |
| 2404 |
} |
| 2405 |
|
| 2406 |
#wpbody-content .quick-edit-row-page .inline-edit-col-left { |
| 2407 |
width: 50%; |
| 2408 |
} |
| 2409 |
|
| 2410 |
#wpbody-content .quick-edit-row-page .inline-edit-col-right, |
| 2411 |
#wpbody-content .bulk-edit-row-post .inline-edit-col-right { |
| 2412 |
width: 49%; |
| 2413 |
} |
| 2414 |
|
| 2415 |
#wpbody-content .bulk-edit-row .inline-edit-col-left { |
| 2416 |
width: 30%; |
| 2417 |
} |
| 2418 |
|
| 2419 |
#wpbody-content .bulk-edit-row-page .inline-edit-col-right { |
| 2420 |
width: 69%; |
| 2421 |
} |
| 2422 |
|
| 2423 |
#wpbody-content .bulk-edit-row .inline-edit-col-bottom { |
| 2424 |
float: right; |
| 2425 |
width: 69%; |
| 2426 |
} |
| 2427 |
|
| 2428 |
#wpbody-content .inline-edit-row-page .inline-edit-col-right, |
| 2429 |
#owpbody-content .bulk-edit-row-post .inline-edit-col-right { |
| 2430 |
margin-top: 27px; |
| 2431 |
} |
| 2432 |
|
| 2433 |
.inline-edit-row fieldset .inline-edit-group { |
| 2434 |
clear: both; |
| 2435 |
} |
| 2436 |
|
| 2437 |
.inline-edit-row fieldset .inline-edit-group:after { |
| 2438 |
content: "."; |
| 2439 |
display: block; |
| 2440 |
height: 0; |
| 2441 |
clear: both; |
| 2442 |
visibility: hidden; |
| 2443 |
} |
| 2444 |
|
| 2445 |
.inline-edit-row p.submit { |
| 2446 |
clear: both; |
| 2447 |
padding: 0.5em; |
| 2448 |
margin: 0.5em 0 0; |
| 2449 |
} |
| 2450 |
|
| 2451 |
/* Positioning */ |
| 2452 |
.inline-edit-row h4 { |
| 2453 |
margin: .2em 0; |
| 2454 |
padding: 0; |
| 2455 |
line-height: 23px; |
| 2456 |
} |
| 2457 |
.inline-edit-row fieldset span.title, |
| 2458 |
.inline-edit-row fieldset span.checkbox-title { |
| 2459 |
margin: 0; |
| 2460 |
padding: 0; |
| 2461 |
line-height: 27px; |
| 2462 |
} |
| 2463 |
|
| 2464 |
.inline-edit-row fieldset label, |
| 2465 |
.inline-edit-row fieldset span.inline-edit-categories-label { |
| 2466 |
display: block; |
| 2467 |
margin: .2em 0; |
| 2468 |
} |
| 2469 |
|
| 2470 |
.inline-edit-row fieldset label.inline-edit-tags { |
| 2471 |
margin-top: 0; |
| 2472 |
} |
| 2473 |
|
| 2474 |
.inline-edit-row fieldset label.inline-edit-tags span.title { |
| 2475 |
margin: .2em 0; |
| 2476 |
} |
| 2477 |
|
| 2478 |
.inline-edit-row fieldset label span.title { |
| 2479 |
display: block; |
| 2480 |
float: left; |
| 2481 |
width: 5em; |
| 2482 |
} |
| 2483 |
|
| 2484 |
.inline-edit-row fieldset label span.input-text-wrap { |
| 2485 |
display: block; |
| 2486 |
margin-left: 5em; |
| 2487 |
} |
| 2488 |
|
| 2489 |
.quick-edit-row-post fieldset.inline-edit-col-right label span.title { |
| 2490 |
width: auto; |
| 2491 |
padding-right: 0.5em; |
| 2492 |
} |
| 2493 |
|
| 2494 |
.inline-edit-row .input-text-wrap input[type=text] { |
| 2495 |
width: 100%; |
| 2496 |
} |
| 2497 |
|
| 2498 |
.inline-edit-row fieldset label input[type=checkbox] { |
| 2499 |
vertical-align: text-bottom; |
| 2500 |
} |
| 2501 |
|
| 2502 |
.inline-edit-row fieldset label textarea { |
| 2503 |
width: 100%; |
| 2504 |
height: 4em; |
| 2505 |
} |
| 2506 |
|
| 2507 |
#wpbody-content .bulk-edit-row fieldset .inline-edit-group label { |
| 2508 |
max-width: 50%; |
| 2509 |
} |
| 2510 |
|
| 2511 |
#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { |
| 2512 |
margin-right: 0.5em |
| 2513 |
} |
| 2514 |
|
| 2515 |
/* Styling */ |
| 2516 |
.inline-edit-row h4 { |
| 2517 |
text-transform: uppercase; |
| 2518 |
} |
| 2519 |
|
| 2520 |
.inline-edit-row fieldset span.title, |
| 2521 |
.inline-edit-row fieldset span.checkbox-title { |
| 2522 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 2523 |
font-style: italic; |
| 2524 |
line-height: 1.8em; |
| 2525 |
} |
| 2526 |
|
| 2527 |
/* Specific Elements */ |
| 2528 |
.inline-edit-row fieldset input[type="text"], |
| 2529 |
.inline-edit-row fieldset textarea { |
| 2530 |
border-style: solid; |
| 2531 |
border-width: 1px; |
| 2532 |
} |
| 2533 |
|
| 2534 |
.inline-edit-row fieldset .inline-edit-date { |
| 2535 |
float: left; |
| 2536 |
} |
| 2537 |
|
| 2538 |
.inline-edit-row fieldset input[name=jj], |
| 2539 |
.inline-edit-row fieldset input[name=hh], |
| 2540 |
.inline-edit-row fieldset input[name=mn] { |
| 2541 |
font-size: 12px; |
| 2542 |
width: 2.1em; |
| 2543 |
} |
| 2544 |
|
| 2545 |
.inline-edit-row fieldset input[name=aa] { |
| 2546 |
font-size: 12px; |
| 2547 |
width: 3.5em; |
| 2548 |
} |
| 2549 |
|
| 2550 |
.inline-edit-row fieldset label input.inline-edit-password-input { |
| 2551 |
width: 8em; |
| 2552 |
} |
| 2553 |
|
| 2554 |
ul.cat-checklist { |
| 2555 |
height: 12em; |
| 2556 |
border-style: solid; |
| 2557 |
border-width: 1px; |
| 2558 |
overflow-y: scroll; |
| 2559 |
padding: 0 5px; |
| 2560 |
margin: 0 0 5px; |
| 2561 |
} |
| 2562 |
|
| 2563 |
#bulk-titles { |
| 2564 |
display: block; |
| 2565 |
height: 12em; |
| 2566 |
border-style: solid; |
| 2567 |
border-width: 1px; |
| 2568 |
overflow-y: scroll; |
| 2569 |
padding: 0 5px; |
| 2570 |
margin: 0 0 5px; |
| 2571 |
} |
| 2572 |
|
| 2573 |
.inline-edit-row fieldset ul.cat-checklist li, |
| 2574 |
.inline-edit-row fieldset ul.cat-checklist input { |
| 2575 |
margin: 0; |
| 2576 |
} |
| 2577 |
|
| 2578 |
.inline-edit-row fieldset ul.cat-checklist label, |
| 2579 |
.inline-edit-row .catshow, |
| 2580 |
.inline-edit-row .cathide, |
| 2581 |
.inline-edit-row #bulk-titles div { |
| 2582 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 2583 |
font-style: normal; |
| 2584 |
font-size: 11px; |
| 2585 |
} |
| 2586 |
|
| 2587 |
table .inline-edit-row fieldset ul.cat-hover { |
| 2588 |
height: auto; |
| 2589 |
max-height: 30em; |
| 2590 |
overflow-y: auto; |
| 2591 |
position: absolute; |
| 2592 |
} |
| 2593 |
|
| 2594 |
.inline-edit-row fieldset label input.inline-edit-menu-order-input { |
| 2595 |
width: 3em; |
| 2596 |
} |
| 2597 |
|
| 2598 |
.inline-edit-row fieldset label input.inline-edit-slug-input { |
| 2599 |
width: 75%; |
| 2600 |
} |
| 2601 |
|
| 2602 |
.quick-edit-row-post fieldset label.inline-edit-status { |
| 2603 |
float: left; |
| 2604 |
} |
| 2605 |
|
| 2606 |
#bulk-titles { |
| 2607 |
line-height: 140%; |
| 2608 |
} |
| 2609 |
#bulk-titles div { |
| 2610 |
margin: 0.2em 0.3em; |
| 2611 |
} |
| 2612 |
|
| 2613 |
#bulk-titles div a { |
| 2614 |
cursor: pointer; |
| 2615 |
display: block; |
| 2616 |
float: left; |
| 2617 |
height: 10px; |
| 2618 |
margin: 3px 3px 0 -2px; |
| 2619 |
overflow: hidden; |
| 2620 |
position: relative; |
| 2621 |
text-indent: -9999px; |
| 2622 |
width: 10px; |
| 2623 |
} |
| 2624 |
|
| 2625 |
/* Media library */ |
| 2626 |
#wpbody-content #media-items .describe { |
| 2627 |
border-collapse: collapse; |
| 2628 |
width: 100%; |
| 2629 |
border-top-style: solid; |
| 2630 |
border-top-width: 1px; |
| 2631 |
clear: both; |
| 2632 |
cursor: default; |
| 2633 |
padding: 5px; |
| 2634 |
width: 100%; |
| 2635 |
} |
| 2636 |
|
| 2637 |
#wpbody-content .describe .media-item-info tr { |
| 2638 |
background-color: transparent; |
| 2639 |
} |
| 2640 |
|
| 2641 |
#wpbody-content .filename { |
| 2642 |
margin-left: 10px; |
| 2643 |
} |
| 2644 |
|
| 2645 |
#wpbody-content .media-item .thumbnail { |
| 2646 |
max-height: 128px; |
| 2647 |
max-width: 128px; |
| 2648 |
} |
| 2649 |
|
| 2650 |
#wpbody-content .media-upload-form label { |
| 2651 |
display: block; |
| 2652 |
font-size: 13px; |
| 2653 |
margin: 0.5em; |
| 2654 |
} |
| 2655 |
|
| 2656 |
abbr.required { |
| 2657 |
border: medium none; |
| 2658 |
text-decoration: none; |
| 2659 |
} |
| 2660 |
|
| 2661 |
#wpbody-content .describe input[type="text"], |
| 2662 |
#wpbody-content .describe textarea { |
| 2663 |
width: 460px; |
| 2664 |
} |
| 2665 |
|
| 2666 |
#wpbody-content .describe p.help { |
| 2667 |
margin: 0; |
| 2668 |
padding: 0; |
| 2669 |
} |
| 2670 |
|
| 2671 |
.describe-toggle-on, .describe-toggle-off { |
| 2672 |
display: block; |
| 2673 |
line-height: 36px; |
| 2674 |
float: right; |
| 2675 |
margin-right: 20px; |
| 2676 |
} |
| 2677 |
|
| 2678 |
.describe-toggle-off { |
| 2679 |
display: none; |
| 2680 |
} |
| 2681 |
|
| 2682 |
#wpbody-content .media-item { |
| 2683 |
border-bottom-style: solid; |
| 2684 |
border-bottom-width: 1px; |
| 2685 |
min-height: 36px; |
| 2686 |
position: relative; |
| 2687 |
width: 100%; |
| 2688 |
} |
| 2689 |
|
| 2690 |
#wpbody-content #media-items { |
| 2691 |
border-style: solid solid none; |
| 2692 |
border-width: 1px; |
| 2693 |
width: 670px; |
| 2694 |
} |
| 2695 |
|
| 2696 |
#wpbody-content #media-items .filename { |
| 2697 |
float: left; |
| 2698 |
line-height: 36px; |
| 2699 |
margin-left: 10px; |
| 2700 |
max-width: 430px; |
| 2701 |
overflow: hidden; |
| 2702 |
} |
| 2703 |
|
| 2704 |
.media-item .pinkynail { |
| 2705 |
float: left; |
| 2706 |
height: 32px; |
| 2707 |
margin: 2px; |
| 2708 |
max-width: 40px; |
| 2709 |
max-height: 40px; |
| 2710 |
} |
| 2711 |
|
| 2712 |
.media-item .startopen, |
| 2713 |
.media-item .startclosed { |
| 2714 |
display: none; |
| 2715 |
} |
| 2716 |
|
| 2717 |
/* find posts */ |
| 2718 |
.find-box { |
| 2719 |
width: 400px; |
| 2720 |
height: 250px; |
| 2721 |
overflow: hidden; |
| 2722 |
padding: 33px 5px 50px; |
| 2723 |
position: absolute; |
| 2724 |
z-index: 1000; |
| 2725 |
} |
| 2726 |
|
| 2727 |
.find-box-head { |
| 2728 |
cursor: move; |
| 2729 |
font-weight: bold; |
| 2730 |
height: 2em; |
| 2731 |
line-height: 2em; |
| 2732 |
padding: 1px 12px; |
| 2733 |
position: absolute; |
| 2734 |
top: 5px; |
| 2735 |
width: 100%; |
| 2736 |
} |
| 2737 |
|
| 2738 |
.find-box-inside { |
| 2739 |
overflow: auto; |
| 2740 |
width: 100%; |
| 2741 |
height: 100%; |
| 2742 |
} |
| 2743 |
|
| 2744 |
.find-box-search { |
| 2745 |
padding: 12px; |
| 2746 |
border-width: 1px; |
| 2747 |
border-style: none none solid; |
| 2748 |
} |
| 2749 |
|
| 2750 |
#find-posts-response { |
| 2751 |
margin: 8px 0; |
| 2752 |
padding: 0 1px; |
| 2753 |
} |
| 2754 |
|
| 2755 |
#find-posts-response table { |
| 2756 |
width: 100%; |
| 2757 |
} |
| 2758 |
|
| 2759 |
#find-posts-response .found-radio { |
| 2760 |
padding: 8px 0 0 8px; |
| 2761 |
width: 15px; |
| 2762 |
} |
| 2763 |
|
| 2764 |
.find-box-buttons { |
| 2765 |
bottom: 12px; |
| 2766 |
left: 12px; |
| 2767 |
position: absolute; |
| 2768 |
} |
| 2769 |
|
| 2770 |
.find-box-search label { |
| 2771 |
padding-right: 6px; |
| 2772 |
} |
| 2773 |
|
| 2774 |
/* favorite-actions */ |
| 2775 |
#favorite-actions { |
| 2776 |
float: right; |
| 2777 |
margin: 11px 12px 0; |
| 2778 |
min-width: 130px; |
| 2779 |
position: relative; |
| 2780 |
} |
| 2781 |
|
| 2782 |
#favorite-first { |
| 2783 |
-moz-border-radius: 12px; |
| 2784 |
-khtml-border-radius: 12px; |
| 2785 |
-webkit-border-radius: 12px; |
| 2786 |
border-radius: 12px; |
| 2787 |
line-height: 15px; |
| 2788 |
padding: 3px 30px 4px 12px; |
| 2789 |
border-width: 1px; |
| 2790 |
border-style: solid; |
| 2791 |
} |
| 2792 |
|
| 2793 |
#favorite-inside { |
| 2794 |
margin: 0 0 0 0px; |
| 2795 |
padding: 0 1px 6px 1px; |
| 2796 |
border-width: 1px; |
| 2797 |
border-style: solid; |
| 2798 |
position: absolute; |
| 2799 |
z-index: 11; |
| 2800 |
display: none; |
| 2801 |
-moz-border-radius: 0 0 12px 12px; |
| 2802 |
-webkit-border-bottom-right-radius: 12px; |
| 2803 |
-webkit-border-bottom-left-radius: 12px; |
| 2804 |
-khtml-border-bottom-right-radius: 12px; |
| 2805 |
-khtml-border-bottom-left-radius: 12px; |
| 2806 |
border-bottom-right-radius: 12px; |
| 2807 |
border-bottom-left-radius: 12px; |
| 2808 |
} |
| 2809 |
|
| 2810 |
#favorite-actions a { |
| 2811 |
display: block; |
| 2812 |
text-decoration: none; |
| 2813 |
font-size: 11px; |
| 2814 |
} |
| 2815 |
|
| 2816 |
#favorite-inside a { |
| 2817 |
padding: 3px 5px 3px 10px; |
| 2818 |
} |
| 2819 |
|
| 2820 |
#favorite-toggle { |
| 2821 |
height: 22px; |
| 2822 |
position: absolute; |
| 2823 |
right: 0; |
| 2824 |
top: 1px; |
| 2825 |
width: 28px; |
| 2826 |
} |
| 2827 |
|
| 2828 |
#favorite-actions .slide-down { |
| 2829 |
background-image: url( '../../../../wp-admin/images/fav-top.png' ); |
| 2830 |
background-repeat: repeat-x; |
| 2831 |
background-position: 0 top; |
| 2832 |
-moz-border-radius: 12px 12px 0 0; |
| 2833 |
-webkit-border-bottom-right-radius: 0; |
| 2834 |
-webkit-border-bottom-left-radius: 0; |
| 2835 |
-khtml-border-bottom-right-radius: 0; |
| 2836 |
-khtml-border-bottom-left-radius: 0; |
| 2837 |
border-bottom-right-radius: 0; |
| 2838 |
border-bottom-left-radius: 0; |
| 2839 |
border-bottom-width: 1px; |
| 2840 |
border-bottom-style: solid; |
| 2841 |
} |
| 2842 |
|
| 2843 |
#utc-time, #local-time { |
| 2844 |
padding-left: 25px; |
| 2845 |
font-style: italic; |
| 2846 |
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 2847 |
} |
| 2848 |
|
| 2849 |
ul#dismissed-updates { |
| 2850 |
display: none; |
| 2851 |
} |
| 2852 |
form.upgrade { |
| 2853 |
margin-top: 8px; |
| 2854 |
} |
| 2855 |
|
| 2856 |
#tagsdiv #the-tagcloud { |
| 2857 |
margin: 5px 5px 10px; |
| 2858 |
padding: 8px; |
| 2859 |
border-width: 1px; |
| 2860 |
border-style: solid; |
| 2861 |
line-height: 1.8em; |
| 2862 |
word-spacing: 3px; |
| 2863 |
-moz-border-radius: 6px; |
| 2864 |
-khtml-border-radius: 6px; |
| 2865 |
-webkit-border-radius: 6px; |
| 2866 |
border-radius: 6px; |
| 2867 |
} |
| 2868 |
|
| 2869 |
br.clear { |
| 2870 |
height: 2px; |
| 2871 |
line-height: 2px; |
| 2872 |
} |
| 2873 |
|
| 2874 |
.swfupload { |
| 2875 |
margin: 5px 10px; |
| 2876 |
vertical-align: middle; |
| 2877 |
} |
| 2878 |
|
| 2879 |
/* table.fixed column width */ |
| 2880 |
table.fixed { |
| 2881 |
table-layout: fixed; |
| 2882 |
} |
| 2883 |
|
| 2884 |
.fixed .column-date, |
| 2885 |
.fixed .column-parent, |
| 2886 |
.fixed .column-visible, |
| 2887 |
.fixed .column-links { |
| 2888 |
width: 10%; |
| 2889 |
} |
| 2890 |
|
| 2891 |
.fixed .column-response, |
| 2892 |
.fixed .column-author, |
| 2893 |
.fixed .column-categories, |
| 2894 |
.fixed .column-tags, |
| 2895 |
.fixed .column-rel, |
| 2896 |
.fixed .column-role { |
| 2897 |
width: 15%; |
| 2898 |
} |
| 2899 |
|
| 2900 |
.fixed .column-comments { |
| 2901 |
width: 4em; |
| 2902 |
} |
| 2903 |
|
| 2904 |
.fixed .column-slug { |
| 2905 |
width: 25%; |
| 2906 |
} |
| 2907 |
|
| 2908 |
.fixed .column-posts { |
| 2909 |
width: 10%; |
| 2910 |
} |
| 2911 |
|
| 2912 |
.fixed .column-icon { |
| 2913 |
width: 80px; |
| 2914 |
} |
| 2915 |
|
| 2916 |
#commentstatusdiv .fixed .column-author, |
| 2917 |
#comments-form .fixed .column-author, |
| 2918 |
#commentstatusdiv .fixed .column-date { |
| 2919 |
width: 20%; |
| 2920 |
} |
| 2921 |
|
| 2922 |
.widefat th, |
| 2923 |
.widefat td { |
| 2924 |
overflow: hidden; |
| 2925 |
} |
| 2926 |
|
| 2927 |
.widefat th { |
| 2928 |
text-shadow: rgba(255,255,255,0.8) 0 1px 0; |
| 2929 |
} |
| 2930 |
|
| 2931 |
.icon32 { |
| 2932 |
float: left; |
| 2933 |
height: 36px; |
| 2934 |
margin: 14px 6px 0 0; |
| 2935 |
width: 36px; |
| 2936 |
} |
| 2937 |
|
| 2938 |
.key-labels label { |
| 2939 |
line-height: 24px; |
| 2940 |
} |
| 2941 |
|
| 2942 |
.subtitle { |
| 2943 |
font-size: 0.75em; |
| 2944 |
line-height: 1; |
| 2945 |
padding-left: 25px; |
| 2946 |
} |
| 2947 |
|
| 2948 |
|
| 2949 |
/*---------------------------------------- |
| 2950 |
Styling changes for WordPress 2.8 |
| 2951 |
By: John James Jacoby |
| 2952 |
www.johnjamesjacoby.com |
| 2953 |
----------------------------------------*/ |
| 2954 |
|
| 2955 |
#wphead { |
| 2956 |
margin-left: 175px; |
| 2957 |
-moz-border-radius: 0 0 0 12px; |
| 2958 |
-webkit-border-bottom-left-radius: 12px; |
| 2959 |
-khtml-border-bottom-left-radius: 12px; |
| 2960 |
border-bottom-left-radius: 12px; |
| 2961 |
position: relative; |
| 2962 |
} |
| 2963 |
.folded #wphead { |
| 2964 |
margin-left: 60px; |
| 2965 |
} |
| 2966 |
#adminmenu { |
| 2967 |
margin: -46px 0 0 -175px; |
| 2968 |
width: 160px; |
| 2969 |
height: 100%; |
| 2970 |
} |
| 2971 |
#update-nag { |
| 2972 |
text-align: left !important; |
| 2973 |
padding-left: 10px; |
| 2974 |
border: 1px solid #ccc !important; |
| 2975 |
margin: 30px 15px 0 0; |
| 2976 |
} |
| 2977 |
|
| 2978 |
#adminmenu .menu-top-first a.menu-top, |
| 2979 |
.folded #adminmenu li.menu-top-first, |
| 2980 |
#adminmenu .wp-submenu .wp-submenu-head { |
| 2981 |
-moz-border-radius: 0 !important; |
| 2982 |
-webkit-border-radius: 0 !important; |
| 2983 |
-khtml-border-radius: 0 !important; |
| 2984 |
border-radius: 0 !important; |
| 2985 |
} |
| 2986 |
#adminmenu .menu-top-last a.menu-top, |
| 2987 |
.folded #adminmenu li.menu-top-last { |
| 2988 |
-moz-border-radius: 0 !important; |
| 2989 |
-webkit-border-radius: 0 !important; |
| 2990 |
-khtml-border-radius: 0 !important; |
| 2991 |
border-radius: 0 !important; |
| 2992 |
} |
| 2993 |
|
| 2994 |
#adminmenu a.menu-top, |
| 2995 |
#adminmenu .wp-submenu-head { |
| 2996 |
font: normal 13px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif !important; |
| 2997 |
} |