home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-admin / css / press-this.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-08-05  |  8.1 KB  |  521 lines

  1. body {
  2.     font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  3.     color: #333;
  4.     margin: 0px;
  5.     padding: 0px;
  6. }
  7.  
  8. img { border: 0; }
  9. /* Tabs */
  10. @media projection , screen {
  11.     .ui-tabs-hide {
  12.         display: none;
  13.     }
  14. }
  15.  
  16. @media print {
  17.     .ui-tabs-nav {
  18.         display: none;
  19.     }
  20. }
  21.  
  22. .ui-tabs-nav {
  23.     list-style: none;
  24.     border-bottom: 1px solid #C6D9E9;
  25.     padding-left: 8px;
  26.     margin-bottom: .5em;
  27.     margin-top: -2em;
  28. }
  29.  
  30. /* Additional IE specific bug fixes... */
  31. * html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  32.     display: inline-block;
  33. }
  34.  
  35. * :first-child+html .ui-tabs-nav {
  36.     /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
  37.     display: inline-block;
  38. }
  39.  
  40. .ui-tabs-nav:after {
  41.     /* clearing without presentational markup, IE gets extra treatment */
  42.     display: block;
  43.     clear: both;
  44.     content: " ";
  45. }
  46.  
  47. .ui-tabs-nav li {
  48.     float: left;
  49.     margin: 0;
  50.     height: 2em;
  51.     line-height: 2em;
  52. }
  53.  
  54. .ui-tabs-nav a,.ui-tabs-nav a span {
  55.     display: block;
  56. }
  57.  
  58. .ui-tabs-nav a {
  59.     margin: 1px 0 0;
  60.     /* position: relative makes opacity fail for disabled tab in IE */
  61.     padding-left: 0;
  62.     color: #27537a;
  63.     font-weight: bold;
  64.     line-height: 2em;
  65.     text-align: center;
  66.     text-decoration: none;
  67.     white-space: nowrap; /* required in IE 6 */
  68.     outline: 0; /* prevent dotted border in Firefox */
  69.     padding: 0 1em;
  70. }
  71.  
  72. .ui-tabs-nav .ui-tabs-selected a {
  73.     position: relative;
  74.     top: 1px;
  75.     z-index: 2;
  76.     margin-top: 0;
  77.     -moz-border-radius-topleft: 4px;
  78.     -moz-border-radius-topright: 4px;
  79.     -webkit-border-top-left-radius: 4px;
  80.     -webkit-border-top-right-radius: 4px;
  81.     border-style: solid;
  82.     border-width: 1px;
  83.     background: white;
  84.     border-bottom-width: 2px;
  85.     margin-top: -2px;
  86. }
  87.  
  88. .ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active,
  89. .ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited { 
  90.     cursor: pointer;
  91. }
  92.  
  93. /* Header */
  94. #wphead {
  95.     border-top: none;
  96.     height: 2em;
  97.     padding-top: 8px;
  98. }
  99.  
  100. .button {
  101.     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  102.     padding: 3px 5px;
  103.     font-size: 12px;
  104.     line-height: 1.5em;
  105.     border-width: 1px;
  106.     border-style: solid;
  107.     -moz-border-radius: 3px;
  108.     -khtml-border-radius: 3px;
  109.     -webkit-border-radius: 3px;
  110.     border-radius: 3px;
  111.     cursor: pointer;
  112.     margin-left: 5px;
  113.     text-decoration: none;
  114. }
  115.  
  116. .howto {
  117.     font-size: 11px;
  118.     font-style: italic;
  119.     display: block;
  120. }
  121.  
  122. #wphead #viewsite {
  123.     position: absolute;
  124.     margin-top: 12px;
  125.     margin-left: 10px;
  126. }
  127.  
  128. #viewsite {
  129.     position: relative;
  130.     right: 8px;
  131.     top: 6px;
  132.     margin: 0 !important;
  133. }
  134.  
  135. #wphead #viewsite a {
  136.     font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  137.     padding: 3px 4px;
  138.     display: block;
  139.     letter-spacing: normal;
  140.     border-width: 1px;
  141.     border-style: solid;
  142.     -moz-border-radius: 3px;
  143.     -khtml-border-radius: 3px;
  144.     -webkit-border-radius: 3px;
  145.     border-radius: 3px;
  146.     text-decoration: none;
  147. }
  148.  
  149. #previewview {
  150.     padding-top: 8px !important;
  151.     padding-bottom: 8px !important;
  152. }
  153.  
  154. h1 {
  155.     font-size: .75em;
  156.     line-height: 2.666em;
  157.     top: .5em;
  158.     right: 0;
  159.     margin: 0 !important;
  160.     padding: 0 !important;
  161.     width: 236px;
  162.     background: none;
  163. }
  164.  
  165. input.text {
  166.     border: 0pt none;
  167.     outline-color: -moz-use-text-color;
  168.     outline-style: none;
  169.     outline-width: medium;
  170.     padding: 0pt;
  171.     width: 100%;
  172.     border-style: solid;
  173.     color: #333333;
  174. }
  175.  
  176. /* Editor/Main Column */
  177.  
  178. div#container {
  179.     margin: 0;
  180.     min-width: 500px;
  181. }
  182.  
  183. div#container form {
  184.     margin: 0px;
  185.     padding: 0px;
  186. }
  187.  
  188. div#posting {
  189.     padding-left: 16px;
  190.     position: absolute;
  191.     z-index: 1;
  192.     width: 66%;
  193. }
  194.  
  195. #post_title {
  196.     width: 99%;
  197. }
  198.  
  199. .titlewrap {
  200.     border-style: solid;
  201.     border-width: 1px;
  202.     padding: 2px 3px;
  203.     border-color: #CCCCCC;
  204. }
  205.  
  206. div#posting h2 {
  207.     margin: .5em 0 .25em 0;
  208.     font-size: 12px;
  209.     padding: 3px;
  210.     background: ;
  211. }
  212.  
  213. .editor-container {
  214.     border-width: 1px;
  215.     border-color: #ccc;
  216.     border-style: solid;
  217.     margin-bottom: 1em;
  218. }
  219.  
  220. /* Photo Styles */
  221.  
  222. #photo_directions {
  223.     margin-top: .25em;
  224.     display: block;
  225.     position: relative;
  226. }
  227.  
  228. #photo_directions span {
  229.     display: block;
  230.     position: absolute;
  231.     top: 0;
  232.     right: 3px;
  233. }
  234.  
  235. #photo_saving {
  236.     margin: 0 8px 8px;
  237.     vertical-align: middle;
  238. }
  239.  
  240. #img_container {
  241.     background-color: #fff;
  242.     overflow: auto;
  243.     height: 100px;
  244. }
  245.  
  246. #img_container a {
  247.     display: block;
  248.     width: 79px;
  249.     height: 79px;
  250.     float: left;
  251. }
  252.  
  253. #img_container img {
  254.     width: 75px;
  255.     height: 75px;
  256.     border: 0px;
  257.     padding: 2px;
  258.     background-color: #f4f4f4;
  259.     cursor: pointer;
  260. }
  261. #img_container a, #img_container a:link, #img_container a:visited {
  262.     border: 2px solid #ccc;
  263.     margin: 0 4px 4px 0;
  264. #img_container a:hover, #img_container a:active {
  265.     border: 2px solid #000;
  266. }
  267.  
  268. /* Submit Column */
  269.  
  270. div#categories {
  271.     font-size: 85%;
  272.     position: absolute;
  273.     top: 50px;
  274.     right: 16px;
  275.     width: 27%;
  276.     z-index: 2;
  277. }
  278.  
  279. div#categories h2 {
  280.     color: #333;
  281.     font-size: 12px;
  282.     margin: .5em 0 .5em 1em;
  283.     padding: 0;
  284. }
  285.  
  286. #categories-all {
  287.     overflow: auto;
  288.     padding: 0 1em 1em 1em;
  289.     height: 15em;
  290. }
  291.  
  292. #categories ul {
  293.     list-style: none;
  294.     padding: 0;
  295.     margin: 0;
  296. }
  297.  
  298. #tagsdiv #newtag {
  299.     padding: 3px;
  300.     margin-right: 5px;
  301.     width: 16em;    
  302. }
  303.  
  304. #jaxtag {
  305.     clear: both;
  306.     padding-left: 1em;
  307.     margin: 0;
  308. }
  309.  
  310. #tagchecklist {
  311.     padding-left: 1em;
  312.     margin-bottom: 1em;
  313.     font-size: 12px;
  314.     overflow: auto;
  315. }
  316.  
  317. #tagchecklist strong {
  318.     position: absolute;
  319.     font-size: .75em;
  320. }
  321.  
  322. #tagchecklist span {
  323.     margin-right: .5em;
  324.     margin-left: 10px;
  325.     display: block;
  326.     float: left;
  327.     font-size: 11px;
  328.     line-height: 1.8em;
  329.     white-space: nowrap;
  330.     cursor: default;
  331. }
  332.  
  333. #tagchecklist span a {
  334.     margin: 6px 0pt 0pt -9px;
  335.     cursor: pointer;
  336.     width: 10px;
  337.     height: 10px;
  338.     display: block;
  339.     float: left;
  340.     text-indent: -9999px;
  341.     overflow: hidden;
  342.     position: absolute;
  343. }
  344. .submit {
  345.     -moz-border-radius-bottomleft: 3px;
  346.     -khtml-border-bottom-left-radius: 3px;
  347.     -webkit-border-bottom-left-radius: 3px;
  348.     border-bottom-left-radius: 3px;
  349.     -moz-border-radius-bottomright: 3px;
  350.     -khtml-border-bottom-right-radius: 3px;
  351.     -webkit-border-bottom-right-radius: 3px;
  352.     border-bottom-right-radius: 3px;
  353.     margin: 0;
  354.     padding: 10px;
  355. }
  356. .submitbox {
  357.     width: 100%;
  358.     float: right;
  359. }
  360.  
  361. .submitbox .submit a:hover {
  362.     border-bottom-width: 1px;
  363.     border-bottom-style: solid;
  364. }
  365.  
  366. .submitbox .submit input {
  367.     border: none;
  368.     text-align: left;
  369.     padding: 6px 4px;
  370.     font-size: 12px;
  371.     margin: 2px;
  372.     -moz-border-radius: 3px;
  373.     -khtml-border-radius: 3px;
  374.     -webkit-border-radius: 3px;
  375.     border-radius: 3px;
  376.     cursor: pointer;
  377. }
  378.  
  379. .submitbox #previewview {
  380.     padding: 15px 10px;
  381.     -moz-border-radius-topleft: 3px;
  382.     -khtml-border-top-left-radius: 3px;
  383.     -webkit-border-top-left-radius: 3px;
  384.     border-top-left-radius: 3px;
  385.     -moz-border-radius-topright: 3px;
  386.     -khtml-border-top-right-radius: 3px;
  387.     -webkit-border-top-right-radius: 3px;
  388.     border-top-right-radius: 3px;
  389. }
  390.  
  391. /* Video Styles */
  392. .video_split #extra_fields {
  393.     width: 27%;
  394.     height: 300px;
  395.     float: left;
  396. }
  397.  
  398. #embed_code {
  399.     border: 0;
  400.     width: 99%;
  401.     height: 200px;
  402. }
  403. .video_split .editor_area {
  404.     width: 70%;
  405.     float: right;
  406. }
  407.  
  408. .ac_results {
  409.     padding: 0;
  410.     margin: 0;
  411.     list-style: none;
  412.     position: absolute;
  413.     z-index: 10000;
  414.     display: none;
  415.     border-width: 1px;
  416.     border-style: solid;
  417. }
  418.  
  419. .ac_results li {
  420.     padding: 2px 5px;
  421.     white-space: nowrap;
  422.     text-align: left;
  423. }
  424.  
  425. .ac_over {
  426.     cursor: pointer;
  427. }
  428.  
  429. .ac_match {
  430.     text-decoration: underline;
  431. }
  432.  
  433. .photolist {
  434.     display: none;
  435. }
  436.  
  437. #extra_fields small {
  438.     display: block;
  439.     margin-top: .5em;
  440.     padding-bottom: .25em;
  441. }
  442.  
  443. #TB_ajaxContent #options {
  444.     position: absolute;
  445.     top: 20px;
  446.     right: 25px;
  447.     padding: 5px;
  448. }
  449. #TB_ajaxContent h3 {
  450.     margin-bottom: .25em;
  451. }
  452.  
  453. .updated {
  454.     margin: 0;
  455.     margin-left: 15px;
  456.     margin-right: 15px;
  457.     padding: 0;
  458.     max-width: 980px;
  459.     border-width: 1px;
  460.     border-style: solid;
  461.     padding: 0 0.6em;
  462.     max-width: 950px;
  463.     margin-top: 1em;
  464.     margin-bottom: 1em;
  465. }
  466.  
  467. .updated p, .error p {
  468.     margin: 0.6em 0;
  469. }
  470.  
  471. .updated a, .error a {
  472.     text-decoration: underline;
  473. }
  474.  
  475. .updated a {
  476.     text-decoration: none;
  477.     padding-bottom: 2px;
  478. }
  479.  
  480. #post_status {
  481.     margin-left: 10px;
  482.     margin-bottom: 1em;
  483.     display: block;
  484. }
  485.  
  486. /* Footer */
  487.  
  488. #footer {
  489.     height: 65px;
  490.     display: block;
  491.     width: 640px;
  492.     padding: 10px 0 0 60px;
  493.     margin: 0;
  494.     position: absolute;
  495.     bottom: 0;
  496.     font-size: 12px;
  497. }
  498.  
  499. #footer p {
  500.     margin: 0;
  501.     padding: 7px 0;
  502. }
  503.  
  504. #footer p a {
  505.     text-decoration: none;
  506. }
  507.  
  508. #footer p a:hover {
  509.     text-decoration: underline;
  510. }
  511.  
  512.  
  513. /* Utility Classes */
  514. .centered {
  515.     text-align: center;
  516. }
  517.  
  518. .hidden {
  519.     display: none;
  520. }