home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Tidy_Blog / css / print.css next >
Encoding:
Cascading Style Sheet File  |  2007-01-03  |  6.9 KB  |  582 lines

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