Guest User

Untitled

a guest
Jul 22nd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.38 KB | None | 0 0
  1. #siteTable .entry.dislikes .buttons:after {
  2.     content: "Don't downvote because you dislike this person or don't agree!";
  3.     color: red
  4.     }
  5.  
  6. .comment .author {
  7. font-weight: bold;
  8. color: #eee !important;
  9. }
  10.  
  11. .tagline .submitter {
  12. color: #fff;
  13. }
  14.  
  15. .comment .expand {
  16. color: white
  17. }
  18.  
  19. .infobar, .roundfield {
  20. background-color: #2c2c2c;
  21. }
  22.  
  23. .linefield { background-color: #2d2d2d }
  24.  
  25. a.voteWeight {
  26. background: transparent !important
  27. }
  28.  
  29. .sidebox .spacer {
  30. background: transparent !important
  31. }
  32. .sidebox .subtitle {
  33. margin-left: 10px;
  34. color: black;
  35. font-size: 110%;
  36. }
  37. .morelink .nub {
  38. background-color: #e6e6e6 !important;
  39. }
  40.  
  41. .icon-menu a {
  42. background: transparent
  43. }
  44.  
  45. h1, h2, h3 {
  46.     font-weight: bold !important;
  47.     color: white !important
  48.     }
  49.  
  50. .sidebox.submit .subtitle {
  51.     display: none
  52.     }
  53. .sidebox.submit .morelink a {
  54.     position: absolute;
  55.     top: 0;
  56.     font-size: 0pt !important;
  57.     opacity: 0
  58.     }
  59. .sidebox.submit .morelink:before {
  60.     display: block;
  61.     clear: none;
  62.     content: "Post to the subreddit";
  63.     text-align: center;
  64.     color: #369
  65.     }
  66. .sidebox.submit .morelink:hover:before {
  67.     color: white
  68.     }
  69. .sidebox.create .subtitle {
  70.     color: #eee;
  71.     }
  72. .sidebox.submit .spacer:after {
  73.     display: block;
  74.     content: "Show 0x10c something!";
  75.     color: #eee;
  76.     font-size: 110%;
  77.     margin-left: 10px
  78.     }
  79. .sidebox.submit .spacer {
  80.     cursor: text
  81.     }
  82. .sitetable {
  83.     margin-top: 14px
  84.     }
  85. .content {
  86.     margin-top: 14px
  87.     }
  88. /*backgrounds*/
  89. body {
  90. background-color: #252525;
  91. }
  92.  
  93. /* menu */
  94. #header-img {
  95. margin-top: -1px;
  96. }
  97. #sr-header-area {
  98.     background-color: #252525;
  99.     color: #EEEEEE;
  100.     white-space: nowrap;
  101.     overflow: hidden;
  102.     text-transform: lowercase;
  103.     border-bottom: 1px solid gray;
  104.     }
  105. #sr-more-link {
  106.     background-color: #252525;
  107.     top: 0px;
  108.     color: #EEEEEE
  109.     }
  110. #RESShortcutsEditContainer, #RESShortcutsLeft, #RESShortcutsRight, #RESShortcutsAdd{
  111. background-color: #2d2d2d !important;
  112. }
  113. .sr-bar a {
  114.     color: #CCCCCC
  115.     }
  116. .dropdown.srdrop .selected {
  117.     color: #CCCCCC
  118.     }
  119. #header {
  120.     border-bottom: 5px solid #5f5f5f;
  121.     background-color: #8c8c8c
  122.     }
  123.  
  124. .tabmenu li a {
  125.     padding: 2px 6px 0 6px;
  126.     background-color: #424242 !important;
  127.     text-transform: lowercase;
  128.     color: #FFFFFF;
  129.     }
  130. .tabmenu li.selected a {
  131.     color: white;
  132.     background-color: #5f5f5f !important;
  133.     z-index: 10090909;
  134.     border: 0px solid white !important;
  135.     }
  136. #header-bottom-right {
  137.     position: absolute;
  138.     background-color: #111;
  139.     color: #FFFFFF
  140.     }
  141. #header-bottom-right a {
  142.     color: #FFFFFF
  143.     }
  144. .comment .md p > a:visited {
  145. color: #369 !important
  146. }
  147.  
  148. .sitetable .comment, .sitetable .comment .comment .comment ,.sitetable  .comment .comment .comment .comment .comment ,.sitetable  .comment .comment .comment .comment .comment .comment .comment ,.sitetable  .comment .comment .comment .comment .comment .comment .comment .comment .comment ,.sitetable  .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment ,.sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment ,.sitetable  .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  149. background-color:#3F3F3F!important;
  150. color:white!important;
  151. border-color:black!important;
  152. }
  153.  
  154. .sitetable .comment .comment ,.sitetable .comment .comment .comment .comment ,.sitetable .comment .comment .comment .comment .comment .comment ,.sitetable .comment .comment .comment .comment .comment .comment .comment .comment ,.sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment ,.sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment ,.sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment ,.sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment  {
  155. background-color:#252525!important;
  156. color:white!important;
  157. border-color:black!important;
  158. }
  159.  
  160. .keyHighlight {
  161. outline: 1px dashed #333!important;
  162. background-color: black!important;
  163. }
  164.  
  165.  
  166. .side {
  167. padding-left: 10px;
  168. background: #252525;
  169. }
  170.  
  171. #siteTable a, .side a {
  172. color: white;
  173. }
  174.  
  175. .morelink .nub {
  176. background-color: #252525 !important;
  177. }
  178.  
  179. .titlebox form.flairtoggle, div.leavemoderator { background-color: #252525; color: #eee; }
  180.  
  181. .sidebox.submit .morelink a { color: black !important; }
  182.  
  183. .morelink a { color: #369 !important }
  184.  
  185. label {
  186. color: #eee !important
  187. }
  188. /*
  189. div.md > p {
  190. background-color: black
  191. }*/
  192.  
  193. a {
  194. color: #ddd
  195. }
  196.  
  197. a:hover {
  198. text-decoration: underline
  199. }
  200.  
  201. div.side.md {
  202. color: #eee !important;
  203. }
  204.  
  205. .titlebox h1 a {
  206. color: #D6D6D6;
  207. }
  208.  
  209. #siteTable a:hover, .side a:hover {
  210. text-decoration:underline;
  211. }
  212.  
  213. .thing .title {
  214. color: #fff !important
  215. }
  216.  
  217. .thing .title:visited {
  218. color: #bfbfbf !important;
  219. }
  220. .noncollapsed .border .usertext-body {
  221. background-color:cadetblue !important;
  222. color:ghostWhite !important;
  223. }
  224.  
  225. .titlebox span.word {
  226.     display: none
  227.     }
  228.  
  229. .titlebox span.number {
  230. color: #eee !important
  231. }
  232.  
  233. .titlebox span.number:after {
  234.     content: " programmers";
  235. color: #eee !important  
  236.   }
  237.  
  238. .likes .score.likes {
  239.     color: darkorange
  240.     }
  241. .dislikes .score.dislikes {
  242.     color: brown
  243.     }
  244. .likes div.score.likes {
  245.     color: darkorange
  246.     }
  247. .dislikes div.score.dislikes {
  248.     color: brown
  249.     }
  250. #userbarToggle {
  251. top: -3px !important;
  252. background-color: #252525 !important;
  253. border-right-color: rgb(0,0,0) !important;
  254. color: white !important;
  255. margin-top: 3px !important;
  256. }
  257. .sidebar {
  258. background-color: #252525 !important;
  259. }
  260. #jumpToContent {
  261. display: none
  262. }
  263.  
  264. #RESShortcutsEditContainer, #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsTrash, #RESShortcutsAdd {
  265.     background-color: #333333 !important;
  266.     height: 18px !important;
  267.     color: white !important;
  268.     }
  269. #RESShortcutsEditContainer {
  270.     border-left: 1px solid black !important;
  271.     border-right: 5px solid #333333;
  272.     width: 52px !important;
  273.     color: white !important;
  274.     }
  275. #RESShortcutsTrash {
  276.     margin-right: 1px
  277.     }
Add Comment
Please, Sign In to add comment