Advertisement
KHIT

downsgaming_css

Feb 18th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.57 KB | None | 0 0
  1. body {
  2.     background-image:url(images/background.gif);
  3.     color: #000000;
  4.     font-family: Arial, Helvetica, sans-serif, Verdana;
  5.     font-size: 12px;
  6.     margin: 0px;
  7.     padding: 0px;
  8. }
  9. * {margin: 0px;padding: 0px;}
  10. .clear{clear:both;}
  11. #container {
  12.     margin: 0px auto;
  13.     text-align: left;
  14.     width: 780px;
  15. }
  16. a {
  17.     color: #000000;
  18.     font-family: Arial, Helvetica, sans-serif, Verdana;
  19.     font-size: 12px;
  20. }
  21. /********************** Header ***************************/
  22. #header {
  23.     margin: 0px 0px 0px 0px;
  24.     background-image:url(images/header.jpg);
  25.     background-repeat:no-repeat;
  26.     width:768px;
  27.     height:262px;
  28. }
  29. #menu {
  30.     position:relative;
  31.     background-image:url(images/menu.jpg);
  32.     background-repeat:no-repeat;
  33.     width:768px;
  34.     height:117px;
  35. }
  36. #menu ul{
  37.     position:absolute;
  38.     top:30px;
  39.     left:265px;
  40.     margin: 0;
  41.     padding: 0;
  42.     list-style: none;
  43.  
  44. }
  45. #menu li{
  46.     float:left;
  47.     display:inline;
  48.     padding: 0px 0px 0px 10px;
  49. }
  50. li ul {
  51.     display: none;
  52.     z-index: 999;
  53.     padding: 0;
  54.     position: absolute;
  55.     top: 30px;
  56.     padding-top: 5px;
  57. }
  58. li:hover > ul {
  59.     display: block;
  60.     background-color:#FFFFFF;
  61.     opacity: 0.8;
  62.     position: relative;
  63.     float: left;
  64. }
  65. #submenu ul li a, #submenu a:visited {
  66.     text-align: left;
  67.     margin-left: 5px;
  68.     text-decoration: none;
  69.     position: relative;
  70. }
  71.  
  72. #menu a{
  73.     font-family: Arial, Helvetica, sans-serif;
  74.     font-size: 14px;
  75.     font-weight: bolder;
  76.     text-transform: uppercase;
  77.     color: #d8cd8d;
  78.     text-decoration: none;
  79. }
  80. #menu a:hover{
  81.     color:#3e3c27;
  82. }
  83. h1,h2,h3,h4 {
  84.     font-family: Arial, Helvetica, sans-serif;
  85.     font-size: 18px;
  86.     font-weight: bolder;
  87.     text-transform: uppercase;
  88.     color: #171508;
  89. }
  90. h1,h2 {
  91.     position:absolute;
  92.     top:94px;
  93. }
  94. h1 {
  95.     left:241px;
  96. }
  97. h2 {
  98.     right:75px;
  99. }
  100. h3 {
  101.     margin: 15px 0px 0px 30px;
  102.     border-bottom: solid 1px #625d3b;
  103. }
  104. h4 {
  105.     margin: 15px 0px 0px 30px;
  106.     font-size:16px;
  107.     border-bottom: solid 1px #625d3b;
  108. }
  109. /********************** Main ***************************/
  110. #main {
  111.     background-image:url(images/main_bg.gif);
  112.     background-repeat: repeat-y;
  113.     display:block;
  114.     width:768px;
  115.     height:auto;
  116. }
  117. #content {
  118.     background-image:url(images/content_bg.gif);
  119.     background-repeat: repeat-y;
  120.     width:768px;
  121. }
  122. /********************** Left - Text ***************************/
  123. #left {
  124.     float:left;
  125.     width:490px;
  126. }
  127. #left p{
  128.     padding: 5px 10px 10px 30px;
  129. }
  130. #left a:hover{color:#d8cd8d;}
  131.  
  132. /********************** Right - Team ***************************/
  133. #right {
  134.     float:right;
  135.     width:230px;
  136.     height:465px;
  137. }
  138. .member {
  139.     display:inline;
  140.     float:left;
  141.     margin-left:10px;
  142. }
  143. .member a{
  144.     font-size: 12px;
  145.     font-weight: bold;
  146.     color: #f5f1d1;
  147.     text-decoration: none;
  148. }
  149. .member img{
  150.     border: none 0px;
  151. }
  152. .member span{
  153.     display:block;
  154.     text-align:center;
  155.     padding: 2px 0px 13px 0px;
  156.     text-transform: uppercase;
  157.  
  158. }
  159. .member span a{}
  160. .member span a:hover{}
  161.  
  162. /********************** Footer ***************************/
  163. #footer {
  164.     background-image:url(images/footer_bg.jpg);
  165.     background-repeat:no-repeat;
  166.     width:768px;
  167.     height:97px;
  168.     text-align:center;
  169.     float:left;
  170.     clear:both;
  171. }
  172. #footer ul{
  173.  
  174. }
  175. #footer li{
  176.     display:inline;
  177.     float:none;
  178.     text-align:center;
  179.     padding: 0px 10px 0px 10px;
  180.     border-right: solid 1px #908a68;
  181. }
  182. .lastchild{
  183.     border-right: 0px none !important;
  184. }
  185. #footer a{
  186.     font-family: Arial, Helvetica, sans-serif;
  187.     font-size: 11px;
  188.     font-weight: bold;
  189.     text-transform:uppercase;
  190.     color: #908a68;
  191.     text-decoration: none;
  192. }
  193. #footer a:hover{text-decoration: underline;}
  194. #footer span{
  195.     font-size: 9px;
  196.     font-weight: bold;
  197.     color: #18160e;
  198.     margin:10px;
  199.     display:block;
  200. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement