home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Tidy_Blog / css / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-01-03  |  8.9 KB  |  682 lines

  1. /* CSS Document */
  2.  
  3. html
  4. {
  5.   height: 100%;
  6. }
  7.  
  8. body
  9. {
  10.   background: #e5ebdf url(../images/wrapper_bg.gif) top left repeat-y;
  11.   height: 100%;
  12.   margin: 0;
  13.   padding: 0;
  14.   font-family: "Myraid Pro", "Trebuchet", "Trebuchet MS", Verdana, Arial, sans-serif;
  15. }
  16. .wrapper
  17. {
  18.   background: url(../images/bg.gif) top left repeat-x;
  19.   min-height: 100%;
  20.   height: auto !important;
  21.   height: 100%;
  22.   position: relative;
  23. }
  24. .container
  25. {
  26.   width: 980px;
  27.   margin: 0;
  28.   padding: 0;
  29. }
  30. #searchBar
  31. {
  32.   width: 250px;
  33.   float: right;
  34.   margin: 0 10px 0 0;
  35.   padding: 0;
  36. }
  37. #searchBar .head
  38. {
  39.   margin: 2px 0 0;
  40.   padding: 0;
  41.   background: #465052 url(../images/search_bg.gif) bottom left repeat-x;
  42.   color: #FFF;
  43.   font-weight: bold;
  44.   line-height: .8em;
  45. }
  46. #searchBar .content
  47. {
  48.   background: #FFF;
  49.   margin: 0;
  50.   padding: 0;
  51.   height: 18px;
  52. }
  53. form
  54. {
  55.   margin: 0;
  56.   padding: 0;
  57. }
  58. #searchBar .content form input.search
  59. {
  60.   background: #FFF;
  61.   border: 0 none;
  62.   margin: 0;
  63.   padding: 0;
  64.   width: 220px;
  65. }
  66. #searchBar .content form input.button
  67. {
  68.   margin: 1px 4px 0 0;
  69.   padding: 0;
  70.   width: 15px;
  71.   height: 16px;
  72.   float: right;
  73. }
  74.  
  75. .icon
  76. {
  77.   width: 206px;
  78.   height: 164px;
  79.   margin: 0 15px 0 38px !important;
  80.   margin: 0 15px 0 19px;
  81.   padding: 0 ;
  82.   background: #b2c979;
  83.   float: left;
  84.   text-align: center;
  85.   vertical-align: middle;
  86.   border: #FFF solid;
  87.   border-width: 0 2px 2px;
  88. }
  89.  
  90. .icon img
  91. {
  92.   margin: 27px 0 0;
  93. }
  94. #title
  95. {
  96.   margin: 0;
  97.   padding: 5px 0 0;
  98.   clear: right;
  99.   color: #e5ebdf;
  100.   color: #FFF;
  101. }
  102. #title h1
  103. {
  104.   font-size: 1.7em;
  105.   margin: 0;
  106.   padding: 0;
  107.   font-weight: normal;
  108. }
  109. #title h2
  110. {
  111.   font-size: 1.3em;
  112.   line-height: .8em;
  113.   margin: 0;
  114.   padding: 0;
  115.   font-weight: normal;
  116. }
  117.  
  118. #navigation
  119. {
  120.   position: absolute;
  121.   top: 122px;
  122.   left: 260px;
  123.   width: 700px;
  124. }
  125.  
  126. #navigation ul
  127. {
  128.   margin: 0;
  129.   padding: 0;
  130.   list-style: none;
  131.   list-style-image: none;
  132.   borer: none;
  133. }
  134.  
  135. #navigation ul li
  136. {
  137.   float: left;
  138.   margin: 0 12px 0 0;
  139.   padding: 0;
  140.   width: 119px;
  141.   height: 34px;
  142.   vertical-align:middle;
  143.   text-align: center;
  144. }
  145.  
  146. #navigation ul li a
  147. {
  148.   display: block;
  149.   width: 119px;
  150.   height: 34px;
  151.   margin: 0;
  152.   padding: 10px 0 0;
  153.   text-align: center;
  154.   background: url(../images/tab_normal.gif) top left no-repeat;  
  155.   color: #7c8c9b;
  156.   text-decoration: none;
  157.   font-weight: bold;
  158.   text-transform: uppercase;
  159. }
  160.  
  161. #navigation ul li a:hover
  162. {
  163.   color: #93a6b7;
  164.   color: #EEE;
  165.   background: url(../images/tab_over.gif) top left no-repeat;  
  166. }
  167.  
  168. #navigation ul li a.selected, #navigation ul li a.selected:hover
  169. {
  170.   background: url(../images/tab_selected.gif) top left no-repeat;  
  171.   color: #343434;
  172. }
  173.  
  174. #navigation ul li a.selected:hover
  175. {
  176.   color: #000;
  177. }
  178.  
  179.  
  180. #body
  181. {
  182.   float: left;
  183.   margin-bottom: 220px;
  184. }
  185.  
  186. #body .sidebar
  187. {
  188.   margin: 10px 0 0 50px !important;
  189.   margin: 10px 0 0 25px;
  190.   width: 170px;
  191.   float: left;
  192.   font-size: .9em;
  193.   color: #465052;
  194. }
  195.  
  196. #body .sidebar h3
  197. {
  198.   color: #465052;
  199. }
  200.  
  201. #body .sidebar .content
  202. {
  203.   margin: 3px 0 3px 10px !important;
  204.   padding: 0;
  205.   width: auto;
  206.   float: none;
  207.   color: #465052;
  208. }
  209.  
  210. #body form input, #body form textarea, #body .sidebar select
  211. {
  212.   border: 1px solid #465052;
  213.   background: #e0edf7;
  214.   color: #465052;
  215.   width: 100%;
  216. }
  217.  
  218. #body form input.submit
  219. {
  220.   width: auto;
  221.   float: right;
  222. }
  223.  
  224. #body .sidebar ul.links
  225. {
  226.   list-style: none;
  227.   padding: 0;
  228.   margin: 0;
  229.   border: none;
  230.   list-style-image: none;
  231. }
  232.  
  233. #body .sidebar ul.links li
  234. {
  235.   padding: 0;
  236.   border-bottom: #7c8c9b solid 1px;
  237.   height: 1.7em;
  238. }
  239.  
  240. #body .sidebar ul.links li a
  241. {
  242.   padding: 2px 6px;
  243.   display: block;
  244.   color: #465052;
  245.   text-decoration: none;
  246. }
  247.  
  248. #body .sidebar ul.links li a:hover
  249. {
  250.   background: #e0edf7;
  251. }
  252.  
  253. #body .content
  254. {
  255.   float: left;
  256.   width: 710px;
  257.   margin: 10px 0 0 30px;
  258.   padding: 0;
  259.   color: #59452a;
  260. }
  261.  
  262. #body .content .byline
  263. {
  264.   font-variant:small-caps;
  265.   font-size: .9em;
  266.   font-weight: normal;
  267.   font-style:italic;
  268. }
  269.  
  270. #body .content p
  271. {
  272.   margin: 0;
  273.   padding: 0 0 1em;
  274. }
  275.  
  276. #body .content .nodeFoot
  277. {
  278.   text-align: right;
  279.   font-variant:small-caps;
  280.   font-size: .9em;
  281.   font-weight: bold;
  282.   font-style:italic;
  283. }
  284.  
  285. #body .content .nodeFoot a
  286. {
  287.   text-decoration: none;
  288.   color: #59452a;
  289. }
  290.  
  291. #body .content .comments
  292. {
  293.  
  294. }
  295.  
  296. #body .content .comments .comment
  297. {
  298.   margin: 0 0 0 10px;
  299.   font-size: 10pt;
  300.   background: url(../images/comment_corner.gif) top left no-repeat;
  301.   padding: 20px 0 0 27px;
  302. }
  303.  
  304. #body .content .comments .comment h4
  305. {
  306.   margin: 0;
  307.   padding: 0;
  308. }
  309.  
  310. #body .content .area100
  311. {
  312.   clear: both;
  313.   width: 98%;
  314.   margin: 0;
  315.   padding: 4px;
  316. }
  317.  
  318. h3
  319. {
  320.   font-size: 1.1em;
  321.   font-weight: bold;
  322.   margin: 0;
  323.   padding: 0;
  324.   color: #59452a;
  325.   clear: both;
  326. }
  327.  
  328. h4, h5, h6
  329. {
  330.   margin: 0;
  331.   padding: 0;
  332.   clear: both;
  333. }
  334.  
  335. h4 a, h5 a, h6 a
  336. {
  337.   text-decoration: none;
  338. }
  339.  
  340. h4
  341. {
  342.   font-style: italic;
  343. }
  344.  
  345. #body a
  346. {
  347.   color: #59452a;
  348. }
  349.  
  350. #body h3 a
  351. {
  352.   text-decoration: none;
  353. }
  354.  
  355.  
  356. #footer
  357. {
  358.   clear: both;
  359.   position: absolute;
  360.   bottom: 0 !important;
  361.   bottom: -1px;
  362.   width: 100%;
  363.   margin: 0;
  364.   padding: 0;
  365. }
  366.  
  367. #footHead
  368. {
  369.   clear: both;
  370.   margin: 0;
  371.   padding: 0;
  372.   background:url(../images/footer_bg.gif) bottom left repeat-x;
  373. }
  374.  
  375. #footHead .head
  376. {
  377.   text-transform: uppercase;
  378.   font-size: 1.5em;
  379.   font-weight: bold;
  380.   width: 33%;
  381.   float: left;
  382.   margin: 0;
  383.   padding: 0;
  384.   color: #59452a;
  385.   line-height: .8em !important;
  386.   line-height: .7em;
  387.   height: .8em !important;
  388.   height: .7em;
  389. }
  390.  
  391. #footHead .container
  392. {
  393.   padding: 0 0 0 15px;
  394.   margin: 0;
  395. }
  396.  
  397.  
  398.  
  399. #footBody
  400. {
  401.   clear: both;
  402.   width: 100%;
  403.   background: #59452a;
  404.   margin: 0;
  405.   padding: 0;
  406. }
  407.  
  408. #footBody .container
  409. {
  410.   padding: 0 0 0 15px;
  411.   margin: 0;
  412. }
  413.  
  414. #footBody .content
  415. {
  416.   width: 33%;
  417.   float: left;
  418.   margin: 0;
  419.   padding: 0;
  420.   color: #FFFFCC;
  421. }
  422.  
  423. .clear
  424. {
  425.   clear: both;
  426. }
  427.  
  428. #footBody .showcase
  429. {
  430.   text-align: center;
  431. }
  432.  
  433. #footBody .showcase img
  434. {
  435.   padding: 0;
  436.   margin: 2px;
  437.   border: #DDA 3px solid;
  438. }
  439.  
  440. #footer #footBody ul
  441. {
  442.   list-style: none;
  443.   list-style-image: none;
  444.   margin: 5px 0;
  445.   padding: 0;
  446.   border: none;
  447.   width: 95%;
  448. }
  449.  
  450. #footer #footBody ul li
  451. {
  452.   padding: 0;
  453.   margin: 0 10px; 
  454.   height: 1.8em;
  455.   border-bottom: 1px solid #49351A;
  456. }
  457.  
  458. #footer #footBody ul li a
  459. {
  460.   color: #DDA;
  461.   text-decoration: none;
  462.   display: block;
  463.   padding: 3px;
  464. }
  465.  
  466. #footer #footBody ul li a:hover
  467. {
  468.   background: #705735;
  469. }
  470.  
  471. #copyright
  472. {
  473.   background: #372b1a;
  474.   color: #DDA;
  475.   border-top: 1px solid;
  476.   height: 1.7em;
  477. }
  478.  
  479. #copyright a
  480. {
  481.   color: #DDA;
  482. }
  483.  
  484. #copyright .container
  485. {
  486.  
  487.   text-align: right;
  488. }
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. /*  Calendar  */
  498.  
  499. #calendar a {
  500.     color: #DF9496;
  501. }
  502.  
  503. #calendar {
  504.     width: 100%;
  505.     padding: 0;
  506.     margin: 0;
  507.     border-left: 1px solid #A2ADBC;
  508.     font: normal 12px/20px;
  509.     color: #616B76;
  510.     text-align: center;
  511.     background-color: #fff;
  512. }
  513.  
  514. #calendar .nav, #calendar .nav a {
  515.     font: bold 18px;
  516.     color: #fff;    
  517.     text-align: center;
  518.     text-decoration: none;
  519. }    
  520.  
  521.  
  522. #calendar caption {
  523.     margin: 0;
  524.     padding: 0;
  525.     width: 100%;
  526.     background: #A2ADBC;
  527.     color: #fff;     
  528.     font: bold 12px;
  529.     text-align: center;
  530. }
  531.  
  532. #calendar th {
  533.     font: bold 11px/20px;
  534.     color: #616B76;
  535.     background: #D9E2E1;
  536.     border-right: 1px solid #A2ADBC;
  537.     border-bottom: 1px solid #A2ADBC;
  538.     border-top: 1px solid #A2ADBC;
  539. }
  540.  
  541. #calendar .today, #calendar td.today a, #calendar td.today a:link, #calendar td.today a:visited {
  542.     color: #F6F4DA;
  543.     font-weight: bold;
  544.     background: #DF9496;
  545. }
  546.  
  547. #calendar td {
  548.     border-right: 1px solid #A2ADBC;
  549.     border-bottom: 1px solid #A2ADBC;
  550.     width: 20px;
  551.     height: 20px;
  552.     text-align: center;
  553. }
  554.  
  555. #calendar td a {
  556.     text-decoration: none;
  557.     font-weight: bold;
  558.     display: block;
  559. }
  560.  
  561. #calendar td a:link, #calendar td a:visited {    
  562.     color: #608194;
  563. }
  564.  
  565. #calendar td a:hover, #calendar td a:active {
  566.     color: #6aa3ae;
  567. }
  568.  
  569. /*  Gallery  */
  570. #gallery 
  571. {
  572.   padding:0; 
  573.   margin:0 auto; 
  574.   list-style-type:none; 
  575.   overflow:hidden; 
  576.   width:467px; 
  577.   height:240px; 
  578.   border:1px solid #888; 
  579.   background:#fff url(../images/win_backh.gif) bottom right no-repeat;
  580.   }
  581.   
  582. #gallery li {
  583.   float:left;
  584.   }
  585. #gallery li a {
  586.   display:block; 
  587.   height:240px;
  588.   width:28px;
  589.   overflow:hidden;
  590.   float:left; 
  591.   text-decoration:none; 
  592.   border-right:1px solid #fff; 
  593.   cursor:default;
  594.   }
  595. #gallery li a img {
  596. border:0;
  597. background: #FFF url(../images/gallery_loading.gif) top left no-repeat;
  598. }
  599. #gallery li a:hover {
  600.   background:#eee; 
  601.   width:320px;
  602.   }
  603.   
  604. /*  Archive  */
  605.  
  606. .archive
  607. {
  608.   width: 700px;
  609.   background: #ecf2e6;
  610.   border-collapse: collapse;
  611.   margin-left: 20px;
  612. }
  613.  
  614. .archive thead
  615. {
  616.   text-align: left;
  617. }
  618.  
  619. .archive td, .archive th
  620. {
  621.   border: 2px solid #d3d9ce;
  622.   padding: 3px;
  623.   border-collapse: collapse;
  624. }
  625.  
  626. .archive .spanner
  627. {
  628.   color: #d3d9ce;
  629.   font-weight: bold;
  630. }
  631.  
  632. .archive .options
  633. {
  634.   text-align: center;
  635. }
  636.  
  637.  
  638. /*  General Elements  */
  639. pre
  640. {
  641.   display: block;
  642.   font-family: monospace;
  643.   overflow:visible;
  644.   border-width: 1px 0;
  645.   border-style: dashed;
  646.   padding: 3px;
  647. }
  648.  
  649. code
  650. {
  651.   color: #F60;
  652.   border-width: 0 1px;
  653.   border-style: dashed;
  654.   display: block;
  655.   padding: 3px;
  656. }
  657.  
  658. blockquote
  659. {
  660.   background: #ecf2e6 url(../images/quote.gif) top left no-repeat;
  661.   margin: 5px 20px;
  662.   padding: 5px 5px 5px 43px;
  663.   border: 1px solid #d3d9ce;
  664. }
  665.  
  666. ol li ol
  667. {
  668.   list-style: lower-roman;
  669. }
  670.  
  671. ol li ol li ol
  672. {
  673.   list-style: lower-alpha;
  674. }
  675.  
  676. ul
  677. {
  678.   list-style-image: url(../images/arrow.gif);
  679.   padding-left: 30px;
  680. }
  681.  
  682.