Advertisement
Guest User

CSS For DeathStroke

a guest
Jan 30th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.64 KB | None | 0 0
  1. /* Body Background */
  2.  
  3. body { background: #DDD; color: #333; }
  4.  
  5. /* Subreddit Name */
  6.  
  7. #header:after {
  8.     content: "DeathStroke";
  9.     padding-left: -15px;
  10.     height: 40px;
  11.     margin: 0;
  12.     display: block;
  13.     background: #191919;
  14.     line-height: 45px;
  15.     font-family: sans-serif;
  16.     font-size: 11px;
  17.     font-weight: bold;
  18.     text-transform: uppercase;
  19.     color: white; }
  20.  
  21. /* Banner */
  22.  
  23. #header-bottom-left { height: 185px; overflow: hidden; background: url(%%DSBanner%%) center top #EBEBEB; }
  24.  
  25. #header-img { position: absolute; margin-left: 25px; margin-top: 25px; opacity: 0.5; }
  26.  
  27. #header-img:hover { opacity: 1; }
  28.  
  29.  
  30. /* Tab Menu */
  31.  
  32. #header-bottom-left .tabmenu { position: absolute; bottom: 0; left: 8px; }
  33.  
  34. #header-bottom-left .tabmenu li a {
  35.     background: transparent;
  36.     font-family: sans-serif;
  37.     font-size: 11px!important;
  38.     line-height: 48px;
  39.     font-weight: 600;
  40.     text-transform: uppercase;
  41.     color: #fff; }
  42.  
  43. #header-bottom-left .tabmenu li.selected a,#header-bottom-left .tabmenu li a:hover { border: none; color: ##151515; }
  44.  
  45. .content>.menuarea {
  46.     padding: 10px 10px 9px;
  47.     margin: 0 0 5px 0;
  48.     background: #F2F2F2;
  49.     border: none;
  50.     font-family: sans-serif;
  51.     font-size: 11px;
  52.     font-weight: bold;
  53.     text-transform: uppercase;
  54.     color: #999; }
  55.  
  56. .menuarea .dropdown.lightdrop .selected { text-decoration: none; color: #333; }
  57.  
  58. .menuarea .drop-choices { padding: 3px; background-color: whiteSmoke; border: none; }
  59.  
  60. #header-bottom-right {
  61.     padding: 0 15px;
  62.     height: 40px;
  63.     right: 0;
  64.     bottom: 0;
  65.     background: #191919;
  66.     border-radius: 0;
  67.     font-family: sans-serif;
  68.     font-size: 11px;
  69.     font-weight: bold;
  70.     line-height: 42px;
  71.     text-transform: uppercase; }
  72.  
  73. #header-bottom-right a { color: #EEE; }
  74.  
  75. #header-bottom-right .user,#header-bottom-right .userkarma { color: #fff; }
  76.  
  77. #header-bottom-right .separator { visibility: hidden; }
  78.  
  79. /* Sidebar */
  80.  
  81. .side { width: 300px; margin: 0px 10px 30px 10px; background: transparent; }
  82.  
  83. .side .spacer { margin:0; }
  84.  
  85. form#search input[type="text"] {
  86.     width: 300px;
  87.     padding: 12px 8px 12px 30px;
  88.     background: url(%%expvote-night%%) -70px 12px no-repeat #F2F2F2;
  89.     border: none;
  90.     font-family: sans-serif;
  91.     font-size: 13px; }
  92.  
  93. form#search input[type="submit"] { display: none; }
  94.  
  95. .side .submit-link{ padding-top: 7px; }
  96.  
  97. #searchexpando.infobar { margin: 0; border: none; border-radius: 0; font-size: 11px; background-color: #191919; color: #FFF }
  98.  
  99. .titlebox { padding: 15px; margin-top: 5px; background: #F2F2F2; }
  100.  
  101. .titlebox h1 a { font-family: Arial,sans-serif; font-size: 18px; text-transform: capitalize; color: #333; }
  102.  
  103. .titlebox h1 a:hover { text-decoration: none; }
  104.  
  105. .fancy-toggle-button .active {
  106.     padding: 2px 8px;
  107.     border: none;
  108.     border-radius: 0;
  109.     font-style: italic;
  110.     font-weight: normal;
  111.     text-transform: capitalize; }
  112.  
  113. .fancy-toggle-button .add { background: #191919; }
  114.  
  115. .fancy-toggle-button .remove { padding: 2px 7px; background: #F4A004; border: none; color: #fff; }
  116.  
  117. /* Subscribers */
  118.  
  119. .subscribers .word { font-size: 0; visibility: hidden; }
  120.  
  121. .subscribers .word:before { content: "Slades"; visibility: visible; font-size: 12px; }
  122.  
  123. .users-online {
  124.     font-size: 11px;
  125.     font-style: italic;
  126.     color: #888; }
  127.  
  128. .users-online:before,.users-online .word { display: none; }
  129.  
  130. .users-online .number:after { content: "Slades Online"; }
  131.  
  132. .leavemoderator {
  133.     margin: 0 0 -5px 0;
  134.     padding: 5px 0;
  135.     font-size: 0;
  136.     color: #F2F2F2;
  137.     background: #F2F2F2; }
  138.  
  139. .titlebox .md { font-family: sans-serif; color: #333; font-size: 13px; }
  140.  
  141. .titlebox .md p { margin: 10px 0; line-height: 16px; }
  142.  
  143. .sidebox.create { display:none; }
  144.  
  145. .sidecontentbox { padding: 0 10px 10px; background: #F2F2F2; }
  146.  
  147. .sidecontentbox .content { background: #EEE; border: none; }
  148.  
  149. .sidecontentbox .content .icon-menu a { background:transparent; }
  150.  
  151. .sidecontentbox .gadget .click-gadget { font-size: 12px; }
  152.  
  153. .account-activity-box { padding-bottom:10px; background: #F2F2F2; }
  154.  
  155. body>.content { margin: 10px 320px 0 10px; }
  156.  
  157. #noresults { padding: 10px; margin: 0; background: #F2F2F2; font-family: sans-serif; }
  158.  
  159. .search-page #noresults { margin-top: -5px; background: #EEE; }
  160.  
  161. .link { padding: 8px 5px; margin-bottom: 5px; position: relative; background: #f2f2f2; }
  162.  
  163. .single-page .link { padding: 10px 5px; margin-bottom: 0; }
  164.  
  165. .link.last-clicked { background: #F2F2F2; border: none; overflow: visible; }
  166.  
  167. .link .rank { display: none; }
  168.  
  169. .link .midcol { min-width: 21px; margin: 0 15px 0 10px; }
  170.  
  171. .midcol .score { margin-top: 1px; color: #BFBFBF; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement