Advertisement
apacheah64

Untitled

Jul 2nd, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. @font-face{
  4. font-family:'Trajan Pro Bold';
  5. src: url(/fonts/Trajan Bold.ttf);
  6. }
  7.  
  8. html, body {
  9. height:100%;
  10. width:100%;
  11. margin:0;
  12. padding:0;
  13. font-family:'Trajan Pro Bold';
  14. color:#eee;
  15. }
  16. body {
  17. background:url('img/bg.png') no-repeat top center #010101;
  18. background-size:960px 300px;
  19. }
  20. #logo {
  21. background:url('top.png') no-repeat center 100px;
  22. background-size:500px 100px;
  23. height:200px;
  24. }
  25. #nav {
  26. background:url('img/top_menu.png') no-repeat top center;
  27. height:80px;
  28. width:1024px;
  29. position:relative;
  30. margin:0 auto;
  31. z-index:999;
  32. font-family: 'Trajan Pro Bold',sans-serif;
  33. font-size:20px;
  34. text-align:center;
  35. color:rgba(238, 238, 238, 1);
  36. text-shadow: 1px 1px 0px rgba(7, 70, 99, 1);
  37. }
  38. #nav > a {
  39. transition:0.3s all;
  40. height:80px;
  41. padding:28px;
  42. border-right:thin solid rgba(0,0,0,0.3);
  43. text-decoration:none;
  44. line-height:79px;
  45. font-family: 'Trajan Pro Bold',sans-serif;
  46. margin-left:-8px;
  47. margin-right:0;
  48. color:rgba(238, 238, 238, 1);
  49. text-shadow: 1px 1px 0px rgba(7, 70, 99, 1);
  50. }
  51. #nav > a:hover {
  52. background:rgba(0,0,0,0.2);
  53. transition:0.5s all;
  54. }
  55. #nav > a:active {
  56. box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.8);
  57. }
  58. #nav > a:first-of-type {
  59. border-left:thin solid rgba(0,0,0,0.3);
  60. }
  61. #cont {
  62. background:url('img/bg-.png');
  63. width:996px;
  64. min-height:800px;
  65. margin:0 auto;
  66. margin-top:-20px;
  67. padding:50px 12px;
  68. }
  69. #foot {
  70. background:#111;
  71. padding:12px;
  72. height:76px;
  73. width:996px;
  74. margin:0 auto;
  75. font-family:tahoma;
  76. }
  77. #right {
  78. // background:rgba(238, 238, 238,0.3);
  79. width:65%;
  80. min-height:100px;
  81. padding:12px;
  82. float:left;
  83. margin-left:-12px;
  84. margin-top:-30px;
  85. -webkit-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  86. -moz-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  87. box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  88. font-family:tahoma;
  89. margin-bottom:20px;
  90. }
  91. #right > #title {
  92. margin-bottom:0px;
  93. }
  94. a {
  95. text-decoration: none;
  96. color:#eee;
  97. }
  98. a:hover {
  99. color:#dddbdb;
  100. }
  101. #content > p:first-of-type {
  102. margin-top:5px;
  103. padding-top:0;
  104. }
  105. #content {
  106. height:200px;
  107. overflow:auto;
  108. width:100%;
  109. padding:0px 11px;
  110. margin-left:-12px;
  111. background:rgba(238, 238, 238,0.3);
  112. }
  113. #close {
  114. line-height:30px;
  115. cursor:pointer;
  116. text-align:center;
  117. height:30px;
  118. width:100%;
  119. margin-top:-30px;
  120. margin-left:-12px;
  121. padding:12px;
  122. background: rgb(122,188,255); /* Old browsers */
  123. background: -moz-radial-gradient(center, ellipse cover, rgba(122,188,255,0.3) 0%, rgba(96,171,248,0.3) 99%, rgba(64,150,238,0.3) 100%); /* FF3.6+ */
  124. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(122,188,255,0.3)), color-stop(99%,rgba(96,171,248,0.3)), color-stop(100%,rgba(64,150,238,0.3))); /* Chrome,Safari4+ */
  125. background: -webkit-radial-gradient(center, ellipse cover, rgba(122,188,255,0.3) 0%,rgba(96,171,248,0.3) 99%,rgba(64,150,238,0.3) 100%); /* Chrome10+,Safari5.1+ */
  126. background: -o-radial-gradient(center, ellipse cover, rgba(122,188,255,0.3) 0%,rgba(96,171,248,0.3) 99%,rgba(64,150,238,0.3) 100%); /* Opera 12+ */
  127. background: -ms-radial-gradient(center, ellipse cover, rgba(122,188,255,0.3) 0%,rgba(96,171,248,0.3) 99%,rgba(64,150,238,0.3) 100%); /* IE10+ */
  128. background: radial-gradient(ellipse at center, rgba(122,188,255,0.3) 0%,rgba(96,171,248,0.3) 99%,rgba(64,150,238,0.3) 100%); /* W3C */
  129. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  130. }
  131. #title {
  132. width:100%;
  133. margin-left:-12px;
  134. padding:12px;
  135. margin-top:-12px;
  136. margin-bottom:10px;
  137. background:url('img/title.png');
  138. border-top-left-radius:5px;
  139. border-top-right-radius:5px;
  140. }
  141. #account {
  142. background:rgba(238, 238, 238,0.3);
  143. width:32%;
  144. min-height:10px;
  145. padding:12px;
  146. float:right;
  147. margin-right:-12px;
  148. margin-top:-30px;
  149. margin-bottom:10px;
  150. -webkit-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  151. -moz-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  152. box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  153. font-family:tahoma;
  154. }
  155. #latest {
  156. background:rgba(238, 238, 238,0.3);
  157. width:32%;
  158. min-height:10px;
  159. padding:12px;
  160. float:right;
  161. margin-right:-12px;
  162. margin-top:10px;
  163. margin-bottom:10px;
  164. -webkit-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  165. -moz-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  166. box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.75);
  167. font-family:tahoma;
  168. }
  169. #avatar {
  170. border-radius:50%;
  171. height:100px;
  172. width:100px;
  173. border:thin solid rgba(255,255,255,0.5);
  174. display:inline;
  175. float:left;
  176. }
  177. #account > #info {
  178. display:inline;
  179. min-height:100px;
  180. width:auto;
  181. float:left;
  182. }
  183. #account > #info > p {
  184. margin-top:0;
  185. padding-top:0;
  186. }
  187. #account > #info > a {
  188. text-decoration:none;
  189. color:#eee;
  190. }
  191. #account > #info > p#username {
  192. margin-left:-8px;
  193. margin-top:5px;
  194. margin-bottom:0;
  195. }
  196. #account > #info > p#rank {
  197. font-size:12px;
  198. margin-bottom:0;
  199. }
  200. .button {
  201. background:#255F85;
  202. padding:5px;
  203. font:24px;
  204. margin-left:0px;
  205. margin-bottom:0px;
  206. transition:0.3s;
  207. }
  208. /*a.button:hover {
  209. opacity:0.5;
  210. }*/
  211. #play {
  212. background:url('img/top_menu.png');
  213. height:78px;
  214. width:100%;
  215. text-align: center;
  216. color: rgba(238, 238, 238, 1);
  217. text-shadow: 1px 1px 0px rgba(7, 70, 99, 1);
  218. border-radius:5px;
  219. line-height:78px;
  220. font-size:24px;
  221. font-family:'Trajan Pro Bold';
  222. }
  223. #play > a {
  224. padding: 24px 93px 24px 94px;
  225. background:;
  226. transition:0.5s;
  227. border-radius:5px;
  228. border-top:thin solid rgba(0,0,0,0.5);
  229. }
  230. #play > a:hover {
  231. background: rgba(0,0,0,0.2);
  232. transition:0.2s;
  233. }
  234. #play > a:active {
  235. border-top:thin solid #000;
  236. border-bottom:thin solid #000;
  237. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement