home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / luminance / style.css < prev   
Cascading Style Sheet File  |  2006-12-21  |  3KB  |  150 lines

  1. *{margin:0; padding:0;}
  2.  
  3. body{
  4. font:76% Verdana,Tahoma,Arial,sans-serif;
  5. /* font: .8em Verdana, Arial, Sans-Serif; */
  6. line-height:1.4em;
  7. background:#585953;
  8. }
  9.  
  10.  
  11. #container{
  12. width:760px;
  13. margin:20px auto;
  14. padding:10px;
  15. text-align:left;
  16. background:#ffffff;
  17. color:#303030;
  18. }
  19.  
  20. #header{
  21. height:80px;
  22. width:758px;
  23. background: #e54602;
  24. color:#ffffff;
  25. }
  26.  
  27. #header h1{
  28. padding:15px 0 0 20px;
  29. font-size:2.4em;
  30. background-color:inherit;
  31. color:#ffffff;
  32. letter-spacing:-2px;
  33. font-weight:normal;
  34. }
  35.  
  36. #header h2{
  37. margin:15px 0 0 20px;
  38. font-size:1.4em;
  39. background-color:inherit;
  40. color:#f0f2f4;
  41. letter-spacing:-1px;
  42. font-weight:normal;
  43. }
  44.  
  45. /**************** Content styles ****************/
  46.  
  47. #content{
  48. float:left;
  49. width:530px;
  50. font-size:0.9em;
  51. padding: 10px 0 10px 5px;
  52. }
  53. #content h2{
  54. color: #59770e;
  55. margin: 0px 0px 2px;
  56. border-bottom: 1px dotted #CCCCCC;
  57. letter-spacing: -1px;
  58. font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
  59. padding-bottom: 3px;
  60. }
  61. #content p{ padding-bottom: 15px;}
  62.  
  63. /**************** Sidebar styles ****************/
  64.  
  65. #right{
  66. float:right;
  67. width:210px;
  68. padding: 10px 5px 10px 0;
  69. line-height:1.4em;
  70. }
  71.  
  72. #right h2{
  73. background: #1788c8;
  74. margin: 0 10px 0 0;
  75. font-family: Tahoma;
  76. font-size: 11px;
  77. font-weight: bold;
  78. color: #ffffff;
  79. padding: 5px 8px 5px 10px;
  80. }
  81. #right p{ margin:0 0 16px 0; font-size:0.9em; padding: 4px;
  82. border-top: 1px solid #d8d8d8;
  83. border-right: 1px solid #d8d8d8;
  84. border-bottom: 1px solid #d8d8d8;
  85. border-left: 4px solid #cccccc;
  86. width: 187px;
  87. background:#f4f4f4;
  88. }
  89.  
  90. /**************** Navagation ****************/
  91. #avmenu ul {
  92. list-style:none;
  93. width:190px;
  94. margin:0 0 20px 0;
  95. padding: 5px;
  96. }
  97.  
  98. #avmenu li { margin-bottom:3px; }
  99.  
  100. #avmenu li a {
  101. font-weight:bold;
  102. height:20px;
  103. text-decoration:none;
  104. color:#505050;
  105. display:block;
  106. padding:6px 0 0 10px;
  107. background:#f4f4f4;
  108. border-top:1px solid #d8d8d8;
  109. border-right:1px solid #d8d8d8;
  110. border-bottom:1px solid #d8d8d8;
  111. border-left:4px solid #cccccc;
  112. }
  113.  
  114. #avmenu li a:hover, #avmenu li a.current {
  115. background:#eaeaea;
  116. color:#505050;
  117. border-top:1px solid #b0b0b0;
  118. border-right:1px solid #b0b0b0;
  119. border-bottom:1px solid #b0b0b0;
  120. border-left:4px solid #82ba00;
  121. }
  122.  
  123. #avmenu ul ul {
  124. margin: 0 0 0 10px;
  125. font-size:0.9em;
  126. width:160px;
  127. }
  128.  
  129. #avmenu ul ul a {
  130. height:16px;
  131. margin:0;
  132. padding: 4px 0 4px 8px;
  133. border-left:4px solid #1788c8;
  134. }
  135.  
  136. /**************** Footer styles ****************/
  137.  
  138. #footer{
  139. clear:both;
  140. width:758px;
  141. padding:5px 0;
  142. margin:0 1px;
  143. font-size:0.9em;
  144. color:#f0f0f0;
  145. background:#1788c8;
  146. }
  147.  
  148. #footer p{padding:0; margin:0; text-align:center;}
  149. #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
  150. #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}