Advertisement
Guest User

Dark SoylentNews Stylish script

a guest
Apr 2nd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.88 KB | None | 0 0
  1. @-moz-document domain("soylentnews.org") {
  2.     #u2tabs.left_menu li.active,
  3.     #links.left_menu li.active,
  4.     #firehose article header .details,
  5.     #comments article header .details,
  6.     #comments .full .detail,
  7.     #modal_box #editor #editpreview .details,
  8.     #slashboxes article,
  9.     .daybreak a,
  10.     .msg p,
  11.     footer[class="grid_24"],
  12.     html,
  13.     body,
  14.     .col_wrapper,
  15.     #u2tabs.left_menu li.active > span,
  16.     #links.left_menu li.active > span
  17.     {
  18.         background: #1E1C1C !important;
  19.         color: #D8F1F4 !important;
  20.     }
  21.    
  22.     #links div.content,
  23.     #slashboxes,
  24.     .generalbody,
  25.     .commentBody,
  26.     .commentwrap,
  27.     .commentTop .details,
  28.     #links,
  29.     #navigation-content li.user,
  30.     #navigation-content ul ul,
  31.     .article .body,
  32.     #slashboxes div.content
  33.     {
  34.         background: #1E1C1C !important;
  35.         color: #D8F1F4 !important;
  36.     }
  37.    
  38.     .article .details,
  39.     div.storylinks div ul,
  40.     .commentSub
  41.     {
  42.         background: #3C3C3C !important;
  43.         color: #D8F1F4 !important;
  44.     }
  45.    
  46.     #slashboxes h4,
  47.     #links h4,
  48.     .commentBoxForm,
  49.     .commentTop .details
  50.     {
  51.         background: #3C3C3C !important;
  52.         color: #D8F1F4 !important;
  53.     }
  54.    
  55.     .generaltitle h3,h4
  56.     {
  57.         background: #470000 !important;
  58.         color: #BDD3D3 !important;
  59.     }
  60.    
  61.     textarea,body, div, form, #links ul li, #links ul, #topnav, img
  62.     {
  63.         background: #1E1C1C !important;
  64.         color: #D8F1F4 !important;
  65.     }
  66.    
  67.     a {
  68.         color: #81AC82 !important;
  69.     }
  70.     .data_hl2,
  71.     #messages > TABLE > TBODY > TR:nth-child(2) > TD {
  72.         background: #3C3C3C !important;
  73.         color: #D8F1F4 !important;
  74.     }
  75.     .data_hl1,
  76.     #messages > TABLE > TBODY > TR:first-child > TD {
  77.         background: #4C4C4C !important;
  78.         color: #D8F1F4 !important;
  79.     }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement