Guest User

Untitled

a guest
Jul 21st, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. #rightbg, #header-ban, #header-rrc, #footer {display:none;}
  2. #menu-left, #menu-logo, #menu-right, .menu-btn-left, .menu-btn-right, .menu-tab canvas, a.menu-tab.item {display:none;}
  3.  
  4. /* BODY */
  5. body {
  6. background-color:#111;
  7. }
  8.  
  9. /* PAGE */
  10. #page, #main-content {
  11. background:#fff;
  12. border-right:3px solid #222;
  13. border-left:3px solid #222;
  14. /*! color:#333; */
  15. background-image:url(http://i.imgur.com/nTPA4MF.png);
  16. background-repeat:repeat;
  17. background-position:top left;
  18. background-size:95px 95px;
  19. }
  20.  
  21. a, a:link, a:visited {color:#4d69a3;}
  22. a:hover {color:#35adb8;}
  23.  
  24. /* HEADER */
  25. #header {
  26. background-image:url(http://i.imgur.com/j7yAOF4.jpg);
  27. background-repeat:no-repeat;
  28. background-size:1014px 684px;
  29. width:1014px;
  30. height:684px;
  31. border-radius:0px;
  32. }
  33.  
  34. #postcards {
  35. background:none;
  36. }
  37.  
  38. /* MENU */
  39. #menu {
  40. position:absolute;
  41. left:0px;
  42. top:0px;
  43. background:none;
  44. margin:0px;
  45. }
  46.  
  47. #menu-ul {
  48. position:absolute;
  49. right:0px;
  50. top:20px;
  51. width:658px;
  52. height:34px;
  53. background-image:url(http://i.imgur.com/7VhC2EH.png);
  54. background-size:658px 34px;
  55. padding:0px;
  56.  
  57. }
  58.  
  59. .menu-btn {
  60. width:16%;
  61. height:100%;
  62. margin:0px!important;
  63. background:none;
  64. font-size: 0px;
  65. }
  66.  
  67. /* Dropdown menu */
  68. #menu-ul ul{
  69. background:#000;
  70. color:#fff;
  71. border:none;
  72. box-shadow:0px 0px 2px 0px #fff;
  73. opacity:.8;
  74. padding:5px;
  75. margin:2px 7px;
  76. padding:0px 5px;
  77. }
  78.  
  79. #menu-ul ul ul {margin:0px 0px 0px 11px;}
  80.  
  81. #menu-ul a{
  82. color:#fff;
  83. }
  84.  
  85. #menu-ul a:hover{
  86. text-decoration:none;
  87. color:#666;
  88. }
  89.  
  90. #menu-ul ul li {
  91. border-bottom:1px solid #333;
  92. padding:3px;
  93. }
  94.  
  95.  
  96. /* Clock */
  97. #menu-time {
  98. position:absolute;
  99. left:255px;
  100. top:156px;
  101. width:auto;
  102. margin:0px;
  103. background:none;
  104. border:none;
  105. color:#fff;
  106. padding:0px;
  107. font-family: times-new-roman;
  108. letter-spacing: 2px;
  109. font-size:10pt;
  110. opacity:.9;
  111. }
  112.  
  113.  
  114. /* SIDEBAR */
  115. #sidebar {
  116. background:#000;
  117. width:200px;
  118. opacity:0.9!important;
  119. margin:-400px 20px 0px;
  120. border-radius:10px 10px 0px 0px;
  121. border:1px solid #000;
  122. }
  123.  
  124. #sidebar-top {
  125. background:none;
  126. width:178px;
  127. margin:5px 10px 0px;
  128. }
  129.  
  130. #sidebar img {
  131. border-radius:3px;
  132. opacity:.8;
  133. }
  134.  
  135. #sidebar a {color:#9e080a!important;}
  136.  
  137. /* Button dashboard */
  138. #sidebar-btn-dash {
  139. width:90px;
  140. height:20px;
  141. background: url(http://i.imgur.com/IeYQ2Cy.png) no-repeat;
  142. background-size:92px 26px;
  143. background-position:center center;
  144. margin:0px 6px 0px 0px;
  145. border-radius:3px;
  146. border:1px solid #000;
  147. }
  148.  
  149. /* Button events */
  150. #sidebar-btn-events {
  151. width:78px;
  152. height:20px;
  153. background: url(http://i.imgur.com/fT074Me.png) no-repeat;
  154. background-position:-10px center!important;
  155. background-size:87px 26px;
  156. margin:0px;
  157. border-radius:3px;
  158. border:1px solid #000;
  159. }
  160.  
  161. #sidebar-btn-dash.sidebar-btn-active,#sidebar-btn-dash:hover{
  162. background-position:center center!important;
  163. background-color:#111;
  164. border-color:#333;
  165. }
  166.  
  167. #sidebar-btn-events.sidebar-btn-active, #sidebar-btn-events:hover {
  168. background-position:-10px center!important;
  169. background-color:#111;
  170. border-color:#333;
  171. }
  172.  
  173. /* Event counter */
  174. #events-counter-wrapper {
  175. background:red;
  176. height:10px;
  177. margin-top:-2px;
  178. margin-right:0px;
  179. line-height:8px;
  180. opacity:.8;
  181. }
  182.  
  183.  
  184. /* Sidebar widgets*/
  185. #sidebar-inner {
  186. padding:0px;
  187. margin:3px 10px;
  188. background:none;
  189. }
  190.  
  191. .sidebar-widget {
  192. border:1px solid #333;
  193. background:#111;
  194. color:#aaa;
  195. width:100%;
  196. margin:10px 0px;
  197. }
  198.  
  199. .sidebar-widget-header {
  200. background:#222!important;
  201. border:none!important;
  202. border-bottom:1px solid #333!important;
  203. color:#fff!important;
  204. }
  205.  
  206. .sidebar-widget-arrow {
  207. background-image:url(http://i.imgur.com/oEnmoEP.png)!important;
  208. }
  209.  
  210. .sidebar-widget-contents {
  211. background:none;
  212. border:none!important;
  213. padding:2px;
  214. }
  215.  
  216. .sidebar-widget-sep {display:none;}
  217.  
  218. /* CONTENT */
  219. #content {
  220. margin:-400px 20px 0px 240px;
  221. padding:0px;
  222. border-radius:10px 10px 0px 0px;
  223. border:2px solid #000;
  224. }
  225.  
  226. #content a {color:#560203!important;}
  227.  
  228.  
  229. /* BOOKMARKS */
  230. #bookmarks {
  231. background:none;
  232. margin-top:-130px;
  233. margin-right:-15px;
  234. }
  235.  
  236. #bookmarks .bookmark {
  237. background:#880909;
  238. width:25px;
  239. border:none;
  240. border-radius:5px;
  241. opacity:.8;
  242. }
  243.  
  244. #bookmarks .bookmark:hover {opacity:1;}
  245.  
  246.  
  247. /*STUFF ADDED RANDOMLY AT THE END BY ME*/
  248. /*Subeta adblock - Aug 13 2016*/
  249. #aswift_1_anchor, ins#aswift_0_anchor, #page #content div center ins, #ad_show, .create_ad, a[href^="/ad_click.php?"] img, .chitikaAdContainer, #sidebar-inner-dash .ui.segment.basic[style="height: 200px;"], #content+style+div[style="margin-top: 50px;"], #content > div:nth-child(1) center > script + a[href="/cashshop.php?act=gold"], #content div[style^="width:50%;background-color:#E0D3B8"] + div > center > script + a[href="/cashshop.php?act=gold"], #content .floating_item + div > center > script + a[href="/cashshop.php?act=gold"], #sidebar-inner-dash div[id*="_adbox_"], #sidebar-inner-dash script+div[style="text-align: center; position: relative;"]+script+noscript+center {display:none !important;}
  250.  
  251. /*remove hustler banner*/
  252. .hustler {display:none;}
  253.  
  254. /*Move all floating items to top left corner*/
  255. .floating_item {position:fixed !important; left:20px !important; top:7px !important; z-index:999 !important; margin: 0px !important;}
  256.  
  257. /*Removes GA and admin borders in shoutbox*/
  258. .shoutbox_shout {border:none !important; margin-left:2px;}
  259. #shoutbox {margin:0;}
  260.  
  261. /*Remove page footer*/
  262. footer {display:none;}
  263.  
  264. /*Keep slots spin again button in one place*/
  265. input[value="Spin again!"] {position:absolute; top:15px; margin:0 -38px; z-index:999;}
Advertisement
Add Comment
Please, Sign In to add comment