home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-content / themes / classic / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-07-09  |  5.5 KB  |  364 lines

  1. /*
  2. Theme Name: WordPress Classic
  3. Theme URI: http://wordpress.org/
  4. Description: The original WordPress theme that graced versions 1.2.x and prior.
  5. Version: 1.5
  6. Author: Dave Shea
  7. Tags: mantle color, variable width, two columns, widgets
  8.  
  9. Default WordPress by Dave Shea || http://mezzoblue.com
  10. Modifications by Matthew Mullenweg || http://photomatt.net
  11. This is just a basic layout, with only the bare minimum defined.
  12. Please tweak this and make it your own. :)
  13. */
  14.  
  15. a {
  16.     color: #675;
  17. }
  18.  
  19. a img {
  20.     border: none;
  21. }
  22.  
  23. a:visited {
  24.     color: #342;
  25. }
  26.  
  27. a:hover {
  28.     color: #9a8;
  29. }
  30.  
  31. acronym, abbr {
  32.     border-bottom: 1px dashed #333;
  33. }
  34.  
  35. acronym, abbr, span.caps {
  36.     font-size: 90%;
  37.     letter-spacing: .07em;
  38. }
  39.  
  40. acronym, abbr {
  41.     cursor: help;
  42. }
  43.  
  44. blockquote {
  45.     border-left: 5px solid #ccc;
  46.     margin-left: 1.5em;
  47.     padding-left: 5px;
  48. }
  49.  
  50. body {
  51.     background: #fff;
  52.     border: 2px solid #565;
  53.     border-bottom: 1px solid #565;
  54.     border-top: 3px solid #565;
  55.     color: #000;
  56.     font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  57.     margin: 0;
  58.     padding: 0;
  59. }
  60.  
  61. cite {
  62.     font-size: 90%;
  63.     font-style: normal;
  64. }
  65.  
  66. h2 {
  67.     border-bottom: 1px dotted #ccc;
  68.     font: 95% "Times New Roman", Times, serif;
  69.     letter-spacing: 0.2em;
  70.     margin: 15px 0 2px 0;
  71.     padding-bottom: 2px;
  72. }
  73.  
  74. h3 {
  75.     border-bottom: 1px dotted #eee;
  76.     font-family: "Times New Roman", Times, serif;
  77.     margin-top: 0;
  78. }
  79.  
  80. ol#comments li p {
  81.     font-size: 100%;
  82. }
  83.  
  84. p, li, .feedback {
  85.     font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  86.     letter-spacing: -1px;
  87. }
  88.  
  89. /* classes used by the_meta() */
  90. ul.post-meta {
  91.     list-style: none;
  92. }
  93.  
  94. ul.post-meta span.post-meta-key {
  95.     font-weight: bold;
  96. }
  97.  
  98. .credit {
  99.     background: #90a090;
  100.     border-top: 3px double #aba;
  101.     color: #fff;
  102.     font-size: 11px;
  103.     margin: 10px 0 0 0;
  104.     padding: 3px;
  105.     text-align: center;
  106. }
  107.  
  108. .credit a:link, .credit a:hover {
  109.     color: #fff;
  110. }
  111.  
  112. .feedback {
  113.     color: #ccc;
  114.     text-align: right;
  115.     clear: both;
  116. }
  117.  
  118. .meta {
  119.     font-size: .75em;
  120. }
  121.  
  122. .meta li, ul.post-meta li {
  123.     display: inline;
  124. }
  125.  
  126. .meta ul {
  127.     display: inline;
  128.     list-style: none;
  129.     margin: 0;
  130.     padding: 0;
  131. }
  132.  
  133. .meta, .meta a {
  134.     color: #808080;
  135.     font-weight: normal;
  136.     letter-spacing: 0;
  137. }
  138.  
  139. .storytitle {
  140.     margin: 0;
  141. }
  142.  
  143. .storytitle a {
  144.     text-decoration: none;
  145. }
  146.  
  147. #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
  148.     background: #fff;
  149.     border: 1px solid #333;
  150.     padding: .2em;
  151. }
  152.  
  153. #commentform textarea {
  154.     width: 100%;
  155. }
  156.  
  157. #commentlist li ul {
  158.     border-left: 1px solid #ddd;
  159.     font-size: 110%;
  160.     list-style-type: none;
  161. }
  162.  
  163. #commentlist li .avatar {
  164.     float: right;
  165.     margin-right: 25px;
  166.     border: 1px dotted #ccc;
  167.     padding: 2px;
  168. }
  169.  
  170. #content {
  171.     margin: 30px 13em 0 3em;
  172.     padding-right: 60px;
  173. }
  174.  
  175. #header {
  176.     background: #90a090;
  177.     border-bottom: 3px double #aba;
  178.     border-left: 1px solid #9a9;
  179.     border-right: 1px solid #565;
  180.     border-top: 1px solid #9a9;
  181.     font: italic normal 230% 'Times New Roman', Times, serif;
  182.     letter-spacing: 0.2em;
  183.     margin: 0;
  184.     padding: 15px 10px 15px 60px;
  185. }
  186.  
  187. #header a {
  188.     color: #fff;
  189.     text-decoration: none;
  190. }
  191.  
  192. #header a:hover {
  193.     text-decoration: underline;
  194. }
  195.  
  196. #menu {
  197.     background: #fff;
  198.     border-left: 1px dotted #ccc;
  199.     border-top: 3px solid #e0e6e0;
  200.     padding: 20px 0 10px 30px;
  201.     position: absolute;
  202.     right: 2px;
  203.     top: 0;
  204.     width: 11em;
  205. }
  206.  
  207. #menu form {
  208.     margin: 0 0 0 13px;
  209. }
  210.  
  211. #menu input#s {
  212.     width: 80%;
  213.     background: #eee;
  214.     border: 1px solid #999;
  215.     color: #000;
  216. }
  217.  
  218. #menu ul {
  219.     color: #ccc;
  220.     font-weight: bold;
  221.     list-style-type: none;
  222.     margin: 0;
  223.     padding-left: 3px;
  224.     text-transform: lowercase;
  225. }
  226.  
  227. #menu ul li {
  228.     font: italic normal 110% 'Times New Roman', Times, serif;
  229.     letter-spacing: 0.1em;
  230.     margin-top: 10px;
  231.     padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
  232. }
  233.  
  234. #menu ul ul {
  235.     font-variant: normal;
  236.     font-weight: normal;
  237.     line-height: 100%;
  238.     list-style-type: none;
  239.     margin: 0;
  240.     padding: 0;
  241.     text-align: left;
  242. }
  243.  
  244. #menu ul ul li {
  245.     border: 0;
  246.     font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  247.     letter-spacing: 0;
  248.     margin-top: 0;
  249.     padding: 0;
  250.     padding-left: 12px;
  251. }
  252.  
  253. #menu ul ul li a {
  254.     color: #000;
  255.     text-decoration: none;
  256. }
  257.  
  258. #menu ul ul li a:hover {
  259.     border-bottom: 1px solid #809080;
  260. }
  261.  
  262. #menu ul ul ul.children {
  263.     font-size: 142%;
  264.     padding-left: 4px;
  265. }
  266.  
  267. #wp-calendar {
  268.     border: 1px solid #ddd;
  269.     empty-cells: show;
  270.     font-size: 14px;
  271.     margin: 0;
  272.     width: 90%;
  273. }
  274.  
  275. #wp-calendar #next a {
  276.     padding-right: 10px;
  277.     text-align: right;
  278. }
  279.  
  280. #wp-calendar #prev a {
  281.     padding-left: 10px;
  282.     text-align: left;
  283. }
  284.  
  285. #wp-calendar a {
  286.     display: block;
  287.     text-decoration: none;
  288. }
  289.  
  290. #wp-calendar a:hover {
  291.     background: #e0e6e0;
  292.     color: #333;
  293. }
  294.  
  295. #wp-calendar caption {
  296.     color: #999;
  297.     font-size: 16px;
  298.     text-align: left;
  299. }
  300.  
  301. #wp-calendar td {
  302.     color: #ccc;
  303.     font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  304.     letter-spacing: normal;
  305.     padding: 2px 0;
  306.     text-align: center;
  307. }
  308.  
  309. #wp-calendar td.pad:hover {
  310.     background: #fff;
  311. }
  312.  
  313. #wp-calendar td:hover, #wp-calendar #today {
  314.     background: #eee;
  315.     color: #bbb;
  316. }
  317.  
  318. #wp-calendar th {
  319.     font-style: normal;
  320.     text-transform: capitalize;
  321. }
  322.  
  323. /* Captions & aligment */
  324. .aligncenter,
  325. div.aligncenter {
  326.     display: block;
  327.     margin-left: auto;
  328.     margin-right: auto;
  329. }
  330.  
  331. .alignleft {
  332.     float: left;
  333. }
  334.  
  335. .alignright {
  336.     float: right;
  337. }
  338.  
  339. .wp-caption {
  340.     border: 1px solid #ddd;
  341.     text-align: center;
  342.     background-color: #f3f3f3;
  343.     padding-top: 4px;
  344.     margin: 10px;
  345.     -moz-border-radius: 3px;
  346.     -khtml-border-radius: 3px;
  347.     -webkit-border-radius: 3px;
  348.     border-radius: 3px;
  349. }
  350.  
  351. .wp-caption img {
  352.     margin: 0;
  353.     padding: 0;
  354.     border: 0 none;
  355. }
  356.  
  357. .wp-caption p.wp-caption-text {
  358.     font-size: 11px;
  359.     line-height: 17px;
  360.     padding: 0 4px 5px;
  361.     margin: 0;
  362. }
  363. /* End captions & aligment */
  364.