Guest User

Untitled

a guest
Jun 1st, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. *{ margin: 0px; padding: 0px; }
  2. body {
  3. /*background: url(Images/background.png) no-repeat center center;*/
  4. background: white;
  5. background-repeat: no-repeat;
  6. background-position: center center;
  7. background-attachment: fixed;
  8. background-size: cover;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. #main {
  13.  
  14. }
  15. #main .a0-0-0-0-0 {
  16. background: #d0f4c8;
  17. width: 100%;
  18. height: 35px;
  19. }
  20. #main .a0-0-0-0-1 {
  21. position: absolute;
  22. }
  23. #main .a0-0-0-0-1 img {
  24. position: relative;
  25. bottom: 30px;
  26. left: 250px;
  27. -ms-transform: rotate(7deg); /* IE 9 */
  28. -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
  29. transform: rotate(7deg);
  30. border-radius: 20px 20px 20px 20px;
  31. -moz-border-radius: 20px 20px 20px 20px;
  32. -webkit-border-radius: 20px 20px 20px 20px;
  33. border: 0px solid #000000;
  34. -webkit-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
  35. -moz-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
  36. box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.75);
  37. }
  38. #main .a0-0-0-0-1 p {
  39. font-size: 20px;
  40. font-family: 'Fjalla One', sans-serif;
  41. margin-left: 2px;
  42. }
  43. #main .a0-0-0-0-1 span {
  44. font-size: 25px;
  45. color: #fa3c0a;
  46. }
  47. /*Social Club position problem
  48. #main .a0-0-0-0-2 {
  49. position: absolute;
  50. }
  51. #main .a0-0-0-0-2 p {
  52. font-size: 10px;
  53. font-family: 'Indie Flower', cursive;
  54. color: black;
  55. position: relative;
  56. left: 1100px;
  57. } */
  58. /*Nav*/
  59. #main .a1-0-0-0-0 {
  60. width: 100%;
  61. height: auto;
  62. background: #3f3f3f;
  63. }
  64. .nav{
  65. border:1px solid #ccc;
  66. border-width:1px 0;
  67. list-style:none;
  68. margin:0;
  69. padding:0;
  70. text-align:center;
  71. overflow: hidden;
  72. background-color: #333;
  73. }
  74. .nav li{
  75. display:inline;
  76. border-right: 1px solid #bbb;
  77. }
  78. .nav a{
  79. display:inline-block;
  80. padding:10px;
  81. margin-right: 7px;
  82. color: white;
  83. font-family: 'Fjalla One', sans-serif;
  84. text-decoration: none;
  85. }
  86. .nav li:last-child {
  87. border-right: none;
  88. }
  89. .nav li a:hover:not(.active) {
  90. background-color: #111;
  91. color: #fa3c0a;
  92. }
  93. /*End Nav*/
  94. /*Cover*/
  95. #main .a2-0-0-0-0 {
  96. background: url(Images/cover.png) no-repeat center center;
  97. background-repeat: no-repeat;
  98. background-position: center center;
  99. background-attachment: fixed;
  100. background-size: cover;
  101. width: 100%;
  102. height: 300px;
  103. box-shadow: 1px 5px 0px -1px #DDDDDD;
  104. -webkit-box-shadow: 1px 5px 0px -1px #DDDDDD;
  105. -moz-box-shadow: 1px 5px 0px -1px #DDDDDD;
  106. -o-box-shadow: 1px 5px 0px -1px #DDDDDD;
  107. }
  108. #main .a2-0-0-0-1 {
  109. position: absolute;
  110. }
  111. #main .a2-0-0-0-1 p {
  112. position: relative;
  113. font-size: 60px;
  114. color: #fa3c0a;
  115. font-family: 'Fjalla One', sans-serif;
  116. left: 50px;
  117. top: 20px;
  118. }
  119. #main .a2-0-0-0-1 img {
  120. position: relative;
  121. left: 700px;
  122. bottom: 80px;
  123. }
  124. #main .a2-0-0-0-1b1 {
  125. font-size: 30px;
  126. color: white;
  127. font-family: 'Indie Flower', cursive;
  128. position: relative;
  129. left: 110px;
  130. top: 75px;
  131. }
  132. #main .a3-0-0-0-0 {
  133. width: 100%;
  134. height: auto;
  135. }
  136. #main .mainbox {
  137. width: 90%;
  138. margin:0px auto;
  139. background: #7b7b7b;
  140. margin-top: 2px;
  141.  
  142. }
  143. /*Our Info More*/
Add Comment
Please, Sign In to add comment