LegitBytesHF

Hackforums Theam

Oct 21st, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. /*
  3.      * Enjoy
  4.      * The Script
  5.     */
  6.  
  7.     body {
  8.         background: url(http://content.wallpapers-room.com/resolutions/1920x1200/b/Wallpapers-room_com___boreal_sunrise_by_LeMex_1920x1200.png) no-repeat center center fixed;
  9.         -webkit-background-size: cover;
  10.         -moz-background-size: cover;
  11.         -o-background-size: cover;
  12.         background-size: cover;
  13.     }
  14.  
  15.     .thead, .menu ul, .tfoot {
  16.         background: #1A1919;
  17.     }
  18.  
  19.     .navButton, .shadetabs li a, .pagination a, .bitButton, .button, .bitButton a {
  20.         background: #262626;
  21.         color: #fff;
  22.         box-shadow: 0 1px 0 0 #0F0F0F inset !important;
  23.     }
  24.  
  25.     .button a {
  26.         color: #fff;
  27.     }
  28.  
  29.     .navButton:hover, .shadetabs li a:hover, .pagination a:hover, .bitButton:hover, .button:hover {
  30.         background: #474545;
  31.         color: #fff;
  32.     }
  33.  
  34.     .shadetabs li a {
  35.         background-color: #262626;
  36.     }
  37.  
  38.     .shadetabs li a.selected, .pagination .pagination_current {
  39.         background: #5E5E5E;
  40.         color: #ADADAD;
  41.         border: border 0x solid #000;
  42.         text-decoration: none;
  43.      }
  44.  
  45.     .menu ul a:link {
  46.         color: #fff;
  47.         text-decoration: none;
  48.     }
  49.  
  50.     .menu ul a:visited {
  51.         color: #fff;
  52.         text-decoration: none;
  53.     }
  54.  
  55.     .menu ul a:hover, .menu ul a:active {
  56.         color: #fff;
  57.         border-top: 0px solid #499FED;
  58.         text-decoration: none;
  59.     }
  60.    
  61.     #panel, .bottommenu {
  62.         border: none;
  63.     }
  64.  
  65.     .tborder {
  66.         background: #171717;
  67.     }
  68.  
  69.    
  70.  
  71.     /*
  72.      * Credit to Cruzifer for this
  73.     */
  74.     div.logo > a > img {
  75.         display: inline-block;
  76.         width: 0;
  77.         height: 0;
  78.         padding: 35px 293px;
  79.         background: url(http://hackforums.net/images/modern_pl/logo_pl.gif) !important;
  80.     }
Add Comment
Please, Sign In to add comment