Advertisement
Guest User

Small Fix

a guest
Jul 3rd, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.45 KB | None | 0 0
  1. /* DECEMBERKLAR'S UBER | MADE BY: X-RAY | 01/07/2016 */
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');
  4.  
  5. body {
  6.     background: url('http://files.gamebanana.com/bitpit/61cab70b63b755d98b843b85ee962840a6d.jpg') no-repeat;
  7.     background-attachment: fixed;
  8. }
  9. li#Gener8rsTab ,li#GamercongressTab ,li#GamedevcontestsTab ,#NavigatorTabs li span:nth-child(2) ,#PostsListModule footer {
  10.     display: none;
  11. }
  12. #Wrapper {
  13.     background: 0;
  14.     width: auto;
  15. }
  16. #ColumnGrid {
  17.     margin: auto;
  18. }
  19. div#NavigatorTabs {
  20.     position: absolute;
  21.     top: 8px;
  22.     left: 330px;
  23. }
  24. #DasHeaderLink {
  25.     display: none;
  26. }
  27.  
  28. #NavigatorTabs li {
  29.     display: inline-block;
  30.     margin: 2.5px;
  31.     border-radius: 2px;
  32.     padding: 5.5px;
  33.     cursor: pointer;
  34.     box-shadow: 0 0 8px #23414A;
  35.     transition: .3s ease-in-out;
  36.     background: none;
  37.     border: solid 2px #23414A;
  38. }
  39.  
  40. #NavigatorTabs li:hover {
  41.     border: solid 2px #1F89A9;
  42.     border-radius: 2px;
  43.     transition: .4s ease-in-out;
  44.     box-shadow: 0 0 8px #1F89A9;
  45. }
  46.  
  47. #PostsListModule article blockquote {
  48.   padding: 10px;
  49.   border-left: none;
  50.   padding-top: 20px;
  51.   -webkit-filter: blur(2px);
  52.   transition: .1s;
  53. }
  54.  
  55. #PostsListModule article blockquote:hover {
  56.   -webkit-filter: blur(0px);
  57.   transition: .1s;
  58. }
  59. .Module > h3 {
  60.     padding: 15px;
  61.     font-size: 16px;
  62.     font-family: 'Share Tech Mono';
  63.     background: rgba(0,0,0,0.5);
  64.     letter-spacing: 1px;
  65.     text-align: center;
  66.     box-shadow: 0 0 15px black;
  67. }
  68.  
  69. .Module > .Content {
  70.     overflow-x: none;
  71.     font-family: 'Share Tech Mono';
  72.     box-shadow: 0 0 15px black;
  73.     background: rgba(0,0,0,0.5);
  74.     overflow-y: auto;
  75.     padding: 10px;
  76. }
  77. #PageTitleWrapper {
  78.     font-family: 'Share Tech Mono';
  79.     padding: 35px
  80.     box-shadow: 0 0 15px black;
  81.     text-align: center;
  82.     text-transform: uppercase;
  83.     color: #BDD9FF;
  84.     text-shadow: 0 0 15px #00BCFF;
  85. }
  86. #PageTitleWrapper h1 {
  87.     font-size: 28px;
  88. }
  89. .PageNavigation {
  90.     text-align: center;
  91.     box-shadow: 0 0 10px black;
  92.     background: rgba(0, 0, 0, 0.5);
  93.     padding: 14px;
  94. }
  95.  
  96. a {
  97.     text-decoration: none;
  98.     color: #BDD9FF;
  99.     text-shadow: 0 0 5px #64A1CF;
  100. }
  101.  
  102. button, .ButtonLike {
  103.     box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  104.     font: 12px rgba(255,255,255,0.75);
  105.     cursor: pointer;
  106.     transition: .2s;
  107.     background: rgba(0, 181, 255, 0.15);
  108.     color: rgba(255,255,255,0.75);
  109.     border: 2px inset rgba(255,255,255,0.2);
  110. }
  111.  
  112. button, .ButtonLike:hover {
  113.     box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  114.     font: 12px rgba(255,255,255,0.75);
  115.     cursor: pointer;
  116.     background: rgba(64, 66, 68, 0.53);
  117.     color: rgba(255,255,255,0.75);
  118.     border: 2px outset rgba(255,255,255,0.5);    
  119. }
  120. .IconSheet.Logo {
  121.     content: url('http://i.imgur.com/wjwyS4N.png');
  122.     background: 0;
  123.     image-rendering: pixelated;
  124. }
  125.  
  126. .Avatar.Online {
  127.     border: solid 2px #30D9A6;
  128.     box-shadow: 0 0 5px #30D9A6;
  129.     border-radius: 4px;
  130. }
  131.  
  132. .Avatar.Offline {
  133.     border: solid 2px gray;
  134.     box-shadow: 0 0 5px gray;
  135.     border-radius: 4px;
  136. }
  137.  
  138. .Avatar img {
  139.     margin-left: 0;
  140. }
  141. #AtfLeaderboard {
  142.     background: rgba(0,0,0,0.5);
  143.     box-shadow: 0 0 15px black;
  144. }
  145. #DropdownMenuSubNavigator {
  146.     text-align: center;
  147.     font-size: 10px;
  148.     padding: 20px;
  149.     box-shadow: 0 0 15px black;
  150.     background: rgba(0, 0, 0, 0.5);
  151. }
  152. #NavigatorTabs li.TabHasUpdates {
  153.     border: solid 2px #30D9A6;
  154.     box-shadow: 0 0 5px #30D9A6;
  155.     animation   : none;
  156. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement