Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. html {
  2. background: rgb(200,200,200);
  3. background: linear-gradient(180deg, rgb(217,217,227), rgb(177,167,167));
  4. min-height: 100%;
  5. text-decoration: none;
  6. }
  7.  
  8. #mgehome {
  9. font-family: Arial;
  10. font-weight: bold;
  11. font-size: 30px;
  12. color: rgb(220,220,220);
  13. width: 110px;
  14. height: 32px;
  15. margin-left: 390px;
  16. margin-top: -142px;
  17. text-align: center;
  18. background-color: rgb(70,70,70);
  19. float: left;
  20. }
  21.  
  22. #mgeprofile {
  23. font-family: Arial;
  24. font-weight: bold;
  25. font-size: 30px;
  26. color: rgb(220,220,220);
  27. width: 110px;
  28. height: 32px;
  29. margin-left: 390px;
  30. margin-top: -180px;
  31. text-align: center;
  32. background-color: rgb(70,70,70);
  33. float: left;
  34. }
  35.  
  36. #mgeheader {
  37. font-family: Arial;
  38. font-weight: Bold;
  39. font-size: 60px;
  40. color: rgb(240,60,60);
  41. width: 270px;
  42. height: 70px;
  43. text-align: center;
  44. margin-left: 100px;
  45. margin-top: -180px;
  46. border-top-right-radius: 0px;
  47. border-top-left-radius: 0px;
  48. background-color: rgb(70,70,70);
  49. text-decoration: none;
  50. float: left;
  51. }
  52.  
  53. #mgefindmatch {
  54. display: block;
  55. font-family: Arial;
  56. font-weight: Bold;
  57. font-size: 60px;
  58. color: rgb(220,220,220);
  59. width: 400px;
  60. height: 70px;
  61. text-align: center;
  62. margin-left: 100px;
  63. margin-top: -78px;
  64. border-top-right-radius: 0px;
  65. border-top-left-radius: 0px;
  66. background-color: rgb(70,70,70);
  67. float: left;
  68. }
  69.  
  70. #mgeserverlist {
  71. font-family: Arial;
  72. font-weight: Bold;
  73. font-size: 30px;
  74. color: rgb(220,220,220);
  75. width: 400px;
  76. height: 35px;
  77. text-align: center;
  78. margin-left: 100px;
  79. margin-top: 308px;
  80. border-top-right-radius: 0px;
  81. border-top-left-radius: 0px;
  82. background-color: rgb(70,70,70);
  83. float: left;
  84. }
  85.  
  86. #mgeupdates {
  87. font-family: Arial;
  88. font-weight: Bold;
  89. font-size: 60px;
  90. color: rgb(220,220,220);
  91. background-color: rgb(70,70,70);
  92. width: 400px;
  93. height: 70px;
  94. margin-left: 50px;
  95. margin-top: -394px;
  96. text-align: center;
  97. float: left;
  98. }
  99.  
  100. #mgeupdatesbg {
  101. background-color: rgb(70,70,70);
  102. width: 400px;
  103. height: 100px;
  104. float: left;
  105. margin-top: -16px;
  106. margin-left: 50px;
  107. }
  108.  
  109.  
  110. #mgeserverbg {
  111. float: left;
  112. font-family: Arial;
  113. font-weight: Bold;
  114. font-size: 30px;
  115. text-align: center;
  116. color: rgb(220,220,220);
  117. margin-top: -16px;
  118. margin-left: 100px;
  119. width: 400px;
  120. height: 300px;
  121. background-color: rgb(70,70,70);
  122. float: none;
  123. }
  124.  
  125. #mgeupdatesbullets {
  126. font-family: Arial;
  127. font-weight: Bold;
  128. font-size: 20px;
  129. color: rgb(220,220,220);
  130. background-color: transparant;
  131. margin-left: 70px;
  132. margin-top: -310px;
  133. text-align: left;
  134. width: 200px;
  135. float: left;
  136. z-index: 10;
  137. }
  138.  
  139. #mgebugs {
  140. font-family: Arial;
  141. font-weight: Bold;
  142. font-size: 20px;
  143. color: rgb(220,220,220);
  144. background-color: transparant;
  145. margin-left: 69px;
  146. margin-top: -243px;
  147. text-align: left;
  148. float: left;
  149. }
  150.  
  151. #block1 {
  152. background-color: rgb(40,40,40);
  153. color: transparent;
  154. width: 1245px;
  155. height: 250px;
  156. margin-left: -00px;
  157. margin-top: -70px;
  158. float: ;
  159. position: relative;
  160. z-index: -1;
  161. }
  162.  
  163. #mgemumblehead {
  164. font-family: Arial;
  165. font-weight: bold;
  166. font-size: 26px;
  167. color: rgb(220,220,220);
  168. width: 400px;
  169. height: 32px;
  170. margin-left: 550px;
  171. margin-top: -523px;
  172. text-align: center;
  173. background-color: rgb(70,70,70);
  174. float: left;
  175. }
  176.  
  177. #mgemumblenumbers {
  178. font-family: Arial;
  179. font-weight: bold;
  180. font-size: 26px;
  181. color: rgb(220,220,220);
  182. width: 400px;
  183. height: 32px;
  184. margin-left: 550px;
  185. margin-top: -485px;
  186. text-align: center;
  187. background-color: rgb(70,70,70);
  188. float: left;
  189. }
  190.  
  191. #tftv {
  192. width: 100px;
  193. height: 100px;
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement