home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / wiremesh / default.css next >
Cascading Style Sheet File  |  2007-04-07  |  3KB  |  244 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: #000000 url(images/img01.gif) repeat-x;
  14.     font: normal small Verdana, Arial, Helvetica, sans-serif;
  15.     color: #999999;
  16. }
  17.  
  18. h1, h2, h3 {
  19.     margin-bottom: 20px;
  20.     text-transform: uppercase;
  21.     color: #FFFFFF;
  22. }
  23.  
  24. h1 { font-size: 3em; }
  25. h2 { font-size: 2em; }
  26. h3 { font-size: 1.4em; }
  27.  
  28. p, blockquote, ul, ol {
  29.     margin-bottom: 1.5em;
  30.     line-height: 1.8em;
  31. }
  32.  
  33. blockquote, ul, ol {
  34.     margin-left: 3em;
  35. }
  36.  
  37. blockquote {
  38.     margin-right: 3em;
  39. }
  40.  
  41. a {
  42.     color: #23B9FF;
  43. }
  44.  
  45. a:hover {
  46.     text-decoration: none;
  47.     color: #CC0000;
  48. }
  49.  
  50. img { border: none; }
  51.  
  52. img.left {
  53.     float: left;
  54.     margin: 0 15px 15px 0;
  55. }
  56.  
  57. img.right {
  58.     float: right;
  59.     margin: 0 15px 0 15px;
  60. }
  61.  
  62. hr { display: none; }
  63.  
  64. .hr {
  65.     height: 36px;
  66.     margin-bottom: 15px;
  67.     background: url(images/img06.gif) repeat-x left center;
  68. }
  69.  
  70. /* Header */
  71.  
  72. #header {
  73.     width: 760px;
  74.     height: 200px;
  75.     margin: 0 auto;
  76. }
  77.  
  78. /* Logo */
  79.  
  80. #logo {
  81.     float: left;
  82. }
  83.  
  84. #logo h1 {
  85.     margin: 0;
  86.     padding-top: 80px;
  87.     font-size: 2.6em;
  88.     font-variant: small-caps;
  89. }
  90.  
  91. #logo h2 {
  92.     padding-left: 6px;
  93.     font-size: 1em;
  94. }
  95.  
  96. #logo a {
  97.     text-decoration: none;
  98.     color: #FFFFFF;
  99. }
  100.  
  101. /* Menu */
  102.  
  103. #menu {
  104.     float: right;
  105. }
  106.  
  107. #menu ul {
  108.     margin: 0;
  109.     padding-top: 118px;
  110.     text-align: center;
  111.     list-style: none;
  112. }
  113.  
  114. #menu li {
  115.     display: inline;
  116. }
  117.  
  118. #menu a {
  119.     padding: 0 20px;
  120.     border-left: 1px solid #FFFFFF;
  121.     text-decoration: none;
  122.     font-weight: bold;
  123.     color: #FFFFFF;
  124. }
  125.  
  126. #menu a:hover {
  127.     color: #23B9FF;
  128. }
  129.  
  130. #menu .first a {
  131.     border: none;
  132. }
  133.  
  134. /* Page */
  135.  
  136. #page {
  137.     width: 760px;
  138.     margin: 0 auto;
  139. }
  140.  
  141. /* Content */
  142.  
  143. #content {
  144.     float: right;
  145.     width: 500px;
  146. }
  147.  
  148. #content h2 {
  149.     height: 20px;
  150.     margin: 0;
  151.     padding: 20px 0 0 20px;
  152.     background: url(images/img04.gif) repeat-x;
  153.     font-size: 12px;
  154.     color: #000000;
  155. }
  156.  
  157. #content h3 {
  158.     text-transform: none;
  159.     font-size: 1em;
  160. }
  161.  
  162. #content .content {
  163.     padding: 20px;
  164. }
  165.  
  166. /* Sidebar */
  167.  
  168. #sidebar {
  169.     float: left;
  170.     width: 240px;
  171. }
  172.  
  173. #sidebar ul {
  174.     margin: 0;
  175.     padding: 0;
  176.     list-style: none;
  177. }
  178.  
  179. #sidebar li {
  180.     padding: 0 20px 20px 20px;
  181.     background: url(images/img06.gif) repeat-x;
  182. }
  183.  
  184. #sidebar li ul {
  185.     list-style: disc inside;
  186. }
  187.  
  188. #sidebar li li {
  189.     padding: 0;
  190.     background: none;
  191. }
  192.  
  193. #sidebar dl {
  194. }
  195.  
  196. #sidebar dt {
  197.     font-size: x-small;
  198.     font-weight: bold;
  199. }
  200.  
  201. #sidebar dd {
  202.     margin-bottom: 15px;
  203.     line-height: normal;
  204.     font-size: x-small;
  205. }
  206.  
  207. #sidebar ol {
  208.     margin: 0;
  209.     list-style-position: inside;
  210. }
  211.  
  212. #sidebar h2 {
  213.     height: 25px;
  214.     padding: 15px 0 0 0;
  215.     font-size: 12px;
  216.     color: #000000;
  217. }
  218.  
  219. #sidebar blockquote {
  220.     margin: 0;
  221. }
  222.  
  223. #sidebar a {
  224. }
  225.  
  226. /* Footer */
  227.  
  228. #footer {
  229.     width: 720px;
  230.     margin: 0 auto;
  231.     padding: 10px 20px;
  232.     border-top: 1px solid #666666;
  233.     font-size: x-small;
  234. }
  235.  
  236. #footer p {
  237.     margin: 0;
  238.     line-height: normal;
  239.     color: #999999;
  240. }
  241.  
  242. #footer a {
  243.     color: #999999;
  244. }