home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / blackandgreen / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-01-18  |  4.8 KB  |  176 lines

  1. * {
  2.  padding: 0;
  3.  margin: 0;
  4. }
  5. body {
  6.  font-family: Arial, Helvetica, sans-serif;
  7.  color: #666666;
  8.  font-size: 12px;
  9.  background-color: #333333;
  10.  }
  11.  img {
  12. padding: 3px;
  13. border: solid 1px #bce296;
  14. }
  15.  
  16. img.floatTL {
  17. float: left;
  18. margin-right: 1em;
  19. margin-bottom: 1em;
  20. margin-top: 1em;
  21. }
  22.  
  23. img.floatTR {
  24. float: right;
  25. margin-left: 1em;
  26. margin-bottom: 1em;
  27. margin-top: 1em;
  28. }
  29.  
  30. h3{
  31. font-size: 1em;
  32. color: #ff7733;
  33. background-image: url(images/hbgsm.jpg);
  34. background-repeat: no-repeat;
  35. padding-left: 45px;
  36. padding-top: 6px;
  37. padding-bottom: 6px;
  38. margin-left: 7px;}
  39.  
  40. #wrapper {
  41.  width: 770px;
  42.  margin: 0 auto;
  43. }
  44.  
  45. #navbartop {
  46.  margin: 0px 5px 1px 5px;
  47.  padding: 4px;
  48.  background-color: #65fc00;
  49.  background-repeat: no-repeat;
  50.  text-align: right;
  51.  color: #ff7733;
  52. }
  53. #navbartop a{
  54. font-size: 1em;
  55. color: #ff7733;
  56. text-decoration: none;
  57. }
  58. #navbar {
  59.  margin: 0px 5px 0px 5px;
  60.  background-color: #333332;
  61.  height: 55px;
  62.  background-image: url(images/navbg1.jpg);
  63.  background-repeat: no-repeat;
  64.  text-align: center;
  65.  padding: 5px;}
  66. #nav {
  67.  padding: 0;
  68.  height: 2.2em;
  69.  margin-top: 15px;
  70.  }
  71. #nav li {
  72.  list-style-type: none;
  73.  display: inline;
  74.  line-height: 20px;
  75.  }        
  76. #nav li a { 
  77.  text-decoration: none; 
  78.  color: #333360;
  79.  border-bottom: 0;
  80.  padding: 5px 10px;
  81.  font-size: 1.1em;
  82.  font-weight: bold;
  83.  }
  84. #nav li a:hover { 
  85.  color: #ff7733; 
  86. }
  87. #nav li a.on { 
  88.  color: #00a7cc; 
  89.  }
  90. #header {
  91.  border: 1px #ff7733 solid;
  92.  margin: 5px 5px 5px 5px;
  93.  height: 90px;
  94.  padding: 10px;
  95.  background-color: #333332;
  96.  background-image: url(images/header.jpg);
  97.  background-repeat: no-repeat;
  98.  }
  99. #header h1 {
  100.  color: #89cc46;
  101.  font-size: 1.7em;
  102.  text-decoration: underline;
  103.  }
  104. #header a {
  105.  color: #bce296;
  106.  font-size: 1em;
  107.  text-decoration: none;
  108.  font-weight: bold;
  109.  }
  110. #maintext {
  111.  border: 1px solid #ccc;
  112.  margin: 0px 5px 5px 5px;
  113.  padding: 4px;
  114.  background-color: #eeeeee;
  115. }
  116. #maintext h1{
  117. color: #00a7cc;
  118. font-size: 1.4em;
  119. background-image: url(images/hbg.jpg);
  120. background-repeat: no-repeat;
  121. padding-left: 65px;
  122. padding-bottom: 6px;
  123. padding-top: 6px;
  124. }
  125. #maintext h2{
  126. color: #00a7cc;
  127. font-size: 1.2em;
  128. background-image: url(images/hbg.jpg);
  129. background-repeat: no-repeat;
  130. padding-left: 65px;
  131. padding-bottom: 8px;
  132. padding-top: 8px;
  133. }
  134. #maintext p{
  135. color: #999999;
  136. text-align: justify;
  137. padding-top: 10px;
  138. padding-left: 5px;
  139. padding-bottom: 10px;
  140. padding-right: 11px;
  141. }
  142. #maintext a{
  143. color: #00d0ff;
  144. text-decoration: none;
  145. }
  146. #maintext a:hover{
  147. color: #ff7733;
  148. }
  149. .inset
  150. float:right;
  151. width:346px;
  152. padding:5px;
  153. border:#66cc00 1px solid;
  154. margin:5px 0 0 5px;
  155. background:#ddffc5;
  156. color:inherit;
  157. font-size:85%;
  158. }
  159.  
  160. blockquote {
  161. font-family: monospace;
  162. font-size: .9em;
  163. background-color: #e9ffd9;
  164. margin: 5px;
  165. padding: 10px;
  166. text-align: justify;
  167. }
  168.  
  169. /* ---------------------------- */
  170. #leftcolumn1 { /* Parent Wrapper for inside boxes */
  171.  margin: 0 0px 0px 5px;
  172.  display: inline; /* IE Hack */
  173.  width: 180.5px;
  174.  float: left;
  175.  min-height: 300px;
  176.  padding: 4px;
  177.  border: 1px solid #66ff00;
  178.  
  179. }
  180. * html #leftcolumn1 {height:300px} /* IE Min-Height Hack */ 
  181.  
  182. #leftcolumn2 { /* Parent Wrapper for inside boxes */
  183.  margin: 0 0px 0px 0px;
  184.  display: inline; /* IE Hack */
  185.  width: 180px;
  186.  float: left;
  187.  min-height: 300px;
  188.  padding: 4px;
  189. border-top: 1px #66ff00 solid;
  190. border-bottom: 1px #66ff00 solid;}
  191. * html #leftcolumn2 {height:300px} /* IE Min-Height Hack */ 
  192. /* ---------------------------- */
  193.  
  194.  
  195. /* ---------------------------- */
  196. #rightcolumn1 { /* Parent Wrapper for inside boxes */
  197.  
  198.  margin: 0px 0px 0px 0px;
  199.  display: inline; /* IE Hack */
  200.  padding: 4px;
  201.  width: 181px;
  202.  float: left;
  203.  min-height: 300px;
  204. border-top: 1px #66ff00 solid;
  205. border-bottom: 1px #66ff00 solid;
  206. border-left: 1px #66ff00 solid;}
  207. * html #rightcolumn1 {height:300px;
  208. border-left: 1px #66ff00 solid;} /* IE Min-Height Hack */ 
  209.  
  210. #rightcolumn2 { /* Parent Wrapper for inside boxes */
  211.  border: 1px solid #66ff00;
  212.  margin: 0px 0px 0px 0px;
  213.  display: inline; /* IE Hack */
  214.  padding: 4px;
  215.  width: 181px;
  216.  float: left;
  217.  min-height: 300px;
  218. }
  219. * html #rightcolumn2 {height:300px} /* IE Min-Height Hack */ 
  220. /* ---------------------------- */
  221. #leftcolumn1 ul, #leftcolumn2 ul, #rightcolumn1 ul, #rightcolumn2 ul{
  222. margin-left: 30px;
  223. margin-top: 20px;
  224. color: #66ff00;}
  225.  
  226. #leftcolumn1 li, #leftcolumn2 li, #rightcolumn1 li, #rightcolumn2 li{
  227. padding-top: 10px;
  228. padding-left: 10px;
  229. }
  230.  
  231. #leftcolumn1 a, #leftcolumn2 a, #rightcolumn1 a, #rightcolumn2 a{
  232. color: #ff7733;
  233. font-weight: bold;
  234. text-decoration: none;}
  235.  
  236. #footer {
  237.  border: 1px solid #66ff00;
  238.  background-color: #eeeeee;
  239.  margin: 5px 5px 5px 5px;
  240.  display: inline; /* IE Hack */
  241.  padding: 4px;
  242.  float: left;
  243.  width: 750px;
  244. background-image: url(images/bgft.jpg);
  245. background-repeat: repeat-x;
  246. text-align: center;
  247. font-size: .9em;}
  248.  
  249. #footer a{
  250. color: #cc4400;}
  251.  
  252.