home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / random / default.css next >
Encoding:
Cascading Style Sheet File  |  2006-12-12  |  2.1 KB  |  157 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. /* Elements */
  8.  
  9. body {
  10.     margin:  0px;
  11.     font-family: Arial, Helvetica, sans-serif;
  12.     font-size: small;
  13.     text-align: justify;
  14.     color: #3D6CA6;
  15. }
  16.  
  17. h1 {
  18. }
  19.  
  20. h2, h3 {
  21.     margin-top: 0px;
  22. }
  23.  
  24. h4, h5, h6 {
  25. }
  26.  
  27. p, ol, ul, dl, blockquote {
  28. }
  29.  
  30. a {
  31.     color: #3D6CA6;
  32. }
  33.  
  34. a:hover {
  35.     text-decoration: none;
  36.     color: #3D6CA6;}
  37.  
  38. /** HEADER */
  39.  
  40. #header {
  41.     background: #ADCDEC;
  42.     width: 775px;
  43.     margin: 0 auto;
  44.     padding: 10px 0px 0px 0px;
  45. }
  46.  
  47. #header h1 {
  48.     margin-bottom: -.1em;
  49.     padding: 0px 0 0 40px;
  50.     font-size: 40px;
  51.     letter-spacing: -1px;
  52.     color: #3D6CA6;
  53. }
  54.  
  55. #header h2 {
  56.     margin: 0px;
  57.     padding: 0px 0px 32px 43px;
  58.     font-size: 10px;
  59.     color: #4D7CB2;
  60. }
  61.  
  62. #header a{
  63.     text-decoration: none;
  64.     color: #4D7CB2;
  65. }
  66.  
  67. #header a:hover {
  68.     text-decoration: none;
  69. }
  70.  
  71. /** MENU */
  72.  
  73. #menu {
  74.     width: 775px;
  75.     margin: -.5em auto -.8em auto;
  76. }
  77.  
  78. #menu ul {
  79.     margin: -.5em auto -9.5em auto;
  80.     padding: 0;
  81.     list-style: none;
  82.     text-align: right;
  83. }
  84.  
  85. #menu li {
  86.     display: inline;
  87. }
  88.  
  89. #menu a {
  90.     float: right;
  91.     font-weight: bold;
  92.     padding: 40px 20px 40px 20px;
  93.     text-align: center;
  94.     text-decoration: none;
  95.     text-transform: uppercase;
  96.     font-weight: bold;
  97.     background: #C5E0E8;
  98.     color: #4E7D96;
  99. }
  100.  
  101. #menu a:hover {
  102.     background: #C8DADC;
  103.     padding: 39px 19px 39px 19px;
  104.     display: block;
  105.     border: 1px solid;
  106.     border-left-color: #003366;
  107.     color: #323845;
  108. }
  109.  
  110.  
  111. /* Content */
  112.  
  113. #content {
  114.     width: 771px;
  115.     margin: 0px auto;
  116.     padding: 18px 0px 0px 0px;
  117.     border: 2px solid #ADCDEC;
  118.     background: #FFFFFF;
  119. }
  120.  
  121. #colOne {
  122.     float: left;
  123.     width: 170px;
  124.     margin-left: 10px;
  125. }
  126.  
  127. #colTwo {
  128.     float: left;
  129.     width: 355px;
  130.     margin-right: 10px;
  131.     padding: 0px 15px;
  132. }
  133.  
  134. #colThree {
  135.     float: left;
  136.     width: 180px;
  137. }
  138.  
  139. #colThree ul {
  140.     margin-left: 0px;
  141.     padding-left: 0px;
  142.     list-style-position: inside;
  143. }
  144.  
  145. /* Footer */
  146.  
  147. #footer {
  148.     width: 735px;
  149.     margin: 0px auto;
  150.     padding: 20px 20px;
  151.     background: #ADCDEC;
  152. }
  153.  
  154. #footer p {
  155.     margin: 0px;
  156.     text-align: center;
  157. }