Advertisement
Galinoa

Dark - Gelbooru

Apr 28th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.76 KB | None | 0 0
  1. @-moz-document url-prefix("http://gelbooru.com/index.php?page") {
  2.   div.noticeError,
  3.   center.search_list,
  4.   .twitter-share-button {
  5.     display: none
  6.   }
  7.   a:hover,
  8.   div.center a:hover {
  9.     color: #fff
  10.   }
  11.   input.secondary_search {
  12.     width: 180px;
  13.     height: 20px;
  14.     border: 0px;
  15.     background: url('layout/site_search.jpg') center repeat-x
  16.   }
  17.   a:visited,
  18.   a:link,
  19.   a:active {
  20.     color: #000;
  21.     font-weight: bold
  22.   }
  23.   div.header {
  24.     background-color: #1c1c1c;
  25.     background: linear-gradient(#2d2d2d, #1c1c1c)
  26.   }
  27.   li.current-page a {
  28.     background: #1c1c1c;
  29.     color: #fff
  30.   }
  31.   #tag-sidebar a {
  32.     color: #6e8fc1
  33.   }
  34.   #tag-sidebar a:hover {
  35.     color: #1c1c1c
  36.   }
  37.   div.center a,
  38.   b {
  39.     color: #999999
  40.   }
  41.   img.preview {
  42.     border: 1px #aaaaaa solid
  43.   }
  44.   h2.siteName a {
  45.     color: #6e8fc1
  46.   }
  47.   input.secondary_search:hover {
  48.     background: url('http://i.imgur.com/0CJdHNJ.jpg') center repeat-x
  49.   }
  50.   input.secondary_search {
  51.     background: url('http://i.imgur.com/oMzF6L3.jpg') center repeat-x
  52.   }
  53.   div#paginator a:hover {
  54.     background: #6e8fc1
  55.   }
  56.   div.submenu li a {
  57.     font-weight: normal !important
  58.   }
  59.   div.content {
  60.     position: absolute;
  61.     float: left;
  62.     padding-left: 240px;
  63.     width: 85%;
  64.     z-index: -9999
  65.   }
  66.   div.sidebar4 {
  67.     padding: 25px 0px 0px 0px;
  68.     margin-top: -50px
  69.   }
  70. }@-moz-document url-prefix("http://gelbooru.com/index.php?page") {
  71.   div.noticeError,
  72.   center.search_list,
  73.   .twitter-share-button {
  74.     display: none
  75.   }
  76.   a:hover,
  77.   div.center a:hover {
  78.     color: #fff
  79.   }
  80.   input.secondary_search {
  81.     width: 180px;
  82.     height: 20px;
  83.     border: 0px;
  84.     background: url('layout/site_search.jpg') center repeat-x
  85.   }
  86.   a:visited,
  87.   a:link,
  88.   a:active {
  89.     color: #000;
  90.     font-weight: bold
  91.   }
  92.   div.header {
  93.     background-color: #1c1c1c;
  94.     background: linear-gradient(#2d2d2d, #1c1c1c)
  95.   }
  96.   li.current-page a {
  97.     background: #1c1c1c;
  98.     color: #fff
  99.   }
  100.   #tag-sidebar a {
  101.     color: #6e8fc1
  102.   }
  103.   #tag-sidebar a:hover {
  104.     color: #1c1c1c
  105.   }
  106.   div.center a,
  107.   b {
  108.     color: #999999
  109.   }
  110.   img.preview {
  111.     border: 1px #aaaaaa solid
  112.   }
  113.   h2.siteName a {
  114.     color: #6e8fc1
  115.   }
  116.   input.secondary_search:hover {
  117.     background: url('http://i.imgur.com/0CJdHNJ.jpg') center repeat-x
  118.   }
  119.   input.secondary_search {
  120.     background: url('http://i.imgur.com/oMzF6L3.jpg') center repeat-x
  121.   }
  122.   div#paginator a:hover {
  123.     background: #6e8fc1
  124.   }
  125.   div.submenu li a {
  126.     font-weight: normal !important
  127.   }
  128.   div.content {
  129.     position: absolute;
  130.     float: left;
  131.     padding-left: 240px;
  132.     width: 85%;
  133.     z-index: -9999
  134.   }
  135.   div.sidebar4 {
  136.     padding: 25px 0px 0px 0px;
  137.     margin-top: -50px
  138.   }
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement