home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / memmories / mstyle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-12-17  |  2.1 KB  |  143 lines

  1. /* CSS Document - Author: Unnikrishnan */
  2.  
  3. body
  4. {
  5.     font-size: 11px;
  6.     font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  7.     margin: 0px;    
  8.     padding-left:50%;
  9.     background: #f4f4f4 url(images/bg.gif) center repeat-y;
  10. }
  11.  
  12. a {text-decoration: none; color: #f00000;}
  13. a:hover {text-decoration: underline; color: #fff;}
  14. #topbanner
  15. {
  16.         background-color: #000000;
  17.         height: 45px;
  18. }
  19. #container
  20. {
  21.     width: 700px;
  22.     margin-left: -350px;
  23. }
  24.  
  25. #topheader
  26. {
  27.     background-color: #A374A3;
  28.         background: url(images/banner.gif); 
  29.     height: 90px;
  30. }
  31.  
  32. #title
  33. {
  34.     font-size: 24px;
  35.     color: #f00000;
  36.     font-family: verdana;
  37.     margin: 5px;
  38.     text-align:center;
  39. }
  40.  
  41. #navcontainer
  42. {
  43.     background-color: #000000;
  44. }
  45.  
  46. .navitem
  47. {
  48.     background-color: #000000;
  49.     padding: 5px;
  50.     text-decoration:none;
  51.     font-weight:bold;
  52.     text-align:center;
  53.     color: #fff;
  54.     width: 129px;
  55.     margin-top:1px;
  56.     margin-right:1px;
  57.         margin-bottom: 1px;
  58.     float:left;
  59. }
  60.  
  61.  
  62. .navitemlast
  63. {
  64.     background-color: #000000;
  65.     padding: 5px;
  66.     text-decoration:none;
  67.     font-weight:bold;
  68.     text-align:center;
  69.     color: #fff;
  70.     width: 130px;
  71.     margin-top:1px;
  72.     margin-right:0px;
  73.         margin-bottom: 1px;
  74.     float:left;
  75. }
  76.  
  77.  
  78. #main
  79. {
  80.     padding:5px;
  81.     width: 688px;
  82.     text-align:justify;
  83.     color:#000000;
  84.     line-height: 1.6em;
  85. }
  86. #linkdes
  87. {
  88.         color: #f31f60;
  89. }
  90.  
  91. #sidebar
  92. {
  93.     background-color: #000000;
  94.         width:197px;
  95.     border:1px solid #f00000;
  96.     float:left;
  97.     margin-top:20px;
  98.     margin-right: 10px;
  99.     margin-left: 0px;
  100.         margin-bottom: 10px;
  101.     padding: 3px;
  102.     text-align:left;
  103.     clear:both;
  104. }
  105.  
  106. h1
  107. {
  108.     font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  109.         text-transform:uppercase;
  110.         font-size:20px;
  111.     font-weight:normal;
  112.         color: #f00000;
  113.           padding-top: 5px;
  114. }
  115.  
  116. .headertext1
  117. {
  118.     background-color: #f00000;
  119.         font-size:18px;
  120.     color: #000000;
  121. }
  122. .headertext2
  123. {
  124.     font-size:10px;
  125.     font-weight:bold;
  126. }
  127.  
  128. #footer
  129. {
  130.     background-color:#000000;
  131.     color: #f00000;
  132.     text-align:center;
  133.     vertical-align:middle;
  134.     height: 20px;
  135.     padding-top:5px;
  136.     clear:both;
  137. }
  138.  
  139. img
  140. {
  141.     border: 1px solid #fff;
  142. }
  143.