home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / contaminated / default.css next >
Cascading Style Sheet File  |  2007-01-03  |  2KB  |  116 lines

  1. /*#############################################################
  2. Name: Contaminated
  3. Date: 2007-01-04
  4. Description: A trash style website template
  5. Author: Viktor Persson
  6. URL: http://templates.arcsin.se
  7.  
  8. Feel free to use and modify but please provide credits.
  9. #############################################################*/
  10.  
  11. /* standard elements */
  12. html {min-height: 100%;}
  13.  
  14. * {
  15.     margin: 0;
  16.     padding: 0;
  17. }
  18.  
  19. a {color: #FF3;}
  20. a:hover {color: #AA3;}
  21.  
  22. body {
  23.     background: #111 url(img/bg.jpg) repeat-x;
  24.     color: #DDD;
  25.     font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
  26. }
  27.  
  28. p,code,ul {padding-bottom: 1.2em;}
  29.  
  30. h1 {
  31.     font: normal 1.8em Tahoma,sans-serif;
  32.     margin-bottom: 4px;
  33. }
  34.  
  35. h2 {background: url(img/stripes.gif) repeat-x left bottom; color: #CCC; font: normal 2em Impact,sans-serif; margin-bottom: 8px; padding-bottom: 11px; letter-spacing: 1px;}
  36.  
  37. blockquote {
  38.     color: #CCA;
  39.     display: block;
  40.     font-weight: bold;
  41.     padding-left: 28px;
  42. }
  43.  
  44. h1,h2 {padding-top: 6px;}
  45.  
  46. /* misc */
  47. .clearer {
  48.     clear: both;
  49.     font-size: 0;
  50. }
  51. .left {float: left;}
  52. .right {float: right;}
  53.  
  54. /* structure */
  55. .wrapper {
  56.     font-size: 1.3em;
  57.     margin: 0 auto;
  58.     width: 780px;
  59. }
  60. .container {background: url(img/header.gif) no-repeat center top;}
  61.  
  62. /* title */
  63. .title {
  64.     font: normal 3em Tahoma,sans-serif;
  65.     text-decoration: line-through;
  66. }
  67. .olive {color: #CCA;}
  68.  
  69. /* sub navigation */
  70. .sidenav {
  71.     background: url(img/sidenav.gif) no-repeat right top;
  72.     padding-top: 126px;
  73.     float: right;
  74.     width: 210px;
  75. }
  76. .sidenav h2 {
  77.     color: #9A3;
  78.     font-size: 1.4em;
  79.     line-height: 30px;
  80.     margin: 0;
  81. }
  82. .sidenav ul {padding: 0.5em 0 0 0.5em;}
  83. .sidenav li {list-style: none;}
  84. .sidenav li a {
  85.     font-size: 1.1em;
  86.     line-height: 1.5em;
  87.     color: #777;
  88.     text-decoration: none;
  89. }
  90. .sidenav li a:hover {color: #8DCA3F;}
  91.  
  92. /* content */
  93. .content {
  94.     float: left;
  95.     margin: 10px 0;
  96.     padding-top: 32px;
  97.     width: 531px;
  98. }
  99. .content .descr {
  100.     color: #8DC63F;
  101.     margin-bottom: 6px;
  102. }
  103. .content li {margin-left: 18px;}
  104.  
  105. /* footer */
  106. .footer {
  107.     background: url(img/bgfooter.gif) repeat-x;
  108.     border-top: 1px dashed #333;
  109.     color: #777;
  110.     font: normal 0.9em sans-serif;
  111.     padding: 10px 0 16px;
  112. }
  113. .footer a {
  114.     color: #784;
  115.     text-decoration: none;
  116. }