home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / thegathering / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-05-25  |  3.3 KB  |  273 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. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: #0A0A0A url(images/img1.jpg);
  14.     font-family: Arial, Helvetica, sans-serif;
  15.     font-size: 13px;
  16.     color: #666666;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     color: #CCCCCC;
  21. }
  22.  
  23. h1 {
  24. }
  25.  
  26. h2 {
  27. }
  28.  
  29. h3 {
  30. }
  31.  
  32. p, blockquote, ul, ol {
  33.     margin-bottom: 20px;
  34.     line-height: 1.6em;
  35. }
  36.  
  37. p {
  38. }
  39.  
  40. blockquote {
  41. }
  42.  
  43. ul {
  44. }
  45.  
  46. ol {
  47. }
  48.  
  49. a {
  50.     border-bottom: 1px dotted #652A17;
  51.     text-decoration: none;
  52.     color: #652A17;
  53. }
  54.  
  55. a:hover {
  56.     border: none;
  57.     color: #FF0000;
  58. }
  59.  
  60. /* Wrapper */
  61.  
  62. #wrapper {
  63.     background: url(images/img2.jpg) repeat-x;
  64. }
  65.  
  66. /* Header */
  67.  
  68. #header {
  69.     width: 750px;
  70.     height: 181px;
  71.     margin: 0 auto;
  72.     padding: 0 0 0 0;
  73.     background: url(images/img3.jpg);
  74. }
  75.  
  76. #header h1, #header h2 {
  77.     float: left;
  78. }
  79.  
  80. #header h1 {
  81.     padding: 150px 0 0 20px;
  82.     letter-spacing: 3px;
  83.     font-size: 136%;
  84. }
  85.  
  86. #header h2 {
  87.     padding: 153px 0 0 6px;
  88.     letter-spacing: 2px;
  89.     font-size: 107%;
  90. }
  91.  
  92. #header a {
  93.     border: none;
  94.     text-transform: uppercase;
  95.     text-decoration: none;
  96.     color: #000000;
  97. }
  98.  
  99. /* Menu */
  100.  
  101. #menu {
  102.     width: 750px;
  103.     height: 50px;
  104.     margin: 0 auto;
  105.     background: url(images/img4.jpg) no-repeat;
  106. }
  107.  
  108. #menu ul {
  109.     margin: 0;
  110.     padding: 0;
  111.     list-style: none;
  112.     line-height: normal;
  113. }
  114.  
  115. #menu li {
  116.     display: inline;
  117. }
  118.  
  119. #menu a {
  120.     display: block;
  121.     float: left;
  122.     height: 20px;
  123.     padding: 10px 20px 0 20px;
  124.     border: none;
  125.     border-right: 1px solid #110F09;
  126.     font-size: 85%;
  127.     font-weight: bold;
  128.     color: #F4D1C5;
  129. }
  130.  
  131. #menu a:hover {
  132.     color: #FFFFFF;
  133. }
  134.  
  135. /* Page */
  136.  
  137. #page {
  138.     width: 750px;
  139.     margin: 0 auto;
  140.     background: url(images/img7.jpg) repeat-y 220px 0px;
  141. }
  142.  
  143. /* Content */
  144.  
  145. #content {
  146.     float: right;
  147.     width: 489px;
  148.     padding-right: 20px;
  149. }
  150.  
  151. #content h1, #content h2, #content h3 {
  152.     margin-bottom: 20px;
  153. }
  154.  
  155. #content h1 {
  156.     font-size: 136%;
  157. }
  158.  
  159. #content h2 {
  160.     font-size: 107%;
  161. }
  162.  
  163. #content h3 {
  164.     font: 92%;
  165. }
  166.  
  167. #content ul, #content ol {
  168.     list-style-position: inside;
  169. }
  170.  
  171. #content .boxed {
  172.     float: left;
  173.     width: 46%;
  174.     padding-right: 2%;
  175. }
  176.  
  177. #content .boxed h2 {
  178.     padding: 5px 0;
  179.     background: url(images/img5.jpg) repeat-x left bottom;
  180. }
  181.  
  182. /* Welcome */
  183.  
  184. #welcome {
  185. }
  186.  
  187. /* Sample1 */
  188.  
  189. #sample {
  190. }
  191.  
  192. /* Sample2 */
  193.  
  194. #sample2 {
  195. }
  196.  
  197. /* Sidebar */
  198.  
  199. #sidebar {
  200.     float: left;
  201.     width: 180px;
  202.     padding-left: 20px;
  203. }
  204.  
  205. #sidebar ul {
  206.     margin: 0;
  207.     padding: 0;
  208.     list-style: none;
  209.     line-height: normal;
  210. }
  211.  
  212. #sidebar li {
  213.     margin-bottom: 1px;
  214. }
  215.  
  216. #sidebar li ul {
  217. }
  218.  
  219. #sidebar li li {
  220.     margin: 0;
  221.     padding: 7px 20px;
  222.     background: url(images/img5.jpg) repeat-x left bottom;
  223. }
  224.  
  225. #sidebar h2 {
  226.     padding: 5px 20px;
  227.     background: url(images/img6.jpg);
  228.     border-bottom: 1px solid #1C1C1C;
  229.     font-size: 100%;
  230. }
  231.  
  232. #sidebar h3 {
  233.     font-size: 77%;
  234. }
  235.  
  236. #sidebar p {
  237.     margin: 0;
  238.     line-height: normal;
  239. }
  240.  
  241. #sidebar a {
  242.     border: none;
  243. }
  244.  
  245. /* Submenu */
  246.  
  247. #submenu {
  248. }
  249.  
  250. /* News */
  251.  
  252. #news {
  253. }
  254.  
  255. #news a {
  256.     font-size: 85%;
  257. }
  258.  
  259. /* Footer */
  260.  
  261. #footer {
  262.     width: 750px;
  263.     height: 50px;
  264.     margin: 0 auto;
  265.     padding: 30px 0 0 0;
  266.     background: url(images/img4.jpg) no-repeat;
  267. }
  268.  
  269. #footer p {
  270.     margin: 0;
  271.     text-align: center;
  272.     font-size: 77%;
  273. }