Guest User

Untitled

a guest
Aug 7th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1.  
  2. * {
  3. padding: 0;
  4. margin: 0;
  5. border: none;
  6. -moz-user-select: none;
  7. -khtml-user-select: none;
  8. user-select: none;
  9. -moz-outline-style: none;
  10. }
  11.  
  12. html, body, div {
  13. height: 100%;
  14. margin0;
  15. }
  16.  
  17. body {
  18. background: #c1c1c1 /*url(http://www.gingersnap5.com/style/images/dark_stripes.png)*/;
  19. -moz-user-select: none;
  20. -khtml-user-select: none;
  21. user-select: none;
  22. }
  23.  
  24.  
  25. #main {
  26. width: 860px;
  27. margin: 0 auto;
  28. border: 1px solid white;
  29. }
  30.  
  31. #header{
  32. width: 780px;
  33. height: 110px;
  34. margin: 0 0 0 40px;
  35. background: #FF8A00;
  36. position:fixed;
  37. border-bottom: 1px solid #dd7600;
  38. box-shadow:0px 0px 8px #000;
  39. }
  40.  
  41. #header_name{
  42. display: block;
  43. float:left;
  44. width: 550px;
  45. color: #000;
  46. font-family: Century Gothic, sans-serif;
  47. font-size: 60px;
  48. font-weight: bold;
  49. position: relative;
  50. margin: 0 0 0 10px;
  51. letter-spacing: -1px;
  52. text-shadow: 0px 1px 0px #ffb75c;
  53. }
  54.  
  55. #header we_beat{
  56. float:left;
  57. width:195px;
  58. height: 120px;
  59. font-family: Century Gothic, sans-serif;
  60. font-size: 47px;
  61. font-weight: bold;
  62. margin: 8px 0 0 10px;
  63. left: 628px;
  64. color: #fff;
  65. letter-spacing: 1px;
  66. line-height: 31px;
  67. text-shadow: 0px 3px 0px #e26805;
  68.  
  69. }
  70.  
  71. #header span{
  72. font-size: 18px;
  73. }
  74.  
  75.  
  76.  
  77. #menu {
  78. width:740px;
  79. position: relative;
  80. bottom: 65px;
  81. left: 15px;
  82. }
  83.  
  84. .menu {
  85. list-style-type: none;
  86. color: #e26805;
  87. font-family: Century Gothic, sans-serif;
  88. font-size: 31px;
  89. text-shadow: 0px 1px 0px #ffb75c;
  90. top: -10px;
  91. }
  92.  
  93. .menu a{
  94. color: #e26805;
  95. text-decoration: none;
  96. }
  97.  
  98. .menu a:hover {
  99. color: #fff;
  100. text-shadow: 0px -1px 0px #bf4f00;
  101. }
  102.  
  103. .menu a:active {
  104. color: #fff;
  105. border-bottom: 2px solid #fff;
  106. }
  107.  
  108. .menu li {
  109. float: left;
  110. text-align: center;
  111. margin: 0 0 0 30px;
  112.  
  113. }
  114.  
  115.  
  116. #content {
  117. width:670px;
  118. height: 500px;
  119. margin:0 auto;
  120. margin-top: 106px;
  121. background: #262626 url(http://www.gingersnap5.com/style/images/black_denim.png);
  122. border-left: #ff980a 3px solid;
  123. border-right: #ff980a 3px solid;
  124. padding: 20px 30px 20px 30px;
  125.  
  126. }
  127.  
  128.  
Advertisement
Add Comment
Please, Sign In to add comment