Advertisement
Guest User

xplor3r

a guest
May 27th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.68 KB | None | 0 0
  1. /*-----------------------------------------*/
  2. /*                xplor3r's                */
  3. /*          GameBanana Uberstyle           */
  4. /*       Created by Arman Ossi Loko        */
  5. /*                                         */
  6. /*           Copyright © 2015              */
  7. /*   DUPLICATION OF CODE IS NOT ALLOWED    */
  8. /*                                         */
  9. /*-----------------------------------------*/
  10.  
  11. #tpm__sYogAboutMember .Medals {
  12.       display:none;
  13. }
  14. #TowerBanner,#TopBanner,#SponsorsStack,.StaticColumn {
  15.       display:none!important;
  16. }
  17. body {
  18.       background:#404040 url('http://www.cuzzsoft.com/wallbank/9669-4d-metal-surface-shiny-blue-gray-0230.jpg') fixed top center no-repeat;
  19. }
  20. #CoreStrip {
  21.       background: #001D40;
  22. }
  23. #NetworkLinks {
  24.       background: #001D40;
  25. }
  26. div.Module > h3 {
  27.       border:2px solid #005897;
  28.       background:#0D1D31;
  29.       border-top-left-radius:10px;
  30.       border-top-right-radius:10px;
  31.       box-shadow:none!important;
  32.       text-align:center;
  33.       transition:.5s;
  34.       opacity: 0.8;
  35. }
  36. div.Module div.Content {
  37.       border:2px solid #005897;
  38.       background:#0D1D31;
  39.       border-bottom-left-radius:10px;
  40.       border-bottom-right-radius:10px;
  41.       opacity: 0.8;
  42. }
  43. transition: .5s;
  44. div.Module {
  45.       border:none !important;
  46. }
  47. #NavigatorPanes h4 {
  48.       border:1px solid #0C090A;
  49.       background:#0C090A;
  50. }
  51. transition: .5s;
  52. #NavigatorTabs li:hover, #NavigatorTabs li.ActiveTab {
  53.       border-bottom-left-radius: 10px 10px;
  54.       border-bottom-right-radius: 10px 10px;
  55.       border-top-left-radius: 10px 10px;
  56.       border-top-right-radius: 10px 10px;
  57.       border-color: #0C090A;
  58.       transition: .5s;
  59. }
  60. a {
  61.       color:#A2A2A2;
  62. }
  63. a:hover {
  64.       color:#3074C2;
  65.       text-decoration:stroke;
  66. }
  67. li.ActivityDay {
  68.       color:#FFFFFF;
  69. }
  70. li.ActivityDay:hover {
  71.       color:#FFD800;
  72. }
  73. #DropdownMenuSubNavigator {
  74.       background-color: #0D1D31;
  75.       text-align: center;
  76. }
  77. #PostsListModule div.PostHeader {
  78.       background:#0C090A;
  79. }
  80. #PostsListModule article {
  81.       background:none repeat scroll 0 0 #0C090A;
  82.       border:1px solid #0C090A;
  83. }
  84. #PostsListModule div.Content>ul>li {
  85.       background:none repeat scroll 0 0 #0C090A;
  86.       border:3px solid #303030;
  87. }
  88. .MultipleRowListModule div.PageNavigation {
  89.       background:#0C090A;
  90.       border:2px solid #0C090A;
  91.       border-radius:10px;
  92.       box-shadow:none!important;
  93. }
  94. #PageTitleWrapper {
  95.       display: none;
  96.       font-family:Pricedown;
  97.       font-size:50px;
  98.       line-height:40px;
  99.       margin-top:15px;
  100.       text-align:center;
  101. }
  102. #PageTitleWrapper h1 {
  103.       font-size: 40px;
  104. }
  105. #TitleBreadcrumb {
  106.       display: none;
  107.       font-size:10px;
  108.       margin:1pc 0 10px;
  109.       text-align:center;
  110. }
  111. .MultipleRowListModule div.PageNavigation {
  112.       background: #1B3C65;
  113. }
  114. .MultipleRowListModule .PageNavigation li.CurrentPage {
  115.       background:#0C090A;
  116. }
  117. .GenericPreviewListModule li:nth-child(odd) {
  118.       background: #243B58;
  119. }
  120. table tr:nth-child(even) {
  121.       background:#1A1A1A;
  122. }
  123. thead {
  124.       background:#1A1A1A;
  125. }
  126. body article h1 {
  127.       background:#1A1A1A
  128. }
  129. ul#ActivityLog h1 {
  130.       background:#1A1A1A
  131. }
  132. li.SelectedDay {
  133.       background:#1A1A1A
  134. }
  135. li.SelectedDay:hover {
  136.       background:#1A1A1A!important
  137. }
  138. #SubFeedModule div.Content li:nth-child(odd) {
  139.       background:#1A1A1A;
  140. }
  141. .FluidColumn {
  142.       width:486px!important;
  143. }
  144. img.PointsLevelBar1 { background-position: 0 0; }
  145. img.PointsLevelBar2 { background-position: -5px 0; }
  146. img.PointsLevelBar3 { background-position: -10px 0; }
  147. img.PointsLevelBar4 { background-position: -15px 0; }
  148. img.PointsLevelBar5 { background-position: -20px 0; }
  149. img.PointsLevelBar6 { background-position: -25px 0; }
  150. img.PointsLevelBar7 { background-position: -30px 0; }
  151. img.PointsLevelBar8 { background-position: -35px 0; }
  152. img.PointsLevelBar9 { background-position: -40px 0; }
  153. a.Avatar.Offline, a.Avatar.Online {
  154.       padding-left: 10px;
  155.       border: 0;
  156. }
  157. a.Avatar.Offline {
  158.       background: url('http://files.gamebanana.com/bitpit/avatar_offline.png') no-repeat top left;
  159. }
  160. a.Avatar.Online {
  161.       background: url('http://files.gamebanana.com/bitpit/avatar_online.png') no-repeat top left !important;
  162. }
  163. ::-webkit-scrollbar {
  164.       width:12px;
  165.       height:12px;
  166.       background-color:#0C090A;
  167. }
  168. ::-webkit-scrollbar-corner {
  169.       background-color:#0C090A;
  170. }
  171. ::-webkit-scrollbar-track {
  172.       background-color:#0C090A;
  173.       -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  174.       -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  175.       box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  176.       -webkit-border-radius:0px;
  177.       -moz-border-radius:0px;
  178.       border-radius:0px;
  179. }
  180. ::-webkit-scrollbar-thumb {
  181.       background:#0062A8;
  182.       -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  183.       -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  184.       box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  185.       -webkit-border-radius:7px;
  186.       -moz-border-radius:7px;
  187.       border-radius:7px;
  188. }
  189. ::-webkit-scrollbar:horizontal {
  190.       height:10px;
  191. }
  192. ::-webkit-scrollbar-track:horizontal {
  193.       background:#0C090A;
  194.       -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  195.       -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  196.       box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  197.       -webkit-border-radius:0px;
  198.       -moz-border-radius:0px;
  199.       border-radius:0px;
  200. }
  201. ::-webkit-scrollbar-thumb:horizontal {
  202.       background:#0C090A;
  203.       -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  204.       -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  205.       box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  206.       -webkit-border-radius:7px;
  207.       -moz-border-radius:7px;
  208.       border-radius:7px;
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement