home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-admin / wp-admin.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-07-10  |  24.9 KB  |  1,613 lines

  1. .plugins .name {
  2.     font-weight: bold;
  3. }
  4.  
  5. .plugins p {
  6.     margin: 0 4px;
  7.     padding: 0;
  8. }
  9.  
  10. .plugins .togl {
  11.     width: 150px;
  12.     border-right-width: 1px;
  13.     border-right-style: solid;
  14. }
  15.  
  16. .import-system {
  17.     font-size: 16px;
  18. }
  19.  
  20. #uploading {
  21.     border-style: none;
  22.     padding: 0;
  23.     margin-bottom: 16px;
  24.     height: 18em;
  25.     width: 100%;
  26. }
  27.  
  28. form#upload th {
  29.     text-align: right;
  30. }
  31.  
  32. form#upload #post_content, form#upload #post_title {
  33.     width: 250px;
  34. }
  35.  
  36. .form-invalid input {
  37.     border-width: 1px !important;
  38.     border-style: solid !important;
  39. }
  40.  
  41.  
  42. form#upload #post_content {
  43.     height: 50px;
  44. }
  45.  
  46. .attpreview {
  47.     width: 1px; /* hug */
  48.     text-align: center;
  49. }
  50.  
  51. .anchors {
  52.     margin: 10px 20px 10px 20px;
  53. }
  54.  
  55. table#availablethemes {
  56.     border-spacing: 0px;
  57.     border: none;
  58.     border-top: 1px solid #ccc;
  59.     border-bottom: 1px solid #ccc;
  60.     margin: 10px auto;
  61. }
  62. td.available-theme {
  63.     vertical-align: top;
  64.     width: 240px;
  65.     margin: 0;
  66.     padding: 20px;
  67.     text-align: left;
  68. }
  69. table#availablethemes td {
  70.     border: 1px solid #eee;
  71.     border-top: none;
  72. }
  73. table#availablethemes td.top {
  74.     border-top: none;
  75. }
  76. table#availablethemes td.right {
  77.     border-right: none;
  78.     border-left: none;
  79. }
  80. table#availablethemes td.bottom {
  81.     border-bottom: none;
  82. }
  83. table#availablethemes td.left {
  84.     border-right: none;
  85.     border-left: none;
  86. }
  87.  
  88. .available-theme a.screenshot {
  89.     width: 240px;
  90.     height: 180px;
  91.     display: block;
  92.     border: 1px solid #efefef;
  93.     margin-bottom: 10px;
  94.     overflow: hidden;
  95. }
  96. .available-theme img {
  97.     width: 240px;
  98. }
  99. .available-theme h3 {
  100.     margin: 15px 0 5px;
  101. }
  102.  
  103. #current-theme {
  104.     margin-top: 1em;
  105. }
  106.  
  107. #current-theme a {
  108.     border-bottom: none;
  109. }
  110.  
  111. #current-theme h3 {
  112.     font-size: 17px;
  113.     font-weight: normal;
  114.     margin: 0;
  115. }
  116.  
  117. #current-theme .description {
  118.     margin-top: 5px;
  119. }
  120.  
  121. #current-theme img {
  122.     float: left;
  123.     border: 1px solid #666;
  124.     margin-right: 1em;
  125.     margin-bottom: 1.5em;
  126.     width: 150px;
  127. }
  128.  
  129. #TB_window #TB_title a.tb-theme-preview-link,
  130. #TB_window #TB_title a.tb-theme-preview-link:visited {
  131.     font-weight: bold;
  132.     color: #999;
  133.     text-decoration: none;
  134. }
  135.  
  136. #TB_window #TB_title a.tb-theme-preview-link:hover,
  137. #TB_window #TB_title a.tb-theme-preview-link:focus {
  138.     color: #ccc;
  139. }
  140.  
  141. .checkbox {
  142.     border: none;
  143.     margin: 0;
  144.     padding: 0;
  145. }
  146.  
  147. .code {
  148.     font-family: "Courier New", Courier, monospace;
  149. }
  150.  
  151. .commentlist li {
  152.     padding: 1em 1em .2em;
  153.     margin: 0;
  154.     border-bottom-width: 1px;
  155.     border-bottom-style: solid;
  156. }
  157.  
  158. .commentlist li li {
  159.     border-bottom: 0px;
  160.     padding: 0;
  161. }
  162.  
  163. .commentlist p {
  164.     padding: 0;
  165.     margin: 0 0 .8em;
  166. }
  167.  
  168. .post-categories {
  169.     display: inline;
  170.     margin: 0;
  171.     padding: 0;
  172. }
  173.  
  174. .post-categories li {
  175.     display: inline;
  176. }
  177.  
  178. .quicktags, .search {
  179.     font: 12px Georgia, "Times New Roman", Times, serif;
  180. }
  181.  
  182. .submit {
  183.     border-top: 1px solid #ccc;
  184.     padding: 1.5em 0 0 0;
  185.     margin: 10px 0 0 0;
  186.     -moz-border-radius-bottomleft: 3px;
  187.     -khtml-border-bottom-left-radius: 3px;
  188.     -webkit-border-bottom-left-radius: 3px;
  189.     border-bottom-left-radius: 3px;
  190.     -moz-border-radius-bottomright: 3px;
  191.     -khtml-border-bottom-right-radius: 3px;
  192.     -webkit-border-bottom-right-radius: 3px;
  193.     border-bottom-right-radius: 3px;
  194. }
  195.  
  196. .side-info {
  197.     margin: 0;
  198.     padding: 4px;
  199.     font-size: 11px;
  200. }
  201.  
  202. .side-info h5 {
  203.     padding-bottom: 7px;
  204.     font-size: 14px;
  205.     margin: 12px 2px 5px;
  206.     border-bottom-width: 1px;
  207.     border-bottom-style: solid;
  208. }
  209.  
  210. .side-info ul {
  211.     margin: 0;
  212.     padding-left: 18px;
  213.     list-style: square;
  214. }
  215.  
  216. .submit input, .button, .button-secondary, .button-highlighted {
  217.     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  218.     padding: 3px 5px;
  219.     font-size: 12px;
  220.     line-height: 1.5em;
  221.     border-width: 1px;
  222.     border-style: solid;
  223.     -moz-border-radius: 3px;
  224.     -khtml-border-radius: 3px;
  225.     -webkit-border-radius: 3px;
  226.     border-radius: 3px;
  227.     cursor: pointer;
  228.     text-decoration: none;    
  229. }
  230.  
  231. .button-highlighted {
  232.     font-weight: bold;
  233. }
  234.  
  235. #wpcontent select {
  236.     font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  237.     padding: 2px;
  238.  
  239.     border-width: 1px;
  240.     border-style: solid;
  241.     height: 2em;
  242.     vertical-align:top;
  243. }
  244.  
  245. .approve {
  246.     display: none;
  247. }
  248.  
  249. .unapproved .approve {
  250.     display: inline;
  251. }
  252.  
  253. .updated a {
  254.     border-bottom-width: 1px;
  255.     border-bottom-style: solid;
  256. }
  257.  
  258.  
  259. .unapproved .unapprove {
  260.     display: none;
  261. }
  262.  
  263. .narrow {
  264.     width: 70%;
  265.     margin-bottom: 40px;
  266. }
  267.  
  268. .narrow p {
  269.     line-height: 150%;
  270. }
  271.  
  272.  
  273. table .vers {
  274.     text-align: center;
  275. }
  276.  
  277. textarea.all-options, input.all-options {
  278.     width: 250px;
  279. }
  280.  
  281. #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
  282.     margin: 0 8px 0 0;
  283.     padding: 0;
  284. }
  285.  
  286. #titlediv, #namediv, #poststuff #namediv {
  287.     margin-top: 10px;
  288. }
  289.  
  290. #postdivrich {
  291.     margin: 0;
  292.     padding: 0;
  293. }
  294.  
  295. #content {
  296.     margin: 0;
  297.     width: 100%;
  298. }
  299.  
  300. #editorcontainer #content {
  301.     padding: 0;
  302.     line-height: 150%;
  303.     border: 0 none;
  304.     outline: none;
  305. }
  306.  
  307. #editorcontainer {
  308.     padding: 6px;
  309.     border-style: none solid solid;
  310.     border-width: 1px;
  311.     border-collapse: separate;
  312. }
  313.  
  314. #quicktags {
  315.     padding: 0;
  316.     border: 0 none;
  317. }
  318.  
  319. #quicktags #ed_toolbar {
  320.     padding: 2px 4px;
  321. }
  322.  
  323. #ed_toolbar input {
  324.     margin: 3px 2px 2px;
  325.     padding: 2px 4px;
  326.     line-height: 18px;
  327.     display: inline-block;
  328. }
  329.  
  330. #quicktags #ed_strong {
  331.     font-weight: bold;
  332. }
  333.  
  334. #quicktags #ed_link {
  335.     text-decoration: underline;
  336. }
  337.  
  338. #quicktags #ed_del {
  339.     text-decoration: line-through;
  340. }
  341.  
  342. #quicktags #ed_em {
  343.     font-style: italic;
  344. }
  345.  
  346. #quicktags #ed_code {
  347.     font-family: "Courier New", Courier, mono;
  348.     font-size: 1.1em;
  349.     vertical-align: top;
  350. }
  351.  
  352.  
  353. #attachmentlinks textarea {
  354.     width: 100%;
  355.     height: 2.5em;
  356.     margin-bottom: 6px;
  357. }
  358.  
  359. #excerpt, .attachmentlinks {
  360.     margin: 0;
  361.     height: 4em;
  362.     width: 98%;
  363. }
  364.  
  365. .plugins p {
  366. }
  367.  
  368. #login .fullwidth {
  369.     width: 320px;
  370. }
  371.  
  372. #searchform fieldset {
  373.     float: left;
  374.     margin: 0 1.5ex 1em 0;
  375.     padding: 0;
  376. }
  377.  
  378. #searchform fieldset legend {
  379.     padding: 0 0 .2em 1px;
  380. }
  381.  
  382. #searchform #s {
  383.     padding: 4px 3px;
  384. }
  385.  
  386. #searchform #post-query-submit {
  387.     float: left;
  388.     margin: 14px 0 1em;
  389.     position: relative;
  390.     top: .35em;
  391. }
  392.  
  393. #postcustomstuff .updatemeta, #postcustomstuff .deletemeta {
  394.     margin: auto;
  395. }
  396.  
  397. #postcustomstuff table {
  398.     margin: 0;
  399.     width: 100%;
  400.     border-width: 1px;
  401.     border-style: solid;
  402. }
  403.  
  404. #postcustomstuff table input, #postcustomstuff table textarea {
  405.     width: 95%;
  406. }
  407.  
  408. #postcustomstuff table #addmetasub {
  409.     width: auto;
  410. }
  411.  
  412. #poststuff #post-body {
  413.     margin-right: 230px;
  414. }
  415.  
  416. #save {
  417.     width: 15em;
  418. }
  419.  
  420. #template div {
  421.     margin-right: 190px;
  422. }
  423.  
  424. * html #template div {
  425.     margin-right: 0;
  426. }
  427.  
  428. #template, #template div, #editcat, #addcat {
  429.     zoom: 1;
  430. }
  431.  
  432. /* A handy div class for hiding controls.
  433. Some browsers will disable them when you
  434. set display:none; */
  435. .zerosize {
  436.     height: 0;
  437.     width: 0;
  438.     margin: 0;
  439.     border: 0;
  440.     padding: 0;
  441.     overflow: hidden;
  442.     position: absolute;
  443. }
  444.  
  445. * html #themeselect {
  446.     padding: 0 3px;
  447.     height: 22px;
  448. }
  449.  
  450. #your-profile legend {
  451.     font-family: Georgia, "Times New Roman", Times, serif;
  452.     font-size: 22px;
  453. }
  454.  
  455. #your-profile #rich_editing {
  456.     border: none;
  457. }
  458.  
  459. #howto {
  460.     font-size: 11px;
  461.     margin: 0 5px;
  462.     display: block;
  463. }
  464.  
  465. #ajax-response.alignleft {
  466.     margin-left: 2em;
  467. }
  468.  
  469.  
  470. div.nav {
  471.     height: 2em;
  472.     padding: 7px 10px;
  473.     vertical-align: text-top;
  474.     margin: 5px 0;
  475. }
  476.  
  477. .nav .button-secondary {
  478.     padding: 2px 4px;
  479. }
  480.  
  481. .page-numbers {
  482.     padding: 2px 4px;
  483.     margin-right: 3px;
  484.     border-width: 1px;
  485.     border-style: solid;
  486. }
  487.  
  488. .page-numbers.current {
  489.     font-weight: bold;
  490.     border-width: 1px;
  491.     border-style: solid;
  492. }
  493.  
  494. p.pagenav {
  495.     margin: 0;
  496.     display: inline;
  497. }
  498.  
  499. .pagenav span {
  500.     font-weight: bold;
  501.     margin: 0 6px;
  502. }
  503.  
  504. .row-title {
  505.     font-size: 12px !important;
  506.     font-weight: bold;
  507. }
  508.  
  509. .comment-column {
  510.     margin-left: 5px;
  511. }
  512.  
  513. .tablenav a.button-secondary {
  514.     display: block;
  515.     margin: 1px 8px 0 0;
  516. }
  517.  
  518. .tablenav .button-secondary {
  519.     padding: 2px 4px;
  520.     vertical-align: top;
  521. }
  522.  
  523. .tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
  524.     text-decoration: underline;
  525. }
  526.  
  527. .tablenav {
  528.     height: 2em;
  529.     padding: 7px 10px;
  530.     clear: both;
  531.     margin-bottom: -10px;
  532.     margin-top: 8px;
  533.     vertical-align: text-top;
  534. }
  535.  
  536. .tablenav .tablenav-pages {
  537.     float: right;
  538.     height: 18px;
  539.     padding-top: 6px;
  540.     font-size: 11px;
  541. }
  542.  
  543. .tablenav .tablenav-pages a {
  544.     text-decoration: none;
  545. }
  546.  
  547. td.media-icon {
  548.     vertical-align: middle;
  549.     text-align: center;
  550. }
  551.  
  552. td.media-icon img {
  553.     max-width: 80px;
  554.     max-height: 60px;
  555. }
  556.  
  557. #update-nag, .plugin-update {
  558.     line-height: 29px;
  559.     font-size: 12px;
  560.     text-align: center;
  561.     border-bottom-width: 1px;
  562.     border-bottom-style: solid;
  563.     border-top-width: 1px;
  564.     border-top-style: solid;
  565. }
  566.  
  567. #update-nag a, .plugin-update a {
  568.     font-size: 1.1em;
  569. }
  570.  
  571. #pass-strength-result {
  572.     padding: 3px 5px 3px 5px;
  573.     margin-top: 3px;
  574.     text-align: center;
  575.     border-width: 1px;
  576.     border-style: solid;
  577. }
  578.  
  579. a.view-comment-post-link {
  580.     position: absolute;
  581.     text-decoration:underline;
  582. }
  583.  
  584. /* Admin Header */
  585.  
  586. #user_info {
  587.     position: absolute;
  588.     right: 15px;
  589.     top: 11px;
  590.     font-size: 11px;
  591. }
  592.  
  593. #user_info p {
  594.     margin: 0;
  595.     padding: 0;
  596. }
  597.  
  598. #wphead {
  599.     border-top-width: 30px;
  600.     border-top-style: solid;
  601. }
  602.  
  603. #wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a, #taglist a, #catlist a {
  604.     text-decoration: none;
  605. }
  606.  
  607. #wphead #viewsite {
  608.     position: absolute;
  609.     margin-top: 12px;
  610.     margin-left: 10px;
  611. }
  612. #wphead #viewsite a {
  613.     font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  614.     padding: 3px 4px;
  615.     display: block;
  616.     letter-spacing: normal;
  617.     border-width: 1px;
  618.     border-style: solid;
  619.     -moz-border-radius: 3px;
  620.     -khtml-border-radius: 3px;
  621.     -webkit-border-radius: 3px;
  622.     border-radius: 3px;
  623. }
  624.  
  625. #wphead h1 {
  626.     font: normal 36px Georgia, "Times New Roman", Times, serif;
  627.     padding: 11px 170px 16px 12px;
  628.     margin: 0;
  629.     margin-right: 15%;
  630. }
  631.  
  632. /* menu stuff */
  633.  
  634. #dashmenu {
  635.     margin: 0;
  636.     list-style: none;
  637.     position: absolute;
  638.     top: 7px;
  639.     left: 0;
  640.     font-size: 11px;
  641.     padding-left: 9px;
  642. }
  643.  
  644. #dashmenu a {
  645.     padding: 5px 6px;
  646.     line-height: 220%;
  647.     margin-right: 8px;
  648. }
  649.  
  650. #dashmenu a.current {
  651.     border: none;
  652.     -moz-border-radius-topleft: 3px;
  653.     -khtml-border-top-left-radius: 3px;
  654.     -webkit-border-top-left-radius: 3px;
  655.     border-top-left-radius: 3px;
  656.     -moz-border-radius-topright: 3px;
  657.     -khtml-border-top-right-radius: 3px;
  658.     -webkit-border-top-right-radius: 3px;
  659.     border-top-right-radius: 3px;
  660. }
  661.  
  662. #adminmenu {
  663.     margin: 0;
  664.     list-style: none;
  665.     padding-left: 11px;
  666.     border-bottom-width: 1px;
  667.     border-bottom-style: solid;
  668. }
  669.  
  670. #adminmenu a {
  671.     font-size: 16px;
  672.     padding: 5px 7px;
  673.     line-height: 30px;
  674. }
  675.  
  676. #adminmenu a.current, #sidemenu a.current {
  677.     font-weight: normal;
  678.     padding-left: 6px;
  679.     padding-right: 6px;
  680.     -moz-border-radius-topleft: 4px;
  681.     -khtml-border-top-left-radius: 4px;
  682.     -webkit-border-top-left-radius: 4px;
  683.     border-top-left-radius: 4px;
  684.     -moz-border-radius-topright: 4px;
  685.     -khtml-border-top-right-radius: 4px;
  686.     -webkit-border-top-right-radius: 4px;
  687.     border-top-right-radius: 4px;
  688.     border-width: 1px;
  689.     border-style: solid;
  690. }
  691.  
  692. #adminmenu a.current {
  693.     border-bottom-width: 2px;
  694. }
  695.  
  696. #sidemenu {
  697.     margin: -30px 15px 0 315px;
  698.     list-style: none;
  699.     position: relative;
  700.     float: right;
  701.     padding-left: 10px;
  702.     font-size:12px;
  703. }
  704.  
  705. #sidemenu a {
  706.     padding: 0 7px;
  707.     display: block;
  708.     float: left;
  709.     line-height: 28px;
  710.     border-top-width: 1px;
  711.     border-top-style: solid;
  712.     border-bottom-width: 1px;
  713.     border-bottom-style: solid;
  714. }
  715.  
  716. #dashmenu li, #adminmenu li, #submenu li, #sidemenu li {
  717.     display: inline;
  718.     line-height: 200%;
  719.     list-style: none;
  720.     text-align: center;
  721.     white-space: nowrap;
  722.     margin: 0;
  723.     padding: 0;
  724. }
  725.  
  726. #submenu li {
  727.     padding: 0 0 8px 17px;
  728. }
  729.  
  730. #adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
  731.     position: absolute;
  732.     margin-left: -0.4em;
  733.     margin-top: 0.2em;
  734.     font-size: 0.7em;
  735.     background-repeat: no-repeat;
  736.     background-position: 0 bottom;
  737.     height: 0.9em;
  738.     width: 1em;
  739. }
  740.  
  741. #adminmenu li a .count-0, #sidemenu li a .count-0 {
  742.     display: none;
  743. }
  744.  
  745. .post-com-count-wrapper {
  746.     min-width: 22px;
  747. }
  748.  
  749. .post-com-count {
  750.     height: 1.3em;
  751.     line-height: 1.1em;
  752.     display: block;
  753.     text-decoration: none;
  754.     padding: 0 0 6px;
  755.     cursor: pointer;
  756.     background-position: center -80px;
  757.     background-repeat: no-repeat;
  758. }
  759.  
  760. .post-com-count span {
  761.     height: 1.3em;
  762.     line-height: 1.2em;
  763.     padding: 0 0.5em;
  764.     background-color: #bbb;
  765.     display: inline-block;
  766.     cursor: pointer;
  767.     -moz-border-radius: 3px;
  768.     -khtml-border-radius: 3px;
  769.     -webkit-border-radius: 3px;
  770.     border-radius: 3px;
  771. }
  772.  
  773. strong .post-com-count {
  774.     background-position: center -55px;
  775. }
  776.  
  777. .post-com-count:hover {
  778.     background-position: center -3px;
  779. }
  780.  
  781. #adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
  782.     background-position: -80px bottom;
  783. }
  784.  
  785. #adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
  786.     top: -0.8em;
  787.     right: 0;
  788.     position: absolute;
  789.     display: block;
  790.     height: 1.3em;
  791.     line-height: 1.3em;
  792.     padding: 0 0.6em;
  793.     -moz-border-radius: 3px;
  794.     -khtml-border-radius: 3px;
  795.     -webkit-border-radius: 3px;
  796.     border-radius: 3px;
  797. }
  798.  
  799. #submenu {
  800.     margin: 0;
  801.     list-style: none;
  802.     padding: 6px 0 3px 0;
  803. }
  804.  
  805. #submenu li {
  806.     font-size: 14px;
  807. }
  808.  
  809. #minisub { /* for empty submenus */
  810.     height: 15px;
  811. }
  812.  
  813. /* end menu stuff */
  814.  
  815. /* Admin Footer */
  816.  
  817. html, body {
  818.     height:100%;
  819. }
  820. #wpwrap {
  821.     position: relative;
  822.     min-height: 100%;
  823. }
  824. #wpcontent{
  825.     padding-bottom: 95px;
  826. }
  827. #footer {
  828.     clear: both;
  829.     height: 65px;
  830.     padding: 10px 0 0 60px;
  831.     margin: 0;
  832.     position: relative;
  833.      margin-top: -75px;
  834.     font-size: 12px;
  835. }
  836.  
  837. #footer p {
  838.     margin: 0;
  839.     padding: 7px 0;
  840. }
  841.  
  842. #footer p a {
  843.     text-decoration: none;
  844. }
  845.  
  846. #footer p a:hover {
  847.     text-decoration: underline;
  848. }
  849.  
  850. /* Tables used on comment.php and option/setting pages */
  851.  
  852. .form-table {
  853.     border-collapse: collapse;
  854.     margin-top: 1em;
  855.     width: 100%;
  856.     margin-bottom: -8px;
  857. }
  858.  
  859. .form-table td {
  860.     margin-bottom: 9px;
  861.     padding: 10px;
  862.     line-height: 20px;
  863.     border-bottom-width: 8px;
  864.     border-bottom-style: solid;
  865.     font-size: 11px;
  866. }
  867.  
  868. .form-table th {
  869.     vertical-align: top;
  870.     text-align: left;
  871.     padding: 10px;
  872.     width: 150px;
  873.     border-bottom-width: 8px;
  874.     border-bottom-style: solid;
  875. }
  876.  
  877. .form-table th.th-full {
  878.     width: auto;
  879. }
  880.  
  881. .form-table input, .form-table textarea {
  882.     border-width: 1px;
  883.     border-style: solid;
  884. }
  885.  
  886. .form-table div.color-option {
  887.     display: block;
  888.     clear: both;
  889. }
  890.  
  891. .form-table input.tog {
  892.     margin-top: 2px;
  893.     margin-right: 2px;
  894.     float: left;
  895. }
  896.  
  897. .form-table table.color-palette {
  898.     vertical-align: bottom;
  899.     float: left;
  900.     margin: -3px 3px 8px;
  901. }
  902.  
  903. .form-table .color-palette td {
  904.     border-bottom: none;
  905.     border: 1px solid #fff;
  906.     font-size: 1px;
  907.     line-height: 1px;
  908. }
  909.  
  910. #profile-page .form-table textarea {
  911.     width: 500px;
  912.     margin-bottom: 6px;
  913. }
  914.  
  915. #profile-page .form-table input[type=text] { 
  916.     width: 300px;
  917. }
  918.  
  919. #pass-strength-result {
  920.     width: 197px;
  921.     float: left;
  922.     margin-right: 5px;
  923.     border: 1px solid #ccc !important;
  924. }
  925.  
  926. #profile-page .form-table #rich_editing {
  927.     margin-right: 5px
  928. }
  929.  
  930. .form-table .pre {
  931.     padding: 8px;
  932.     margin: 0;
  933. }
  934.  
  935. .pre {
  936.     /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
  937.     white-space: pre-wrap; /* css-3 */
  938.     white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  939.     white-space: -pre-wrap; /* Opera 4-6 */
  940.     white-space: -o-pre-wrap; /* Opera 7 */
  941.     word-wrap: break-word; /* Internet Explorer 5.5+ */
  942. }
  943.  
  944. table.form-table td .updated {
  945.     font-size: 13px;
  946. }
  947.  
  948. /* Post Screen */
  949.  
  950. #tagsdiv #newtag {
  951.     margin-right: 5px;
  952.     width: 16em;
  953. }
  954.  
  955. #tagchecklist {
  956.     margin-left: 10px;
  957.  
  958.     font-size: 12px;
  959.     overflow: auto;
  960. }
  961.  
  962. #tagchecklist strong {
  963.     margin-left: -8px;
  964.     position: absolute;
  965. }
  966.  
  967. #tagchecklist span {
  968.     margin-right: 25px;
  969.     display: block;
  970.     float: left;
  971.     font-size: 11px;
  972.     line-height: 1.8em;
  973.     white-space: nowrap;
  974.     cursor: default;
  975. }
  976.  
  977. #tagchecklist span a {
  978.     margin: 6px 0pt 0pt -9px;
  979.     cursor: pointer;
  980.     width: 10px;
  981.     height: 10px;
  982.     display: block;
  983.     float: left;
  984.     text-indent: -9999px;
  985.     overflow: hidden;
  986.     position: absolute;
  987. }
  988.  
  989. .howto {
  990.     font-style: italic;
  991.     display: block;
  992. }
  993.  
  994. .ac_results {
  995.     padding: 0;
  996.     margin: 0;
  997.     list-style: none;
  998.     position: absolute;
  999.     z-index: 10000;
  1000.     display: none;
  1001.     border-width: 1px;
  1002.     border-style: solid;
  1003. }
  1004.  
  1005. .ac_results li {
  1006.     padding: 2px 5px;
  1007.     white-space: nowrap;
  1008.     text-align: left;
  1009. }
  1010.  
  1011. .ac_over {
  1012.     cursor: pointer;
  1013. }
  1014.  
  1015. .ac_match {
  1016.     text-decoration: underline;
  1017. }
  1018.  
  1019. #poststuff h2 {
  1020.     margin-top: 20px;
  1021.     font-size: 1.5em;
  1022.     margin-bottom: 15px;
  1023.     padding: 0 0 3px;
  1024.     clear: left;
  1025. }
  1026.  
  1027. #poststuff h3 {
  1028.     font-size: 14px;
  1029.     font-weight: bold;
  1030.     padding: 7px;
  1031.     margin: 0 0 10px;
  1032. }
  1033.  
  1034. #poststuff .postbox, #poststuff .stuffbox {
  1035.     margin-left: 20px;
  1036.     padding: 2px;
  1037.     margin-bottom: 20px;
  1038.     margin-right: 8px;
  1039.     border-width: 1px;
  1040.     border-style: solid;
  1041. }
  1042.  
  1043. #titlediv, #poststuff .postarea {
  1044.     margin-left: 20px;
  1045.     margin-bottom: 20px;
  1046.     margin-right: 8px;
  1047. }
  1048.  
  1049. #titlediv {
  1050.     margin-bottom: 20px;
  1051. }
  1052.  
  1053. #titlediv div.inside {
  1054.     margin: 0;
  1055. }
  1056.  
  1057. #titlediv #title {
  1058.     border: 0;
  1059.     padding: 0;
  1060.     font-size: 1.7em;
  1061.     width: 100%;
  1062.     outline: none;
  1063. }
  1064.  
  1065. #poststuff #titlewrap {
  1066.     padding: 2px 3px;
  1067.     border-width: 1px;
  1068.     border-style: solid;
  1069. }
  1070.  
  1071. #poststuff .inside {
  1072.     margin: 0 12px 12px;
  1073.     font-size: 11px;
  1074. }
  1075.  
  1076. #link_name, #link_url, #link_description {
  1077.     font-size: 1.7em;
  1078.     padding: 4px 3px;
  1079.     width: 98%;
  1080. }
  1081.  
  1082. #edit-slug-box {
  1083.     margin-top: 8px;
  1084. }
  1085.  
  1086. #editable-post-name-full {display: none;}
  1087.  
  1088. #editable-post-name input {width: 16em;}
  1089.  
  1090. #edit-slug-buttons a.save {
  1091.     padding: 6px 4px;
  1092.     margin-right: 4px;
  1093.     text-decoration: none;
  1094.     border-width: 1px;
  1095.     border-style: solid;
  1096.     -moz-border-radius: 3px;
  1097.     -khtml-border-radius: 3px;
  1098.     -webkit-border-radius: 3px;
  1099.     border-radius: 3px;
  1100.     font-weight: bold;
  1101. }
  1102.  
  1103. #poststuff #editor-toolbar {
  1104.     position: relative;
  1105.     height: 30px;
  1106.     margin-top: -41px;
  1107. }
  1108.  
  1109. #poststuff #edButtonPreview, #poststuff #edButtonHTML {
  1110.     display: block;
  1111.     height: 20px;
  1112.     padding: 5px 5px 1px;
  1113.     margin: 5px 8px 0 0;
  1114.     float: right;
  1115.     cursor: pointer;
  1116. }
  1117.  
  1118. #poststuff #editor-toolbar .active {
  1119.     font-weight: bold;
  1120.     -moz-border-radius-topright: 3px;
  1121.     -khtml-border-top-right-radius: 3px;
  1122.     -webkit-border-top-right-radius: 3px;
  1123.     border-top-right-radius: 3px;
  1124.     -moz-border-radius-topleft: 3px;
  1125.     -khtml-border-top-left-radius: 3px;
  1126.     -webkit-border-top-left-radius: 3px;
  1127.     border-top-left-radius: 3px;
  1128. }
  1129.  
  1130. #poststuff #media-buttons {
  1131.     float: right;
  1132.     margin-right: 20px;
  1133.     margin-top: 8px;
  1134.     cursor: default;
  1135.     line-height: 1;
  1136.     height: 1.1em;
  1137. }
  1138.  
  1139. #poststuff #media-buttons a {
  1140.     cursor: pointer;
  1141.     padding: 0 5px 2px 2px;
  1142. }
  1143.  
  1144. #poststuff #media-buttons img {
  1145.     vertical-align: middle;
  1146. }
  1147.  
  1148. #poststuff .togbox {
  1149.     background-position: -10px 16px;
  1150.     background-repeat: no-repeat;
  1151.     display: block;
  1152.     height: 37px;
  1153.     margin-left: -21px;
  1154.     margin-top: -10px;
  1155.     overflow: hidden;
  1156.     position: absolute;
  1157.     text-indent: -9999px;
  1158.     width: 12px;
  1159.     -moz-border-radius-topleft: 3px;
  1160.     -khtml-border-top-left-radius: 3px;
  1161.     -webkit-border-top-left-radius: 3px;
  1162.     border-top-left-radius: 3px;
  1163.     -moz-border-radius-bottomleft: 3px;
  1164.     -khtml-border-bottom-left-radius: 3px;
  1165.     -webkit-border-bottom-left-radius: 3px;
  1166.     border-bottom-left-radius: 3px;
  1167. }
  1168.  
  1169. #poststuff .closed .inside {
  1170.     display: none;
  1171. }
  1172.  
  1173. #poststuff .closed h3 {
  1174.     margin: 0;
  1175. }
  1176.  
  1177. #poststuff .closed .togbox {
  1178.     background-position: 4px 15px;
  1179. }
  1180.  
  1181. .submitbox {
  1182.     width: 220px;
  1183.     float: right;
  1184. }
  1185.  
  1186. .submitbox .inside strong {
  1187.     font-size: 14px;
  1188. }
  1189.  
  1190. .submitbox .submitdelete {
  1191.     border-bottom-width: 1px;
  1192.     border-bottom-style: solid;
  1193.     text-decoration: none;
  1194.     margin-left: 8px;
  1195.     padding-bottom: 1px;
  1196. }
  1197.  
  1198.  
  1199. .submitbox #previewview {
  1200.     padding: 15px 10px;
  1201.     -moz-border-radius-topleft: 3px;
  1202.     -khtml-border-top-left-radius: 3px;
  1203.     -webkit-border-top-left-radius: 3px;
  1204.     border-top-left-radius: 3px;
  1205.     -moz-border-radius-topright: 3px;
  1206.     -khtml-border-top-right-radius: 3px;
  1207.     -webkit-border-top-right-radius: 3px;
  1208.     border-top-right-radius: 3px;
  1209. }
  1210.  
  1211. .submitbox #previewview a {
  1212.     padding: 6px;
  1213.     text-decoration: none;
  1214.     font-weight: normal;
  1215.     border-bottom: none;
  1216.     font-size: 14px;
  1217.     -moz-border-radius: 3px;
  1218.     -khtml-border-radius: 3px;
  1219.     -webkit-border-radius: 3px;
  1220.     border-radius: 3px;
  1221. }
  1222.  
  1223. .submitbox .submit {
  1224.     text-align: left;
  1225.     padding: 12px 10px 10px 10px;
  1226.     font-size: 11px;
  1227. }
  1228.  
  1229. .submitbox .submit a:hover {
  1230.     border-bottom-width: 1px;
  1231.     border-bottom-style: solid;
  1232. }
  1233.  
  1234. .submitbox .submit input {
  1235.     margin-bottom: 8px;
  1236.     margin-right: 3px;
  1237.     padding: 6px 4px;
  1238.     border: none;
  1239. }
  1240.  
  1241. .submitbox #autosave .error {
  1242.     margin-top: 10px;
  1243. }
  1244.  
  1245. /* Categories */
  1246.  
  1247. #categorydiv #category-adder {
  1248.     margin-left: 120px;
  1249.     padding: 4px 0;
  1250. }
  1251.  
  1252. #category-add input, #category-add select {
  1253.     width: 30%;
  1254. }
  1255.  
  1256. #category-add input#category-add-sumbit {
  1257.     width: auto;
  1258. }
  1259.  
  1260. #categorydiv ul#category-tabs {
  1261.     float: left;
  1262.     width: 120px;
  1263.     text-align: right;
  1264.     /* Negative margin for the sake of those without JS: all tabs display */
  1265.     margin: 0 -120px 0 0;
  1266.     padding: 0;
  1267. }
  1268.  
  1269. ul#category-tabs li {
  1270.     padding: 8px;
  1271. }
  1272.  
  1273. ul#category-tabs li.ui-tabs-selected {
  1274.     -moz-border-radius-topleft: 3px;
  1275.     -khtml-border-top-left-radius: 3px;
  1276.     -webkit-border-top-left-radius: 3px;
  1277.     border-top-left-radius: 3px;
  1278.     -moz-border-radius-bottomleft: 3px;
  1279.     -khtml-border-bottom-left-radius: 3px;
  1280.     -webkit-border-bottom-left-radius: 3px;
  1281.     border-bottom-left-radius: 3px;
  1282. }
  1283.  
  1284. ul#category-tabs li.ui-tabs-selected a {
  1285.     color: #333;
  1286.     font-weight: bold;
  1287.     text-decoration: none;
  1288. }
  1289.  
  1290. div.ui-tabs-panel {
  1291.     margin: 0 5px 0 120px;
  1292.     padding: .5em .9em;
  1293.     height: 10em;
  1294.     overflow: auto;
  1295.     border-width: 4px;
  1296.     border-style: solid;
  1297. }
  1298.  
  1299. #categorydiv ul {
  1300.     list-style: none;
  1301.     padding: 0;
  1302.     margin: 0;
  1303. }
  1304.  
  1305. #categorydiv ul.categorychecklist ul {
  1306.     margin-left: 18px;
  1307. }
  1308.  
  1309. ul.categorychecklist li {
  1310.     margin: 0;
  1311.     padding: 0;
  1312.     line-height: 19px;
  1313. }
  1314.  
  1315. #linkcategorydiv #category-adder {
  1316.     margin-left: 120px;
  1317.     padding: 4px 0;
  1318. }
  1319.  
  1320. #category-adder h4 {
  1321.     margin: 0;
  1322. }
  1323.  
  1324. #linkcategorydiv ul#category-tabs {
  1325.     float: left;
  1326.     width: 120px;
  1327.     text-align: right;
  1328.     /* Negative margin for the sake of those without JS: all tabs display */
  1329.     margin: 0 -120px 0 0;
  1330.     padding: 0;
  1331. }
  1332.  
  1333. #linkcategorydiv ul {
  1334.     list-style: none;
  1335.     padding: 0;
  1336.     margin: 0;
  1337. }
  1338.  
  1339. #linkcategorydiv ul.categorychecklist ul {
  1340.     margin-left: 18px;
  1341. }
  1342.  
  1343. /* pasitioning etc. */
  1344. form#tags-filter {
  1345.         position: relative;
  1346. }
  1347.  
  1348. p#tag-search {
  1349.         position: absolute;
  1350.         right: 0;
  1351.         top: 0;
  1352.         margin: 0;
  1353. }
  1354.  
  1355. form#posts-filter {
  1356.         position: relative;
  1357. }
  1358.  
  1359. p#post-search {
  1360.         position: absolute;
  1361.         right: 0;
  1362.         top: 0;
  1363.         margin: 0;
  1364. }
  1365.  
  1366. #post-search .button, #widget-search .button {
  1367.     padding: 3px;
  1368.     font-size: 13px;
  1369. }
  1370.  
  1371. #posts-filter fieldset {
  1372.     float: left;
  1373.     margin: 0 1.5ex 1em 0;
  1374.     padding: 0;
  1375. }
  1376.  
  1377. #posts-filter fieldset legend {
  1378.     padding: 0 0 .2em 1px;
  1379. }
  1380.  
  1381. .bordertitle {
  1382.     padding-bottom: 5px;
  1383.     border-bottom-width: 1px;
  1384.     border-bottom-style: solid;
  1385. }
  1386.  
  1387. /* Global classes */
  1388. .wp-hidden-children .wp-hidden-child { display: none; }
  1389. .wp-no-js-hidden { display: none; }
  1390. .ui-tabs-hide { display: none; }
  1391.  
  1392. .commentlist .avatar {
  1393.     vertical-align:text-top;
  1394. }
  1395.  
  1396. .defaultavatarpicker .avatar {
  1397.     margin: 2px 0;
  1398.     vertical-align: middle;
  1399. }
  1400.  
  1401. body.minwidth {
  1402.     min-width: 808px;
  1403. }
  1404.  
  1405. ul.view-switch {
  1406.     float: right;
  1407.     list-style: none;
  1408.     margin: -23px 5px -2px 0;
  1409.     position: relative;
  1410. }
  1411.  
  1412. ul.view-switch li {
  1413.     float: left;
  1414.     margin: 0;
  1415.     font-size: 11px;
  1416.     padding: 4px 6px;
  1417.     font-weight: bold;
  1418. }
  1419.  
  1420. ul.view-switch a {
  1421.     text-decoration: none;
  1422. }
  1423.  
  1424. ul.view-switch li.current {
  1425.     border: none;
  1426.     -moz-border-radius-topleft: 3px;
  1427.     -khtml-border-top-left-radius: 3px;
  1428.     -webkit-border-top-left-radius: 3px;
  1429.     border-top-left-radius: 3px;
  1430.     -moz-border-radius-topright: 3px;
  1431.     -khtml-border-top-right-radius: 3px;
  1432.     -webkit-border-top-right-radius: 3px;
  1433.     border-top-right-radius: 3px;
  1434. }
  1435.  
  1436.  
  1437. #the-comment-list .comment a {
  1438.     padding-bottom: 1px;
  1439.     text-decoration: none;
  1440.     border-bottom-width: 1px;
  1441.     border-bottom-style: solid;
  1442. }
  1443.  
  1444.  
  1445. #the-comment-list td.comment p.comment-author {
  1446.     margin-top: 0;
  1447.     margin-left: 0 ;
  1448. }
  1449.  
  1450. #the-comment-list p.comment-author img {
  1451.     float: left;
  1452.     margin-right: 8px;
  1453. }
  1454.  
  1455. #the-comment-list p.comment-author strong a {
  1456.     border: none;
  1457. }
  1458.  
  1459. #the-comment-list td {
  1460.     vertical-align: top;
  1461. }
  1462.  
  1463. #the-comment-list td.comment {
  1464.     width: 65%;
  1465.     max-width: 460px;
  1466.     word-wrap: break-word;
  1467. }
  1468.  
  1469. #the-comment-list td.comment p {
  1470.     margin-left: 8px;
  1471. }
  1472.  
  1473. #the-comment-list .check-column {
  1474.     padding-top: 8px;
  1475. }
  1476.  
  1477. #templateside ul li a {
  1478.     text-decoration: none;
  1479. }
  1480.  
  1481. .curtime {
  1482.     background-image: url(images/date-button.gif);
  1483.     background-repeat: no-repeat;
  1484.     background-position: left 2px;
  1485.     padding-left: 18px;
  1486. }
  1487.  
  1488. .tablenav .delete {
  1489.     margin-right: 20px;
  1490. }
  1491.  
  1492. #tTips {
  1493.     display: none;
  1494.     position: absolute;
  1495.     margin: 0;
  1496.     padding: 0 0 8px 0;
  1497.     background-image: url(images/tail.gif);
  1498.     background-repeat: no-repeat;
  1499.     background-position: 15px bottom;
  1500.     background-color: transparent;
  1501. }
  1502.  
  1503. #tTips p#tTips_inside {
  1504.     margin: 0;
  1505.     padding: 8px 12px;
  1506.     text-align: center;
  1507.     -moz-border-radius: 8px;
  1508.     -khtml-border-radius: 8px;
  1509.     -webkit-border-radius: 8px;
  1510.     border-radius: 8px;
  1511. }
  1512.  
  1513. td.action-links, th.action-links {
  1514.     text-align: right;
  1515. }
  1516.  
  1517. #poststuff h3, #poststuff .closed h3 {
  1518.     cursor: pointer;
  1519.  
  1520. .hide-if-no-js {
  1521.     display: none;
  1522. }
  1523.  
  1524. /* Diff */
  1525.  
  1526. table.diff {
  1527.     width: 100%;
  1528. }
  1529.  
  1530. table.diff col.content {
  1531.     width: 50%;
  1532. }
  1533.  
  1534. table.diff tr {
  1535.     background-color: transparent;
  1536. }
  1537.  
  1538. table.diff td, table.diff th {
  1539.     padding: .5em;
  1540.     font-family: monospace;
  1541.     border: none;
  1542. }
  1543.  
  1544. table.diff .diff-deletedline del, table.diff .diff-addedline ins {
  1545.     text-decoration: none;
  1546. }
  1547.  
  1548. #wp-word-count {
  1549.     display: block;
  1550. }
  1551.  
  1552. fieldset {
  1553.     border: 0;
  1554.     padding: 0;
  1555.     margin: 0;
  1556. }
  1557.  
  1558. .info-box {
  1559.     top: 100px;
  1560.     left: 50%;
  1561.     margin-left: -225px;
  1562.     height: 300px;
  1563.     width: 450px;
  1564.     border: 5px solid #ddd;
  1565.     background: #f8f8f8;
  1566.     position: absolute;
  1567.     padding: 15px 15px 10px;
  1568.     z-index: 1000;
  1569.     display: none;
  1570. }
  1571.  
  1572. .info-box .submit {
  1573.     position: absolute;
  1574.     bottom: 15px;
  1575.     width: 450px;
  1576.     padding: 15px 0 0;
  1577. }
  1578.  
  1579. .info-box .gears-img {
  1580.     float: right;
  1581.     margin: 10px;
  1582. }
  1583.  
  1584. .info-box-title {
  1585.     line-height: 2;
  1586.     margin: 0;
  1587.     padding: 0 7px;
  1588. }
  1589.  
  1590. #wp_editbtns {
  1591.     padding: 2px;
  1592.     position: absolute;
  1593.     display: none;
  1594.     z-index: 999998;
  1595. }
  1596.  
  1597. #wp_editimgbtn, #wp_delimgbtn {
  1598.     margin: 2px;
  1599.     padding: 2px;
  1600.     border: 1px solid #999;
  1601.     background-color: #eee;
  1602.     -moz-border-radius: 3px;
  1603.     -khtml-border-radius: 3px;
  1604.     -webkit-border-radius: 3px;
  1605.     border-radius: 3px;
  1606. }
  1607.  
  1608. #wp_editimgbtn:hover, #wp_delimgbtn:hover {
  1609.     border-color: #555;
  1610.     background-color: #ccc;
  1611. }
  1612.