-
+ A01FB7C35645965388BCBCAE02EDA7BAA152FF84680A3770D5169E3754A15F712EE366B367B5E74FE959DDB1AF79BD614696D4D52B21DF6E7CE6C99C3A9E52FB
mp-wp/wp-admin/css/wp-admin.css
(0 . 0)(1 . 2213)
6022
6023 p, ul, ol, blockquote { font-size: 12px; }
6024
6025 a {
6026 color: #006cbc;
6027 }
6028
6029 a:hover {
6030 color: #d54e21;
6031 }
6032
6033 input[type=text], textarea {
6034 border: 1px solid #d7dbdb;
6035 }
6036
6037 input[type=text]:focus,
6038 textarea:focus {
6039 border: 1px solid #2898dd;
6040 }
6041
6042 .plugins .name,
6043 #pass-strength-result.strong,
6044 #pass-strength-result.short,
6045 .button-highlighted,
6046 #ed_reply_toolbar #ed_reply_strong {
6047 font-weight: bold;
6048 }
6049
6050 .plugins p {
6051 margin: 0 4px;
6052 padding: 0;
6053 }
6054
6055 .plugins .togl {
6056 width: 150px;
6057 }
6058
6059 .import-system {
6060 font-size: 16px;
6061 }
6062
6063 .anchors {
6064 margin: 10px 20px 10px 20px;
6065 }
6066
6067 table#availablethemes {
6068 border-spacing: 0;
6069 border: none;
6070 margin: 10px auto;
6071 width: 100%;
6072 }
6073
6074 td.available-theme {
6075 vertical-align: top;
6076 width: 240px;
6077 margin: 0;
6078 padding: 20px;
6079 text-align: left;
6080 }
6081
6082 table#availablethemes td {
6083 border: 1px solid #ddd;
6084 }
6085
6086 table#availablethemes td.right,
6087 table#availablethemes td.left {
6088 border-right: 0 none;
6089 border-left: 0 none;
6090 }
6091
6092 table#availablethemes td.bottom {
6093 border-bottom: 0 none;
6094 }
6095
6096 #wphead {
6097 background: #303434;
6098 }
6099
6100 #wphead h1 a {
6101 color: #ccc;
6102 }
6103
6104 #wphead h1 a:hover {
6105 color: #fff;
6106 }
6107
6108 #user_info {
6109 color: #999;
6110 }
6111
6112 #user_info a:link, #user_info a:visited {
6113 color: #ccc;
6114 text-decoration: none;
6115 }
6116
6117 #user_info a:hover {
6118 color: #fff;
6119 text-decoration: underline;
6120 }
6121
6122 #user_info a:active {
6123 color: #ccc;
6124 }
6125
6126 .available-theme a.screenshot {
6127 width: 240px;
6128 height: 180px;
6129 display: block;
6130 border-width: 1px;
6131 border-style: solid;
6132 margin-bottom: 10px;
6133 overflow: hidden;
6134 }
6135
6136 .available-theme img {
6137 width: 240px;
6138 }
6139
6140 .available-theme h3 {
6141 margin: 15px 0 5px;
6142 }
6143
6144 #current-theme {
6145 margin: 1em 0 1.5em;
6146 }
6147
6148 #current-theme a {
6149 border-bottom: none;
6150 }
6151
6152 #current-theme h3 {
6153 font-size: 17px;
6154 font-weight: normal;
6155 margin: 0;
6156 }
6157
6158 #current-theme .description {
6159 margin-top: 5px;
6160 }
6161
6162 #current-theme img {
6163 float: left;
6164 border-width: 1px;
6165 border-style: solid;
6166 margin-right: 1em;
6167 margin-bottom: 1.5em;
6168 width: 150px;
6169 }
6170
6171 #TB_window #TB_title a.tb-theme-preview-link,
6172 #TB_window #TB_title a.tb-theme-preview-link:visited {
6173 font-weight: bold;
6174 text-decoration: none;
6175 }
6176
6177 .checkbox {
6178 border: none;
6179 margin: 0;
6180 padding: 0;
6181 }
6182
6183 .code, code {
6184 font-family: Consolas, Monaco, Courier, monospace;
6185 }
6186
6187 kbd, code {
6188 padding: 1px 3px;
6189 margin: 0 1px;
6190 font-size: 11px;
6191 }
6192
6193 .commentlist li {
6194 padding: 1em 1em .2em;
6195 margin: 0;
6196 border-bottom-width: 1px;
6197 border-bottom-style: solid;
6198 }
6199
6200 .commentlist li li {
6201 border-bottom: 0;
6202 padding: 0;
6203 }
6204
6205 .commentlist p {
6206 padding: 0;
6207 margin: 0 0 .8em;
6208 }
6209
6210 .post-categories {
6211 display: inline;
6212 margin: 0;
6213 padding: 0;
6214 }
6215
6216 .post-categories li {
6217 display: inline;
6218 }
6219
6220 .search {
6221 font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
6222 }
6223
6224 .submit {
6225 padding: 1.5em 0;
6226 margin: 5px 0;
6227 -moz-border-radius: 0 0 3px 3px;
6228 -webkit-border-bottom-left-radius: 3px;
6229 -webkit-border-bottom-right-radius: 3px;
6230 border-bottom-left-radius: 3px;
6231 border-bottom-right-radius: 3px;
6232 }
6233
6234 form p.submit a.cancel:hover {
6235 text-decoration: none;
6236 }
6237
6238 #submitdiv h3,
6239 #pagesubmitdiv h3 {
6240 margin-bottom: 0 !important;
6241 }
6242
6243 #misc-publishing-actions {
6244 padding: 6px 0 16px 0;
6245 }
6246
6247 .misc-pub-section {
6248 padding: 6px;
6249 border-bottom: 1px solid #d7dbdb;
6250 }
6251
6252 .misc-pub-section-last {
6253 border-bottom: 0 none;
6254 }
6255
6256 #minor-publishing-actions {
6257 padding: 6px;
6258 text-align: right;
6259 }
6260
6261 #minor-publishing {
6262 border-bottom: 1px solid #d7dbdb;
6263 }
6264
6265 #save-post {
6266 float: left;
6267 }
6268
6269 .preview {
6270 float: right;
6271 }
6272
6273 #major-publishing-actions {
6274 padding: 6px;
6275 clear: both;
6276 border-top: none;
6277 }
6278
6279 #minor-publishing-actions input,
6280 #major-publishing-actions input,
6281 #minor-publishing-actions .preview {
6282 min-width: 80px;
6283 text-align: center;
6284 }
6285
6286 #delete-action {
6287 line-height: 25px;
6288 vertical-align: middle;
6289 text-align: left;
6290 float: left;
6291 }
6292
6293 #publishing-action {
6294 text-align: right;
6295 float: right;
6296 }
6297
6298 #post-body #minor-publishing {
6299 padding-bottom: 10px;
6300 }
6301
6302 #post-body #misc-publishing-actions {
6303 padding: 0;
6304 }
6305
6306 #post-body .misc-pub-section {
6307 border-right-width: 1px;
6308 border-right-style: solid;
6309 border-bottom: 0 none;
6310 min-height: 30px;
6311 float: left;
6312 max-width: 32%;
6313 }
6314
6315 #post-body .misc-pub-section-last {
6316 border-right: 0;
6317 }
6318
6319 #sticky-span {
6320 margin-left: 18px;
6321 }
6322
6323 .side-info {
6324 margin: 0;
6325 padding: 4px;
6326 font-size: 11px;
6327 }
6328
6329 .side-info h5 {
6330 padding-bottom: 7px;
6331 font-size: 14px;
6332 margin: 12px 2px 5px;
6333 border-bottom-width: 1px;
6334 border-bottom-style: solid;
6335 }
6336
6337 .side-info ul {
6338 margin: 0;
6339 padding-left: 18px;
6340 list-style: square;
6341 }
6342
6343 .submit input,
6344 .button,
6345 .button-primary,
6346 .button-secondary,
6347 .button-highlighted,
6348 #postcustomstuff .submit input {
6349 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
6350 text-decoration: none;
6351 font-size: 11px;
6352 line-height: 16px;
6353 padding: 2px 8px;
6354 cursor: pointer;
6355 border-width: 1px;
6356 border-style: solid;
6357 -moz-border-radius: 2px;
6358 -webkit-border-radius: 2px;
6359 border-radius: 2px;
6360 }
6361
6362 a.button,
6363 a.button-primary,
6364 a.button-secondary {
6365 line-height: 1.2em;
6366 -webkit-border-radius: 2px;
6367 padding: 4px 10px;
6368 }
6369
6370 #doaction {
6371 margin-right: 8px;
6372 }
6373
6374 .tablenav select[name="action"] {
6375 width: 120px;
6376 }
6377
6378 .tablenav select[name="m"] {
6379 width: 120px;
6380 }
6381
6382 .tablenav select#cat {
6383 width: 150px;
6384 }
6385
6386 #wpcontent select {
6387 font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
6388 padding: 0;
6389 box-shadow: 0 1px 0 0 #fff;
6390 height: 2em;
6391 }
6392
6393 #wpcontent option {
6394 padding: 2px;
6395 }
6396
6397 .approve {
6398 display: none;
6399 }
6400
6401 .unapproved .approve, .spam .approve {
6402 display: inline;
6403 }
6404
6405 .unapproved .unapprove {
6406 display: none;
6407 }
6408
6409 .narrow {
6410 width: 70%;
6411 margin-bottom: 40px;
6412 }
6413
6414 .narrow p {
6415 line-height: 150%;
6416 }
6417
6418 table .vers {
6419 text-align: center;
6420 }
6421
6422 textarea.all-options, input.all-options {
6423 width: 250px;
6424 }
6425
6426 #namediv table {
6427 width: 100%;
6428 }
6429
6430 #namediv td.first {
6431 width: 10px;
6432 white-space: nowrap;
6433 }
6434
6435 #namediv input {
6436 width: 98%;
6437 }
6438
6439 #namediv p {
6440 margin: 10px 0;
6441 }
6442
6443 #wpbody-content .metabox-holder {
6444 padding-top: 10px;
6445 }
6446
6447 #content {
6448 margin: 0;
6449 width: 100%;
6450 }
6451
6452 #editorcontainer #content {
6453 padding: 6px;
6454 line-height: 150%;
6455 outline: none;
6456 -moz-border-radius: 6px 6px 0 0;
6457 -webkit-border-radius: 6px 6px 0 0;
6458 border-radius: 6px 6px 0 0;
6459 }
6460
6461 #editorcontainer {
6462 border-collapse: separate;
6463 -moz-border-radius: 6px 6px 0 0;
6464 -webkit-border-radius: 6px 6px 0 0;
6465 border-radius: 6px 6px 0 0;
6466 }
6467
6468 #ed_toolbar input {
6469 margin: 3px 1px 4px;
6470 line-height: 18px;
6471 display: inline-block;
6472 border-width: 1px;
6473 border-style: solid;
6474 min-width: 26px;
6475 padding: 2px 4px;
6476 font-size: 12px;
6477 -moz-border-radius: 3px;
6478 -webkit-border-radius: 3px;
6479 border-radius: 3px;
6480 }
6481
6482 #ed_reply_toolbar #ed_reply_link {
6483 text-decoration: underline;
6484 }
6485
6486 #ed_reply_toolbar #ed_reply_del {
6487 text-decoration: line-through;
6488 }
6489
6490 #ed_reply_toolbar #ed_reply_em {
6491 font-style: italic;
6492 }
6493
6494 #excerpt, .attachmentlinks {
6495 margin: 0;
6496 height: 4em;
6497 width: 98%;
6498 }
6499
6500 /* post meta postbox */
6501 #postcustomstuff table,
6502 #postcustomstuff input,
6503 #postcustomstuff textarea {
6504 border-width: 1px;
6505 border-style: solid;
6506 -moz-border-radius: 3px;
6507 -webkit-border-radius: 3px;
6508 border-radius: 3px;
6509 }
6510
6511 #postcustomstuff .updatemeta,
6512 #postcustomstuff .deletemeta {
6513 margin: auto;
6514 }
6515
6516 #postcustomstuff thead th {
6517 padding: 5px 8px 8px;
6518 }
6519
6520 #postcustom #postcustomstuff .submit,
6521 #pagecustomdiv #postcustomstuff .submit {
6522 border: 0 none;
6523 float: none;
6524 padding: 5px 8px;
6525 }
6526
6527 #side-sortables #postcustom #postcustomstuff .submit,
6528 #side-sortables #pagecustomdiv #postcustomstuff .submit {
6529 padding: 0 5px;
6530 }
6531
6532 #side-sortables #postcustom #postcustomstuff td.left input,
6533 #side-sortables #pagecustomdiv #postcustomstuff td.left input {
6534 margin: 3px 3px 0;
6535 }
6536
6537 #side-sortables #postcustom #postcustomstuff #the-list textarea,
6538 #side-sortables #pagecustomdiv #postcustomstuff #the-list textarea {
6539 height: 85px;
6540 margin: 3px;
6541 }
6542
6543 #postcustomstuff table {
6544 margin: 0;
6545 width: 100%;
6546 border: none;
6547 border-spacing: 0;
6548 text-align: left;
6549 }
6550
6551 #postcustomstuff table input,
6552 #postcustomstuff table select,
6553 #postcustomstuff table textarea {
6554 width: 95%;
6555 margin: 8px 0 8px 8px;
6556 }
6557
6558 #postcustomstuff th.left,
6559 #postcustomstuff td.left {
6560 width: 38%;
6561 }
6562
6563 #postcustomstuff .submit input {
6564 width: auto;
6565 }
6566
6567 #postcustomstuff #newmeta .submit {
6568 padding: 0 8px;
6569 }
6570
6571 #postcustomstuff table #addmetasub {
6572 width: auto;
6573 }
6574
6575 #postcustomstuff #newmetaleft {
6576 vertical-align: top;
6577 }
6578
6579 #postcustomstuff #newmetaleft a {
6580 padding: 0 10px;
6581 text-decoration: none;
6582 }
6583
6584 #save {
6585 width: 15em;
6586 }
6587
6588 #template div {
6589 margin-right: 190px;
6590 }
6591
6592 * html #template div {
6593 margin-right: 0;
6594 }
6595
6596 /* A handy div class for hiding controls.
6597 Some browsers will disable them when you
6598 set display: none; */
6599 .zerosize {
6600 height: 0;
6601 width: 0;
6602 margin: 0;
6603 border: 0;
6604 padding: 0;
6605 overflow: hidden;
6606 position: absolute;
6607 }
6608
6609 * html #themeselect {
6610 padding: 0 3px;
6611 height: 22px;
6612 }
6613
6614 #your-profile legend {
6615 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
6616 font-size: 22px;
6617 }
6618
6619 #howto {
6620 font-size: 11px;
6621 margin: 0 5px;
6622 display: block;
6623 }
6624
6625 div.nav {
6626 height: 2em;
6627 padding: 7px 10px;
6628 vertical-align: text-top;
6629 margin: 5px 0;
6630 }
6631
6632 .nav .button-secondary {
6633 padding: 2px 4px;
6634 }
6635
6636 a.page-numbers {
6637 border-bottom-style: solid;
6638 border-bottom-width: 2px;
6639 font-weight: bold;
6640 margin-right: 1px;
6641 padding: 0 2px;
6642 }
6643
6644 p.pagenav {
6645 margin: 0;
6646 display: inline;
6647 }
6648
6649 .pagenav span {
6650 font-weight: bold;
6651 margin: 0 6px;
6652 }
6653
6654 .row-title {
6655 font-size: 12px !important;
6656 font-weight: bold;
6657 }
6658
6659 .column-comment p {
6660 margin: 0.6em 0;
6661 }
6662
6663 .column-author img, .column-username img {
6664 float: left;
6665 margin-right: 10px;
6666 margin-top: 3px;
6667 }
6668
6669 .tablenav a.button-secondary {
6670 display: block;
6671 margin: 3px 8px 0 0;
6672 }
6673
6674 .tablenav {
6675 clear: both;
6676 height: 30px;
6677 margin: 6px 0 4px;
6678 vertical-align: middle;
6679 }
6680
6681 .tablenav .tablenav-pages {
6682 float: right;
6683 display: block;
6684 cursor: default;
6685 height: 30px;
6686 line-height: 30px;
6687 font-size: 11px;
6688 }
6689
6690 .tablenav .tablenav-pages a, .tablenav-pages span.current {
6691 text-decoration: none;
6692 font-weight: normal;
6693 padding: 3px 6px;
6694 border: 1px solid #ccc;
6695 background: #ebebed;
6696 -moz-border-radius: 2px;
6697 -webkit-border-radius: 2px;
6698 border-radius: 2px;
6699 }
6700
6701 .tablenav .tablenav-pages a {
6702 border-color: #006cbc;
6703 background: none;
6704 font-weight: bold;
6705 }
6706
6707 .tablenav .displaying-num {
6708 margin-right: 10px;
6709 font-size: 11px;
6710 font-family: monospace;
6711 }
6712
6713 .tablenav .actions {
6714 padding: 2px 8px 0 0;
6715 }
6716
6717 td.media-icon {
6718 vertical-align: middle;
6719 text-align: center;
6720 width: 80px;
6721 }
6722
6723 td.media-icon img {
6724 max-width: 80px;
6725 max-height: 60px;
6726 }
6727
6728 #update-nag, .plugin-update {
6729 line-height: 29px;
6730 font-size: 12px;
6731 text-align: center;
6732 border-bottom-width: 1px;
6733 border-bottom-style: solid;
6734 border-top-width: 1px;
6735 border-top-style: solid;
6736 }
6737
6738 #update-nag a, .plugin-update a {
6739 font-size: 1.1em;
6740 }
6741
6742 #pass-strength-result {
6743 border-style: solid;
6744 border-width: 1px;
6745 float: left;
6746 margin: 12px 5px 5px 1px;
6747 padding: 3px 5px;
6748 text-align: center;
6749 width: 200px;
6750 }
6751
6752 .row-actions {
6753 visibility: hidden;
6754 padding: 2px 0 0;
6755 }
6756
6757 tr:hover .row-actions,
6758 div.comment-item:hover .row-actions {
6759 visibility: visible;
6760 }
6761
6762 /* Admin Header */
6763 #wphead-info {
6764 margin: 0 0 0 15px;
6765 padding-right: 15px;
6766 }
6767
6768 #user_info {
6769 float: right;
6770 font-size: 12px;
6771 line-height: 46px;
6772 height: 46px;
6773 }
6774
6775 #user_info p {
6776 margin: 0;
6777 padding: 0;
6778 line-height: 46px;
6779 }
6780
6781 #wphead {
6782 height: 46px;
6783 }
6784
6785 #wphead a,
6786 #adminmenu a,
6787 #sidemenu a,
6788 #taglist a,
6789 #catlist a,
6790 #show-settings a {
6791 text-decoration: none;
6792 }
6793
6794 #header-logo {
6795 display: none;
6796 float: left;
6797 margin: 7px 0 0 15px;
6798 }
6799
6800 #wphead h1 {
6801 padding: 10px 8px 5px;
6802 margin: 0;
6803 float: left;
6804 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
6805 font-weight: normal;
6806 font-size: 21px;
6807 }
6808
6809 #wphead h1.long-title {
6810 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
6811 font-size: 18px;
6812 padding: 12px 10px 5px;
6813 }
6814
6815 #wphead h1 span {
6816 font-size: 50%;
6817 }
6818
6819 /* ADMIN MENU */
6820 #adminmenu li {
6821 line-height: 12px;
6822 }
6823 #adminmenu li.wp-menu-separator {
6824 border-bottom: 1px solid #ddd;
6825 margin: 10px 0;
6826 }
6827
6828 #adminmenu li.menu-top {
6829 margin-top: 8px;
6830 }
6831 #adminmenu li.menu-top-first {
6832 margin-top: 0;
6833 }
6834 #adminmenu a.menu-top {
6835 font-weight: bold;
6836 }
6837
6838 #adminmenu .wp-submenu a {
6839 padding-left: 3px;
6840 }
6841
6842 #adminmenu li {
6843 margin: 0;
6844 }
6845
6846 #adminmenu a {
6847 display: block;
6848 color: #303434;
6849 padding: 3px;
6850 margin-left: -2px;
6851 border-left: 3px solid transparent;
6852 }
6853
6854 #adminmenu a.current {
6855 border-left: 3px solid #303434;
6856 }
6857
6858 #adminmenu a:hover {
6859 background: #eee;
6860 }
6861
6862 #adminmenu .pending-count {
6863 -moz-border-radius: 12px;
6864 -webkit-border-radius: 12px;
6865 border-radius: 12px;
6866 padding: 2px 6px;
6867 background: orange;
6868 color: #fff;
6869 }
6870
6871 #adminmenu .count-0 {
6872 display: none;
6873 }
6874
6875 /* END ADMIN MENU */
6876
6877 /* Tables used on comment.php and option/setting pages */
6878
6879 .form-table {
6880 border-collapse: collapse;
6881 margin-top: 0.5em;
6882 width: 100%;
6883 margin-bottom: -8px;
6884 clear: both;
6885 }
6886
6887 .form-table td,
6888 #wpbody-content .describe td {
6889 margin-bottom: 9px;
6890 padding: 4px 10px 12px;
6891 line-height: 20px;
6892 font-size: 11px;
6893 }
6894
6895 .form-table th,
6896 .form-wrap label {
6897 font-weight: normal;
6898 }
6899
6900 .form-table th,
6901 #wpbody-content .describe th {
6902 vertical-align: top;
6903 text-align: left;
6904 padding: 10px;
6905 width: 200px;
6906 }
6907
6908 .form-table th.th-full {
6909 width: auto;
6910 }
6911
6912 .form-table input,
6913 .form-table textarea,
6914 #wpbody-content .describe input,
6915 #wpbody-content .describe textarea {
6916 border-width: 1px;
6917 border-style: solid;
6918 }
6919
6920 .form-table div.color-option {
6921 display: block;
6922 clear: both;
6923 margin-top: 12px;
6924 }
6925
6926 .form-table input.tog {
6927 margin-top: 2px;
6928 margin-right: 2px;
6929 float: left;
6930 }
6931
6932 .form-table table.color-palette {
6933 vertical-align: bottom;
6934 float: left;
6935 margin: -8px 3px 8px;
6936 }
6937
6938 .form-table .color-palette td {
6939 border-width: 1px 1px 0;
6940 border-stile: solid solid none;
6941 height: 10px;
6942 line-height: 20px;
6943 width: 10px;
6944 }
6945
6946 textarea.large-text {
6947 width: 99%;
6948 }
6949
6950 .form-table input.regular-text {
6951 width: 325px;
6952 }
6953
6954 .form-table input.small-text {
6955 width: 50px;
6956 }
6957
6958 #profile-page .form-table textarea {
6959 width: 500px;
6960 margin-bottom: 6px;
6961 }
6962
6963 #profile-page .form-table input[type=text] {
6964 width: 300px;
6965 }
6966
6967 .form-table .pre {
6968 padding: 8px;
6969 margin: 0;
6970 }
6971
6972 .pre {
6973 /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
6974 white-space: pre-wrap; /* css-3 */
6975 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
6976 white-space: -pre-wrap; /* Opera 4-6 */
6977 white-space: -o-pre-wrap; /* Opera 7 */
6978 word-wrap: break-word; /* Internet Explorer 5.5+ */
6979 }
6980
6981 table.form-table td .updated {
6982 font-size: 13px;
6983 }
6984
6985 /* divs for cats and tags pages */
6986
6987 .form-wrap {
6988 margin: 10px 0;
6989 width: 97%;
6990 }
6991
6992 .form-wrap p,
6993 .form-wrap label {
6994 font-size: 11px;
6995 }
6996
6997 .form-wrap label {
6998 display: block;
6999 padding: 2px;
7000 font-size: 12px;
7001 }
7002
7003 .form-field input,
7004 .form-field textarea {
7005 border-style: solid;
7006 border-width: 1px;
7007 width: 95%;
7008 }
7009
7010 .form-wrap p {
7011 margin: 2px 0 5px;
7012 }
7013
7014 .setting-description, .form-wrap p {
7015 font-style: italic;
7016 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
7017 }
7018
7019 .form-wrap .form-field {
7020 margin: 0 0 10px;
7021 padding: 8px;
7022 }
7023
7024 .col-wrap h3 {
7025 margin: 12px 0;
7026 font-size: 1.1em;
7027 }
7028
7029 .col-wrap p.submit {
7030 margin-top: -10px;
7031 }
7032
7033 .tagcloud {
7034 width: 97%;
7035 margin: 0 0 40px;
7036 }
7037
7038 .tagcloud h3 {
7039 margin: 2px 0 12px;
7040 }
7041
7042 /* Post Screen */
7043 #normal-sortables {
7044 min-height: 50px;
7045 }
7046
7047 .postbox {
7048 position: relative;
7049 min-width: 255px;
7050 width: 99.5%;
7051 }
7052
7053 #trackback_url {
7054 width: 99%;
7055 }
7056
7057 #normal-sortables .postbox .submit {
7058 background: transparent none;
7059 border: 0 none;
7060 float: right;
7061 padding: 0 12px;
7062 margin: 0;
7063 }
7064
7065 #normal-sortables .postbox #replyrow .submit {
7066 float: none;
7067 margin: 0;
7068 padding: 3px 7px;
7069 }
7070
7071 #side-sortables {
7072 min-height: 300px;
7073 }
7074
7075 #side-sortables .submitbox .submit input,
7076 #side-sortables .submitbox .submit .preview,
7077 #side-sortables .submitbox .submit a.preview:hover {
7078 border: 0 none;
7079 }
7080
7081 #side-sortables .inside-submitbox .insidebox,
7082 .stuffbox .insidebox {
7083 margin: 11px 0;
7084 }
7085
7086 #side-sortables .comments-box,
7087 #side-sortables #show-comments {
7088 display: none;
7089 }
7090
7091 #post-body #tagsdiv #newtag {
7092 margin-right: 5px;
7093 width: 16em;
7094 }
7095
7096 #side-info-column input#post_password {
7097 width: 94%
7098 }
7099
7100 #side-info-column #tagsdiv #newtag {
7101 width: 68%;
7102 }
7103
7104 #post-status-info {
7105 font-size: 12px;
7106 line-height: 2;
7107 padding: 0 15px 0 7px;
7108 border: 1px solid #ddd;
7109 border-top: none;
7110 -moz-border-radius: 0 0 6px 6px;
7111 -webkit-border-radius: 0 0 6px 6px;
7112 border-radius: 0 0 6px 6px;
7113 }
7114
7115 #editorcontent #post-status-info {
7116 border: none;
7117 }
7118
7119 #pagesubmitdiv div.inside,
7120 #linksubmitdiv div.inside,
7121 div.inside {
7122 padding: 0;
7123 margin: 0;
7124 }
7125
7126 #comment-status-radio p {
7127 margin: 3px 0 5px;
7128 }
7129
7130 #comment-status-radio input {
7131 margin: 2px 3px 5px 0;
7132 vertical-align: middle;
7133 }
7134
7135 #comment-status-radio label {
7136 padding: 5px 0;
7137 }
7138
7139 #tagchecklist {
7140 margin-left: 10px;
7141 font-size: 12px;
7142 overflow: auto;
7143 }
7144
7145 #tagchecklist strong {
7146 margin-left: -8px;
7147 position: absolute;
7148 }
7149
7150 #tagchecklist span {
7151 margin-right: 25px;
7152 display: block;
7153 float: left;
7154 font-size: 11px;
7155 line-height: 1.8em;
7156 white-space: nowrap;
7157 cursor: default;
7158 }
7159
7160 #tagchecklist span a {
7161 margin: 6px 0pt 0pt -9px;
7162 cursor: pointer;
7163 width: 10px;
7164 height: 10px;
7165 display: block;
7166 float: left;
7167 text-indent: -9999px;
7168 overflow: hidden;
7169 position: absolute;
7170 }
7171
7172 .howto {
7173 font-style: italic;
7174 display: block;
7175 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
7176 }
7177
7178 .ac_results {
7179 padding: 0;
7180 margin: 0;
7181 list-style: none;
7182 position: absolute;
7183 z-index: 10000;
7184 display: none;
7185 border-width: 1px;
7186 border-style: solid;
7187 }
7188
7189 .ac_results li {
7190 padding: 2px 5px;
7191 white-space: nowrap;
7192 text-align: left;
7193 }
7194
7195 .ac_over {
7196 cursor: pointer;
7197 }
7198
7199 .ac_match {
7200 text-decoration: underline;
7201 }
7202
7203 #poststuff h2 {
7204 margin-top: 20px;
7205 font-size: 1.5em;
7206 margin-bottom: 15px;
7207 padding: 0 0 3px;
7208 clear: left;
7209 }
7210
7211 .ui-sortable .postbox h3 {
7212 cursor: pointer;
7213 -webkit-user-select: none;
7214 -moz-user-select: none;
7215 user-select: none;
7216 }
7217
7218 .ui-sortable .postbox .hndle span {
7219 padding: 6px 0;
7220 }
7221
7222 .ui-sortable .postbox .hndle {
7223 background: #eee;
7224 }
7225
7226 .hndle a {
7227 font-size: 11px;
7228 font-weight: normal;
7229 }
7230
7231 .sortable-placeholder {
7232 border-width: 1px;
7233 border-style: dashed;
7234 z-index: -1;
7235 }
7236
7237 #poststuff h3,
7238 .metabox-holder h3 {
7239 font-size: 10px;
7240 font-weight: normal;
7241 padding: 7px 9px;
7242 margin: 0;
7243 line-height: 1;
7244 text-transform: uppercase;
7245 color: #555;
7246 font-family: monospace;
7247 }
7248
7249 .metabox-holder .postbox,
7250 #poststuff .postbox,
7251 #poststuff .stuffbox {
7252 background: #fff;
7253 margin-bottom: 20px;
7254 border: 1px solid #d7dbdb;
7255 line-height: 1;
7256 -moz-border-radius: 4px;
7257 -webkit-border-radius: 4px;
7258 border-radius: 4px;
7259 box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.05), 0 1px 0 0 #fff;
7260 }
7261
7262 .metabox-holder .postbox h3,
7263 #poststuff .postbox h3,
7264 #poststuff .stuffbox h3 {
7265 -moz-border-radius: 4px 4px 0 0;
7266 -webkit-border-top-right-radius: 4px;
7267 -webkit-border-top-left-radius: 4px;
7268 border-top-right-radius: 4px;
7269 border-top-left-radius: 4px;
7270 }
7271
7272 .postbox table.form-table {
7273 margin-bottom: 0;
7274 }
7275
7276 .postbox input[type="text"],
7277 .postbox textarea,
7278 .stuffbox input[type="text"],
7279 .stuffbox textarea {
7280 border-width: 1px;
7281 border-style: solid;
7282 }
7283
7284 .postbox input.tags-input {
7285 width: 100%;
7286 }
7287
7288 #poststuff .inside,
7289 #poststuff .inside p {
7290 font-size: 11px;
7291 margin: 6px;
7292 }
7293
7294 #poststuff .inside .submitbox p {
7295 margin: 1em 0;
7296 }
7297
7298 #post-visibility-select {
7299 line-height: 1.5em;
7300 margin-top: 3px;
7301 }
7302
7303 #poststuff #submitdiv .inside {
7304 margin: 0;
7305 }
7306
7307 #titlediv, #poststuff .postarea {
7308 margin-bottom: 20px;
7309 }
7310
7311 #titlediv {
7312 margin-bottom: 20px;
7313 }
7314 #titlediv label { cursor: text; }
7315
7316 #titlediv div.inside {
7317 margin: 0;
7318 }
7319
7320 #poststuff #titlewrap {
7321 border: 0;
7322 padding: 0;
7323
7324 }
7325
7326 #titlediv #title {
7327 padding: 6px 8px;
7328 -moz-border-radius: 4px;
7329 -webkit-border-radius: 4px;
7330 border-radius: 4px;
7331 font-size: 18px;
7332 width: 100%;
7333 outline: none;
7334 }
7335
7336 #poststuff .inside-submitbox,
7337 #side-info-column .inside-submitbox {
7338 margin: 0 3px;
7339 font-size: 11px;
7340 }
7341
7342 input#link_description,
7343 input#link_url {
7344 width: 98%;
7345 }
7346
7347 #pending {
7348 background: 0 none;
7349 border: 0 none;
7350 padding: 0;
7351 font-size: 11px;
7352 margin-top: -1px;
7353 }
7354
7355 #edit-slug-box {
7356 display: flex;
7357 margin-top: 5px;
7358 padding: 0 7px;
7359 }
7360
7361 #edit-slug-box strong,
7362 #edit-slug-box span#sample-permalink {
7363 margin-top: 9px;
7364 }
7365
7366 #edit-slug-box input {
7367 flex-grow: 1;
7368 }
7369
7370 .postarea h3 label {
7371 float: left;
7372 }
7373
7374 .postarea #add-media-button {
7375 float: right;
7376 margin: 7px 0pt 0pt;
7377 position: relative;
7378 right: 10px;
7379 }
7380
7381 #poststuff #editor-toolbar {
7382 height: 30px;
7383 }
7384
7385 #poststuff #edButtonPreview,
7386 #poststuff #edButtonHTML {
7387 display: block;
7388 height: 18px;
7389 margin: 5px 5px 0 0;
7390 padding: 4px 5px 2px;
7391 float: right;
7392 cursor: pointer;
7393 border-width: 1px;
7394 border-style: solid;
7395 -moz-border-radius: 3px 3px 0 0;
7396 -webkit-border-top-right-radius: 3px;
7397 -webkit-border-top-left-radius: 3px;
7398 border-top-right-radius: 3px;
7399 border-top-left-radius: 3px;
7400 }
7401
7402 #poststuff #edButtonHTML {
7403 margin-right: 15px;
7404 }
7405
7406 #media-buttons {
7407 cursor: default;
7408 padding: 8px 8px 0;
7409 }
7410
7411 #media-buttons a {
7412 cursor: pointer;
7413 padding: 0 0 5px 10px;
7414 }
7415
7416 #media-buttons img {
7417 vertical-align: middle;
7418 }
7419
7420 .submitbox .submit {
7421 text-align: left;
7422 padding: 12px 10px 10px;
7423 font-size: 11px;
7424 }
7425
7426 .submitbox .submitdelete {
7427 border-bottom-width: 1px;
7428 border-bottom-style: solid;
7429 text-decoration: none;
7430 padding: 1px 2px;
7431 }
7432
7433 .inside-submitbox #post_status {
7434 margin: 2px 0 2px -2px;
7435 }
7436
7437 .submitbox .submit a:hover {
7438 border-bottom-width: 1px;
7439 border-bottom-style: solid;
7440 }
7441
7442 .submitbox .submit input {
7443 margin-bottom: 8px;
7444 margin-right: 4px;
7445 padding: 6px;
7446 }
7447
7448 #post-status-select {
7449 line-height: 2.5em;
7450 margin-top: 3px;
7451 }
7452
7453 /* Categories */
7454
7455 #category-adder {
7456 margin-left: 120px;
7457 padding: 4px 0;
7458 }
7459
7460 #category-adder h4 {
7461 margin: 0 0 8px;
7462 }
7463
7464 #side-info-column #category-adder {
7465 margin: 0;
7466 }
7467
7468 #post-body #category-add input, #category-add select {
7469 width: 30%;
7470 }
7471
7472 #side-info-column #category-add input {
7473 width: 94%;
7474 }
7475
7476 #side-info-column #category-add select {
7477 width: 100%;
7478 }
7479
7480 #category-add input#category-add-sumbit {
7481 width: auto;
7482 }
7483
7484 #post-body ul#category-tabs {
7485 float: left;
7486 width: 120px;
7487 text-align: right;
7488 /* Negative margin for the sake of those without JS: all tabs display */
7489 margin: 0 -120px 0 0;
7490 padding: 0;
7491 }
7492
7493 #post-body ul#category-tabs li {
7494 padding: 8px;
7495 }
7496
7497 #post-body ul#category-tabs li.ui-tabs-selected {
7498 -moz-border-radius: 3px 0 0 3px;
7499 -webkit-border-top-left-radius: 3px;
7500 -webkit-border-bottom-left-radius: 3px;
7501 border-top-left-radius: 3px;
7502 border-bottom-left-radius: 3px;
7503 }
7504
7505 #post-body ul#category-tabs li.ui-tabs-selected a {
7506 font-weight: bold;
7507 text-decoration: none;
7508 }
7509
7510 #side-info-column #category-tabs li {
7511 display: inline;
7512 padding-right: 8px;
7513 }
7514
7515 #side-info-column #category-tabs a {
7516 text-decoration: none;
7517 }
7518
7519 #side-info-column #category-tabs {
7520 margin-bottom: 3px;
7521 }
7522
7523 #categorydiv ul,
7524 #linkcategorydiv ul {
7525 list-style: none;
7526 padding: 0;
7527 margin: 0;
7528 }
7529
7530 #categorydiv ul.categorychecklist ul,
7531 #linkcategorydiv ul.categorychecklist ul {
7532 margin-left: 18px;
7533 }
7534
7535 ul.categorychecklist li {
7536 margin: 0;
7537 padding: 0;
7538 line-height: 19px;
7539 }
7540
7541 /* positioning etc. */
7542
7543 form#tags-filter {
7544 position: relative;
7545 }
7546
7547 p.search-box {
7548 float: right;
7549 margin: -5px 0 0;
7550 }
7551
7552 .search-input {
7553 border: 1px solid #ccc;
7554 box-shadow: 0 1px 0 0 #fff, inset 0 1px 2px 0 rgba(0,0,0,0.05);
7555 -moz-border-radius: 2px;
7556 -webkit-border-radius: 2px;
7557 border-radius: 2px;
7558 padding: 2px;
7559 }
7560
7561 #posts-filter fieldset {
7562 float: left;
7563 margin: 0 1.5ex 1em 0;
7564 padding: 0;
7565 }
7566
7567 #posts-filter fieldset legend {
7568 padding: 0 0 .2em 1px;
7569 }
7570
7571 .bordertitle {
7572 padding-bottom: 5px;
7573 border-bottom-width: 1px;
7574 border-bottom-style: solid;
7575 }
7576
7577 /* Edit posts */
7578
7579 td.post-title strong {
7580 display: block;
7581 margin-bottom: .2em;
7582 }
7583
7584 td.post-title p {
7585 margin: 6px 0;
7586 }
7587
7588 /* Global classes */
7589
7590 .wp-hidden-children .wp-hidden-child,
7591 .ui-tabs-hide {
7592 display: none;
7593 }
7594
7595 .commentlist .avatar {
7596 vertical-align: text-top;
7597 }
7598
7599 .defaultavatarpicker .avatar {
7600 margin: 2px 0;
7601 vertical-align: middle;
7602 }
7603
7604 body.wp-admin {
7605 min-width: 785px;
7606 background: #fff;
7607 }
7608
7609 .view-switch {
7610 float: right;
7611 margin: 9px 10px 0 0;
7612 color: #999;
7613 }
7614
7615 .view-switch.view-switch-with-border {
7616 border-right: 1px solid #ccc;
7617 }
7618
7619 .view-switch a {
7620 text-decoration: none;
7621 font-size: 11px;
7622 margin-right: 10px;
7623 }
7624
7625 .filter {
7626 float: left;
7627 margin: -5px 0 0 10px;
7628 }
7629
7630 .filter .subsubsub {
7631 margin-left: -10px;
7632 margin-top: 13px;
7633 }
7634
7635 #the-comment-list td.comment p.comment-author {
7636 margin-top: 0;
7637 margin-left: 0;
7638 }
7639
7640 #the-comment-list p.comment-author img {
7641 float: left;
7642 margin-right: 8px;
7643 }
7644
7645 #the-comment-list p.comment-author strong a {
7646 border: none;
7647 }
7648
7649 #the-comment-list td {
7650 vertical-align: top;
7651 }
7652
7653 #the-comment-list td.comment {
7654 word-wrap: break-word;
7655 }
7656
7657 #the-comment-list .check-column {
7658 padding-top: 8px;
7659 }
7660
7661 #templateside ul li a {
7662 text-decoration: none;
7663 }
7664
7665 .tablenav .delete {
7666 margin-right: 20px;
7667 }
7668
7669 td.action-links, th.action-links {
7670 text-align: right;
7671 }
7672
7673 /* Diff */
7674
7675 table.diff {
7676 width: 100%;
7677 }
7678
7679 table.diff col.content {
7680 width: 50%;
7681 }
7682
7683 table.diff tr {
7684 background-color: transparent;
7685 }
7686
7687 table.diff td, table.diff th {
7688 padding: .5em;
7689 font-family: Consolas, Monaco, Courier, monospace;
7690 border: none;
7691 }
7692
7693 table.diff .diff-deletedline del, table.diff .diff-addedline ins {
7694 text-decoration: none;
7695 }
7696
7697 #wp-word-count {
7698 display: block;
7699 }
7700
7701 fieldset {
7702 border: 0;
7703 padding: 0;
7704 margin: 0;
7705 }
7706
7707 .tool-box {
7708 margin: 15px 0 35px;
7709 }
7710
7711 .tool-box .buttons {
7712 margin: 15px 0;
7713 }
7714
7715 .tool-box .title {
7716 margin: 8px 0;
7717 font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
7718 }
7719
7720 .pressthis a {
7721 font-size: 1.2em;
7722 }
7723
7724 #wp_editbtns,
7725 #wp_gallerybtns {
7726 padding: 2px;
7727 position: absolute;
7728 display: none;
7729 z-index: 999998;
7730 }
7731
7732 #wp_editimgbtn,
7733 #wp_delimgbtn,
7734 #wp_editgallery,
7735 #wp_delgallery {
7736 margin: 2px;
7737 padding: 2px;
7738 border-width: 1px;
7739 border-style: solid;
7740 -moz-border-radius: 3px;
7741 -webkit-border-radius: 3px;
7742 border-radius: 3px;
7743 }
7744
7745 .settings-toggle {
7746 text-align: right;
7747 margin: 5px 7px 15px 0;
7748 font-size: 12px;
7749 }
7750
7751 .settings-toggle h3 {
7752 margin: 0;
7753 }
7754
7755 #timestampdiv select {
7756 height: 20px;
7757 line-height: 20px;
7758 padding: 0;
7759 }
7760
7761 #jj, #hh, #mn {
7762 width: 2em;
7763 padding: 1px;
7764 font-size: 12px;
7765 }
7766
7767 #aa {
7768 width: 3.4em;
7769 padding: 1px;
7770 font-size: 12px;
7771 }
7772
7773 .curtime #timestamp {
7774 background-repeat: no-repeat;
7775 background-position: left top;
7776 padding-left: 18px;
7777 }
7778
7779 #timestampdiv {
7780 padding-top: 5px;
7781 line-height: 23px;
7782 }
7783
7784 #timestampdiv p {
7785 margin: 8px 0 6px;
7786 }
7787
7788 #timestampdiv input {
7789 border-width: 1px;
7790 border-style: solid;
7791 }
7792
7793 /* media popup 0819 */
7794 #sidemenu {
7795 margin: -30px 15px 0 315px;
7796 list-style: none;
7797 position: relative;
7798 float: right;
7799 padding-left: 10px;
7800 font-size: 12px;
7801 }
7802
7803 #sidemenu a {
7804 padding: 0 7px;
7805 display: block;
7806 float: left;
7807 line-height: 28px;
7808 border-top-width: 1px;
7809 border-top-style: solid;
7810 border-bottom-width: 1px;
7811 border-bottom-style: solid;
7812 }
7813
7814 #sidemenu li {
7815 display: inline;
7816 line-height: 200%;
7817 list-style: none;
7818 text-align: center;
7819 white-space: nowrap;
7820 margin: 0;
7821 padding: 0;
7822 }
7823
7824 #sidemenu a.current {
7825 font-weight: normal;
7826 padding-left: 6px;
7827 padding-right: 6px;
7828 -moz-border-radius: 4px 4px 0 0;
7829 -webkit-border-top-left-radius: 4px;
7830 -webkit-border-top-right-radius: 4px;
7831 border-top-left-radius: 4px;
7832 border-top-right-radius: 4px;
7833 border-width: 1px;
7834 border-style: solid;
7835 }
7836
7837 #sidemenu {
7838 margin: -30px 15px 0 315px;
7839 list-style: none;
7840 position: relative;
7841 float: right;
7842 padding-left: 10px;
7843 font-size: 12px;
7844 }
7845
7846 #sidemenu a {
7847 padding: 0 7px;
7848 display: block;
7849 float: left;
7850 line-height: 28px;
7851 border-top-width: 1px;
7852 border-top-style: solid;
7853 border-bottom-width: 1px;
7854 border-bottom-style: solid;
7855 }
7856
7857 #sidemenu li a .count-0 {
7858 display: none;
7859 }
7860
7861 /* reply to comments */
7862 #replyrow {
7863 font-size: 11px;
7864 }
7865
7866 #replyrow input {
7867 border-width: 1px;
7868 border-style: solid;
7869 }
7870
7871 #replyrow td {
7872 padding: 2px;
7873 }
7874
7875 #replyrow #editorcontainer {
7876 border: 0 none;
7877 }
7878
7879 #replysubmit {
7880 margin: 0;
7881 padding: 3px 7px;
7882 }
7883
7884 #replysubmit span.waiting,
7885 #commentstatusdiv span.waiting {
7886 padding: 0 10px;
7887 vertical-align: top;
7888 }
7889
7890 #replysubmit .button {
7891 margin-right: 5px;
7892 }
7893
7894 #replyrow #editor-toolbar {
7895 display: none;
7896 }
7897
7898 #replyhead {
7899 font-size: 12px;
7900 font-weight: bold;
7901 padding: 2px 10px 4px;
7902 }
7903
7904 #edithead .inside {
7905 float: left;
7906 padding: 3px 0 2px 5px;
7907 margin: 0;
7908 text-align: center;
7909 font-size: 11px;
7910 }
7911
7912 #edithead .inside input {
7913 width: 180px;
7914 font-size: 11px;
7915 }
7916
7917 #edithead label {
7918 padding: 2px 0;
7919 }
7920
7921 #replycontainer {
7922 padding: 5px;
7923 border: 0 none;
7924 height: 120px;
7925 overflow: hidden;
7926 position: relative;
7927 }
7928
7929 #replycontent {
7930 resize: none;
7931 margin: 0;
7932 width: 100%;
7933 height: 100%;
7934 padding: 0;
7935 line-height: 150%;
7936 border: 0 none;
7937 outline: none;
7938 font-size: 12px;
7939 }
7940
7941 #replyrow #ed_reply_toolbar {
7942 margin: 0;
7943 padding: 2px 3px;
7944 }
7945
7946 #replyrow #ed_reply_toolbar input {
7947 margin: 1px 2px 1px 1px;
7948 min-width: 24px;
7949 padding: 3px 4px;
7950 font-size: 11px;
7951 -moz-border-radius: 3px;
7952 -webkit-border-radius: 3px;
7953 border-radius: 3px;
7954 }
7955
7956 ul.cat-checklist {
7957 height: 12em;
7958 border-style: solid;
7959 border-width: 1px;
7960 overflow-y: scroll;
7961 padding: 0 5px;
7962 margin: 0 0 5px;
7963 }
7964
7965 #bulk-titles {
7966 display: block;
7967 height: 12em;
7968 border-style: solid;
7969 border-width: 1px;
7970 overflow-y: scroll;
7971 padding: 0 5px;
7972 margin: 0 0 5px;
7973 }
7974
7975 #bulk-titles {
7976 line-height: 140%;
7977 }
7978 #bulk-titles div {
7979 margin: 0.2em 0.3em;
7980 }
7981
7982 #bulk-titles div a {
7983 cursor: pointer;
7984 display: block;
7985 float: left;
7986 height: 10px;
7987 margin: 3px 3px 0 -2px;
7988 overflow: hidden;
7989 position: relative;
7990 text-indent: -9999px;
7991 width: 10px;
7992 }
7993
7994 /* Media library */
7995 #wpbody-content #media-items .describe {
7996 border-collapse: collapse;
7997 width: 100%;
7998 border-top-style: solid;
7999 border-top-width: 1px;
8000 clear: both;
8001 cursor: default;
8002 padding: 5px;
8003 width: 100%;
8004 }
8005
8006 #wpbody-content .describe .media-item-info tr {
8007 background-color: transparent;
8008 }
8009
8010 #wpbody-content .filename {
8011 margin-left: 10px;
8012 }
8013
8014 #wpbody-content .media-item .thumbnail {
8015 max-height: 128px;
8016 max-width: 128px;
8017 }
8018
8019 #wpbody-content .media-upload-form label {
8020 display: block;
8021 font-size: 13px;
8022 margin: 0.5em;
8023 }
8024
8025 abbr.required {
8026 border: medium none;
8027 text-decoration: none;
8028 }
8029
8030 #wpbody-content .describe input[type="text"],
8031 #wpbody-content .describe textarea {
8032 width: 460px;
8033 }
8034
8035 #wpbody-content .describe p.help {
8036 margin: 0;
8037 padding: 0;
8038 }
8039
8040 .describe-toggle-on, .describe-toggle-off {
8041 display: block;
8042 line-height: 36px;
8043 float: right;
8044 margin-right: 20px;
8045 }
8046
8047 .describe-toggle-off {
8048 display: none;
8049 }
8050
8051 #wpbody-content .media-item {
8052 border-bottom-style: solid;
8053 border-bottom-width: 1px;
8054 min-height: 36px;
8055 position: relative;
8056 width: 100%;
8057 }
8058
8059 #wpbody-content #media-items {
8060 border-style: solid solid none;
8061 border-width: 1px;
8062 width: 670px;
8063 }
8064
8065 #wpbody-content #media-items .filename {
8066 float: left;
8067 line-height: 36px;
8068 margin-left: 10px;
8069 max-width: 430px;
8070 overflow: hidden;
8071 }
8072
8073 .media-item .pinkynail {
8074 float: left;
8075 height: 32px;
8076 margin: 2px;
8077 max-width: 40px;
8078 max-height: 40px;
8079 }
8080
8081 .media-item .startopen,
8082 .media-item .startclosed {
8083 display: none;
8084 }
8085
8086 /* find posts */
8087 .find-box {
8088 width: 400px;
8089 height: 250px;
8090 overflow: hidden;
8091 padding: 33px 5px 50px;
8092 position: absolute;
8093 z-index: 1000;
8094 }
8095
8096 .find-box-head {
8097 cursor: move;
8098 font-weight: bold;
8099 height: 2em;
8100 line-height: 2em;
8101 padding: 1px 12px;
8102 position: absolute;
8103 top: 5px;
8104 width: 100%;
8105 }
8106
8107 .find-box-inside {
8108 overflow: auto;
8109 width: 100%;
8110 height: 100%;
8111 }
8112
8113 .find-box-search {
8114 padding: 12px;
8115 border-width: 1px;
8116 border-style: none none solid;
8117 }
8118
8119 #find-posts-response {
8120 margin: 8px 0;
8121 padding: 0 1px;
8122 }
8123
8124 #find-posts-response table {
8125 width: 100%;
8126 }
8127
8128 #find-posts-response .found-radio {
8129 padding: 8px 0 0 8px;
8130 width: 15px;
8131 }
8132
8133 .find-box-buttons {
8134 bottom: 12px;
8135 left: 12px;
8136 position: absolute;
8137 }
8138
8139 .find-box-search label {
8140 padding-right: 6px;
8141 }
8142
8143 #utc-time, #local-time {
8144 padding-left: 25px;
8145 font-style: italic;
8146 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
8147 }
8148
8149 ul#dismissed-updates {
8150 display: none;
8151 }
8152 form.upgrade {
8153 margin-top: 8px;
8154 }
8155
8156 #tagsdiv #the-tagcloud {
8157 margin: 5px 5px 10px;
8158 padding: 8px;
8159 border-width: 1px;
8160 border-style: solid;
8161 line-height: 1.8em;
8162 word-spacing: 3px;
8163 -moz-border-radius: 6px;
8164 -webkit-border-radius: 6px;
8165 border-radius: 6px;
8166 }
8167
8168 br.clear {
8169 height: 2px;
8170 line-height: 2px;
8171 }
8172
8173 .swfupload {
8174 margin: 5px 10px;
8175 vertical-align: middle;
8176 }
8177
8178 /* table.fixed column width */
8179 table.fixed {
8180 table-layout: fixed;
8181 }
8182
8183 .fixed .column-date,
8184 .fixed .column-parent,
8185 .fixed .column-visible,
8186 .fixed .column-links {
8187 width: 10%;
8188 }
8189
8190 .fixed .column-response,
8191 .fixed .column-author,
8192 .fixed .column-categories,
8193 .fixed .column-tags,
8194 .fixed .column-rel,
8195 .fixed .column-role {
8196 width: 15%;
8197 }
8198
8199 .fixed .column-comments {
8200 width: 60px;
8201 }
8202
8203 .fixed .column-slug {
8204 width: 25%;
8205 }
8206
8207 .fixed .column-posts {
8208 width: 10%;
8209 }
8210
8211 .fixed .column-icon {
8212 width: 80px;
8213 }
8214
8215 #commentstatusdiv .fixed .column-author,
8216 #comments-form .fixed .column-author,
8217 #commentstatusdiv .fixed .column-date {
8218 width: 20%;
8219 }
8220
8221 .widefat th,
8222 .widefat td {
8223 overflow: hidden;
8224 }
8225
8226 .key-labels label {
8227 line-height: 24px;
8228 }
8229
8230 .subtitle {
8231 font-size: 0.75em;
8232 line-height: 1;
8233 padding-left: 25px;
8234 }