home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / fragrance / style.css < prev   
Cascading Style Sheet File  |  2008-05-07  |  4KB  |  313 lines

  1.  
  2. body {
  3.     margin-top: 20px;
  4.     padding: 0;
  5.     background: #FFFFFF url(images/img01.jpg) repeat-y;
  6.     font-size: 13px;
  7.     text-align: justify;
  8.     color: #5A5885;
  9. }
  10.  
  11. body, th, td, input, textarea, select, option {
  12.     font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
  13. }
  14.  
  15. h1, h2, h3 {
  16.     font-weight: normal;
  17.     color: #625FA1;
  18. }
  19.  
  20. h1 {
  21.     letter-spacing: -2px;
  22.     font-size: 3em;
  23. }
  24.  
  25. h2 {
  26.     letter-spacing: -1px;
  27.     font-size: 2em;
  28. }
  29.  
  30. h3 {
  31.     font-size: 1em;
  32. }
  33.  
  34. p, ul, ol {
  35.     line-height: 200%;
  36. }
  37.  
  38. blockquote {
  39.     padding-left: 1em;
  40. }
  41.  
  42. blockquote p, blockquote ul, blockquote ol {
  43.     line-height: normal;
  44.     font-style: italic;
  45. }
  46.  
  47. a {
  48.     color: #B768C5;
  49. }
  50.  
  51. a:hover {
  52.     color: #B768C5;
  53. }
  54.  
  55. hr {
  56.     display: none;
  57. }
  58.  
  59. #wrapper {
  60. }
  61.  
  62.  
  63. /* Header */
  64.  
  65. #header {
  66.     width: 700px;
  67.     height: 61px;
  68.     margin: 0 auto;
  69.     margin-bottom: 20px;
  70.     padding: 0;
  71.     background: url(images/img05.jpg) no-repeat left top;
  72.     font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
  73. }
  74.  
  75. #header h1, #header p {
  76.     margin: 0;
  77. }
  78.  
  79. #header h1 {
  80.     float: left;
  81.     color: #FFFFFF;
  82.     font-size: 36px;
  83.     padding-left: 15px;
  84. }
  85.  
  86. #header p {
  87.     float: left;
  88.     padding: 17px 0 0 10px;
  89.     font-size: 12px;
  90.     font-weight: bold;
  91.     color: #625FA1;
  92. }
  93.  
  94. #header a {
  95.     text-decoration: none;
  96.     color: #F79F1A;
  97. }
  98.  
  99. /* Page */
  100.  
  101. #page {
  102.     width: 700px;
  103.     margin: 0 auto;
  104. }
  105.  
  106. /* Content */
  107.  
  108. #content {
  109.     float: left;
  110.     width: 460px;
  111.     margin: 0;
  112. }
  113.  
  114. .post {
  115.     padding: 5px 0 0 0;
  116. }
  117.  
  118. .title {
  119.     padding: 0 20px 0 0px;
  120.     font-size: 24px;
  121. }
  122.  
  123. .title a {
  124.     text-decoration: none;
  125.     color: #FFFFFF;
  126. }
  127.  
  128. .pagetitle {
  129. }
  130.  
  131. .byline {
  132.     margin: -30px 20px 0 0px;
  133.     color: #646464;
  134. }
  135.  
  136. .meta {
  137.     text-align: right;
  138.     color: #646464;
  139.     padding: 10px 20px 20px 20px;
  140.     text-transform: uppercase;
  141.     font-family: Arial, Helvetica, sans-serif;
  142.     font-size: 10px;
  143.     border-bottom: 1px dashed #B768C5;
  144. }
  145.  
  146. .meta .more {
  147.     background: url(images/img07.gif) no-repeat 0px 45%;
  148.     padding-left: 15px;
  149. }
  150.  
  151. .meta .comments {
  152.     background: url(images/img06.gif) no-repeat 0px 45%;
  153.     padding-left: 18px;
  154. }
  155. .meta a {
  156. }
  157.  
  158. .navigation {
  159. }
  160.  
  161. .alignleft {
  162.     float: left;
  163. }
  164.  
  165. .alignright {
  166.     float: right;
  167. }
  168.  
  169. .posts {
  170.     margin: 0;
  171.     padding: 0;
  172.     list-style: none;
  173.     line-height: normal;
  174. }
  175.  
  176. .posts li {
  177. }
  178.  
  179. .posts h3 {
  180.     margin: 0;
  181.     font-weight: bold;
  182. }
  183.  
  184. .posts p {
  185.     margin: 0;
  186.     line-height: normal;
  187. }
  188.  
  189. .posts a {
  190. }
  191.  
  192. .entry {
  193.     margin: 0;
  194. }
  195.  
  196. .last {
  197.     border: none;
  198. }
  199.  
  200. /* Sidebar */
  201.  
  202. #sidebar {
  203.     float: right;
  204.     width: 220px;
  205.     margin-bottom: 10px;
  206.     color: #625FA1;
  207. }
  208.  
  209. #sidebar ul {
  210.     margin: 0 0 0 5px;
  211.     padding: 20px 0 20px 0;
  212.     list-style: none;
  213. }
  214.  
  215. #sidebar li {
  216. }
  217.  
  218. #sidebar li ul {
  219.     padding: 0px 21px 16px 0px;
  220. }
  221.  
  222. #sidebar li li {
  223.     border-bottom: 1px dashed #B768C5;
  224.     padding: 0 0 10px 10px;
  225. }
  226.  
  227. #sidebar h2 {
  228.     margin: 0;
  229.     width: 215px;
  230.     height: 35px;
  231.     background: url(images/img03.jpg) no-repeat left top;
  232.     padding: 5px 0px 10px 10px;
  233.     font-size: 18px;
  234. }
  235.  
  236. #sidebar a {
  237. }
  238.  
  239. #sidebar a:hover {
  240.     text-decoration: none;
  241. }
  242.  
  243. /* Search */
  244.  
  245. #search input {
  246.     display: none;
  247. }
  248.  
  249. #search input#s {
  250.     display: block;
  251.     width: 230px;
  252.     padding: 2px 5px;
  253.     border: 1px solid #3DD1FF;
  254.     background: #FFFFFF url(images/img05.gif) repeat-x;
  255. }
  256.  
  257. #search br {
  258.     display: none;
  259. }
  260.  
  261. /* Calendar */
  262.  
  263. #calendar {
  264. }
  265.  
  266. #calendar h2 {
  267.     margin-bottom: 15px;
  268. }
  269.  
  270. #calendar table {
  271.     width: 80%;
  272.     margin: 0 auto;
  273.     text-align: center;
  274. }
  275.  
  276. #calendar caption {
  277.     width: 100%;
  278.     text-align: center;
  279. }
  280.  
  281. #next {
  282.     text-align: right;
  283. }
  284.  
  285. #prev {
  286.     text-align: left;
  287. }
  288.  
  289. /* Footer */
  290.  
  291. #footer {
  292.     width: 700px;
  293.     height: 61px;
  294.     min-height: 61px;
  295.     background: url(images/img04.jpg) no-repeat left top;
  296.     margin: 0 auto;
  297.     margin-bottom: 20px;
  298.     text-align: center;
  299.     font-size: smaller;
  300.     font-family: Arial, Helvetica, sans-serif;
  301.     color: #625FA1;
  302. }
  303.  
  304. #footer p {
  305.     padding: 25px 0 20px 0;
  306.     text-transform: uppercase;
  307. }
  308.  
  309. #footer p a {
  310.     color: #FFFFFF;
  311. }
  312.  
  313.