home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Winterbreeze / screen.css < prev   
Cascading Style Sheet File  |  2006-12-11  |  2KB  |  143 lines

  1. * {
  2.     margin: 0px;
  3.     padding: 0px;
  4. }
  5.  
  6. body {
  7.     background: #ffffff url('img/bg.png') repeat;
  8.     font-family: 'trebuchet ms', verdana, tahoma, arial;
  9.     font-size: 70%;
  10.     line-height: 185%;
  11.     
  12. }
  13.  
  14. body > #menu {
  15.     position: fixed;
  16. }
  17.  
  18. a:active, a:visited, a:link {
  19.     color: #5E8E3E;
  20.     text-decoration: underline;
  21. }
  22.  
  23. a:hover {
  24.     color: #000000;
  25.     text-decoration: none;
  26. }
  27.  
  28. #maincontainer h1
  29. {
  30.     border-bottom: 1px solid #808080;
  31.     font-family: arial;
  32.     font-weight: 100;
  33.     letter-spacing: 8px;
  34.     font-size: 150%;
  35.     text-align: right;
  36. }
  37.  
  38. #maincontainer h2
  39. {
  40.     border-bottom: 1px solid #808080;
  41.     font-family: arial;
  42.     font-weight: 100;
  43.     letter-spacing: 8px;
  44.     font-size: 200%;
  45.     text-align: right;
  46. }
  47.  
  48. #maincontainer {
  49.     position: fixed;
  50.     overflow: auto;
  51.     top: 0px;
  52.     left: 0px;
  53.     background-image: url('img/content_process.jpg');
  54.     background-repeat: repeat-x;
  55.     background-position: top;
  56.     background-color: #EFF0F4;
  57.     border-left: 1px solid #7699AD;
  58.     border-right: 1px solid #7699AD;
  59.     border-bottom: 1px solid #7699AD;
  60.     width: 700px;
  61.     height: 560px; /*560px;*/
  62.     margin-left: 185px;
  63.     padding: 20px;
  64.     
  65. }
  66.  
  67. #menu {
  68.     clear:both;
  69.     position:absolute;
  70.     top: 0px;
  71.     left: 0px;
  72.     width: 180px;
  73.     height: 600px; /*600px;*/
  74.     overflow: auto;
  75.     background-color: #EFF0F4;
  76.     border-right: 1px solid #7699AD;
  77.     border-bottom: 1px solid #7699AD;
  78.     
  79. }
  80.  
  81. #menutop {
  82.     position:absolute;
  83.     top: 0px;
  84.     left: 0px;
  85.     width: 180px;
  86.     height: 500px; /*500px;*/
  87.     background-image: url('img/menu_top.jpg');
  88.     background-repeat: no-repeat;
  89.     background-position: top;
  90.     
  91. }
  92.  
  93. #footer {
  94.     clear: both;
  95.     position:absolute;
  96.     background-color: #EFF0F4;
  97.     border-top: 1px solid #7699AD;
  98.     border-right: 1px solid #7699AD;
  99.     border-bottom: 1px solid #7699AD;
  100.     width: 921px;
  101.     height: 20px;
  102.     margin: 61% 0 0 0;
  103.     padding: 0 5px 0 0;
  104.     text-align: right;
  105.  
  106. }
  107.  
  108. /** Navi Formatierungen **/
  109. .navcontainer { 
  110.     width: 180px;
  111.     margin: 350px 0 0 0;    
  112. }
  113.  
  114. .navcontainer ul {
  115.     background-color: #7598AC;z-index:2;
  116.     /* IE Fix */
  117.     filter:alpha(opacity=80);
  118.     /* FF AddOn */
  119.     -moz-opacity: 0.5;
  120.     margin-left: 0;
  121.     margin-top: 0;
  122.     padding-left: 0;
  123.     list-style-type: none;
  124. }
  125.  
  126. .navcontainer a {
  127.     display: block;
  128.     padding: 3px 25px;
  129.     width: 130px;
  130.     background-color: #ffffff;
  131.     border-bottom: 1px groove #999;
  132. }
  133.  
  134. .navcontainer a:link, .navlist a:visited {
  135.     color: #000000;
  136.     text-decoration: none;
  137. }
  138.  
  139. .navcontainer a:hover {
  140.     background-color: #444;
  141.     color: #fff;
  142. }
  143.