Advertisement
Guest User

DerpiHub

a guest
Jul 7th, 2017
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.86 KB | None | 0 0
  1. /*
  2.  
  3. INSTRUCTIONS!
  4.  
  5. 1. Dark theme is strongly recommended!
  6. 2. Download Stylish ( https://userstyles.org/ and look at the footer)
  7. 3. Go to Stylish's menu and click "Create new style" or something
  8. 4. Paste whole that text in large input field
  9. 5. Select "URL with regulars" or something, dunno how this option is calling in English. Should be lastest one
  10. 6. Paste https?://(?:www.)?(?:derpi|trixie)booru.org/.* at near field
  11. 7. Enjoy your brand new clop site!
  12. 8. https://www.trixiebooru.org/meta/userscript-youbooru-feeds-on-main-page match pretty well with that style
  13.  
  14. */
  15.  
  16. /*Delete this part if you want default position of quick votes*/
  17.  
  18. .media-box__header {
  19.     position:absolute;
  20.     width: 100%;
  21.     bottom:0px;
  22. }
  23. .media-box__content {
  24.     position:relative;
  25.     top:0px;
  26. }
  27. .media-box__overlay:nth-child(2) {
  28.     top:0;
  29. }
  30. .media-box{
  31.     padding-bottom:22px;
  32. }
  33.  
  34. /*------------------------------------------------------------*/
  35.  
  36.  
  37.  
  38.  
  39. .header, .header--secondary, #container, a.header__link, a.header__link:hover, .header__dropdown:hover>a, .header__input, .header__input:focus, select.header__input, select.header__input:focus, .block__content, .block__tab, a.header__search__button, button.header__search__button, span.header__link-user__dropdown-arrow, .media-box__header, span.header__link-user__dropdown-arrow:hover, #imagespns, .image-description, .alternating-color:nth-child(even), .block--fixed, .block__header__dropdown-tab a, .table>tbody>tr:nth-child(even), .header__dropdown:hover span.header__link-user__dropdown-arrow{
  40.     background-color:#000;
  41. }
  42. .block__header, .block__header--sub, .block__header--single-item, .block__header a, .block__header--sub a, .block__header--single-item a, .button, .header--secondary .header__dropdown:hover>a, .table>thead>tr, select.header__input:hover, select.header__input:focus:hover {
  43.     background-color: #1b1b1b;
  44. }
  45. a.block__header--single-item, .block__header a, .block__header--sub a, .block__header--single-item a, a.block__header--single-item:hover, .block__header a:hover, .block__header--sub a:hover, .block__header--single-item a:hover  {
  46.     color: #f90;
  47. }
  48. #footer, a.block__header--single-item:hover, .block__header a:hover, .block__header--sub a:hover, .block__header--single-item a:hover, .input, .block__header__dropdown-tab:hover>a, .alternating-color:nth-child(odd), a.media-box__header--link:hover, .table>tbody>tr:nth-child(odd) {
  49.     background:#151515;
  50. }
  51. a:not(.tag__name):not(.tag__dropdown__link), a:not(.tag__name):not(.tag__dropdown__link):active, a:not(.tag__name):not(.tag__dropdown__link):hover, a:not(.tag__name):visited, .button--link, .button--link:hover, .button--link:active {
  52.     color: #f90;
  53. }
  54. a:not(.tag__name):not(.tag__dropdown__link):hover, .button--link:hover {
  55.     text-decoration:underline;
  56. }
  57. a.interaction--downvote.active, a.interaction--downvote.active:hover, a.interaction--upvote.active, a.interaction--upvote.active:hover, a.interaction--fave.active, a.interaction--fave.active:hover {
  58.     background: #f90;
  59.     color:#1b1b1b;
  60. }
  61. a.interaction--fave:hover, a.interaction--upvote:hover, a.interaction--downvote:hover, a.interaction--comments:hover{
  62.     background: #530;
  63. }
  64. a.interaction--downvote.disabled , a.interaction--downvote.disabled:hover {
  65.     background-color:#1b1b1b;
  66.     color: #888
  67. }
  68. .block__list a.block__list__link.primary, .block__list  {
  69.     background:none;
  70.     border:none;
  71. }
  72. .block__content, .block__tab:not(.hidden), .block__content:first-child, .block__content:last-child, #imagespns, .image-description, .input, .block__header--js-tabbed, .block__header--js-tabbed a:last-child, .block__header--js-tabbed a:first-child, .block__header--js-tabbed a, .button, .block__header--js-tabbed a:hover, .block--fixed, .table, .table>tbody  {
  73.     border-color:#1d1d1d;
  74. }
  75. .block__header--js-tabbed a.selected, .button:hover, .label--primary, .block__header--js-tabbed a.selected:hover {
  76.     background:#333;
  77.     border-color:#444;
  78. }
  79. .media-box  {
  80.     border:none;
  81.     padding:1px;
  82. }
  83. .header__input--search, .header__input--search:focus {
  84.     color: #333;
  85.     background:#fff;
  86. }
  87. .header a:not(.tag__name):not(.tag__dropdown__link) {
  88.     color:#fff;
  89. }
  90. button.header__search__button, a.header__search__button {
  91.     filter: invert(100%);
  92.     color: #000;
  93.     background: #006fff;
  94. }
  95. a.header__link[href="/"]{
  96.     font-size:0;
  97. }
  98. a.header__link[href="/"]:before{
  99.     font-size: 16px;
  100.     padding-top:10px;
  101.     display:inline-block;
  102.     content:"Derpi";
  103.     width:auto;
  104.     color:#fff;
  105.     font-weight:700;
  106. }
  107. a.header__link[href="/"]:after{
  108.     font-weight:700;
  109.     font-size: 16px;
  110.     position:relative;
  111.     top:1px;
  112.     display:inline-block;
  113.     height:16px;
  114.     padding:5px;
  115.     background:#f90;
  116.     color:#000;
  117.     line-height:16px;
  118.     border-radius:2px;
  119.     content:"hub";
  120.     width:auto;
  121. }
  122. .block--warning {
  123.     background:#1f1209;
  124.     border:none;
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement