Advertisement
stsyn

Untitled

Apr 2nd, 2021
1,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. /*Delete this part if you want default position of quick votes*/
  3.  
  4. .media-box__header {
  5.     position:absolute;
  6.     width: 100%;
  7.     bottom: 0px;
  8. }
  9. .media-box__content {
  10.     position:relative;
  11.     top:0px;
  12. }
  13. .media-box__overlay:nth-child(2) {
  14.     top:0;
  15. }
  16. .media-box{
  17.     padding-bottom:22px !important;
  18. }
  19.  
  20. /*------------------------------------------------------------*/
  21.  
  22.  
  23.  
  24.  
  25. .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{
  26.     background-color:#000;
  27. }
  28. .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 {
  29.     background-color: #1b1b1b;
  30. }
  31. 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  {
  32.     color: #f90;
  33. }
  34. #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) {
  35.     background:#151515;
  36. }
  37. 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 {
  38.     color: #f90;
  39. }
  40. a:not(.tag__name):not(.tag__dropdown__link):hover, .button--link:hover {
  41.     text-decoration:underline;
  42. }
  43. 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 {
  44.     background: #f90;
  45.     color:#1b1b1b;
  46. }
  47. a.interaction--fave:hover, a.interaction--upvote:hover, a.interaction--downvote:hover, a.interaction--comments:hover{
  48.     background: #530;
  49. }
  50. a.interaction--downvote.disabled , a.interaction--downvote.disabled:hover {
  51.     background-color:#1b1b1b;
  52.     color: #888
  53. }
  54. .block__list a.block__list__link.primary, .block__list  {
  55.     background:none;
  56.     border:none;
  57. }
  58. .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  {
  59.     border-color:#1d1d1d;
  60. }
  61. .block__header--js-tabbed a.selected, .button:hover, .label--primary, .block__header--js-tabbed a.selected:hover {
  62.     background:#333;
  63.     border-color:#444;
  64. }
  65. .media-box  {
  66.     border:none;
  67.     padding:1px;
  68. }
  69. .header__input--search, .header__input--search:focus {
  70.     color: #333;
  71.     background:#fff;
  72. }
  73. .header a:not(.tag__name):not(.tag__dropdown__link) {
  74.     color:#fff;
  75. }
  76. button.header__search__button, a.header__search__button {
  77.     filter: invert(100%);
  78.     color: #000;
  79.     background: #006fff;
  80. }
  81. a.header__link[href="/"]{
  82.     font-size:0;
  83. }
  84. a.header__link[href="/"]:before{
  85.     font-size: 16px;
  86.     padding-top:10px;
  87.     display:inline-block;
  88.     content:"Derpi";
  89.     width:auto;
  90.     color:#fff;
  91.     font-weight:700;
  92. }
  93. a.header__link[href="/"]:after{
  94.     font-weight:700;
  95.     font-size: 16px;
  96.     position:relative;
  97.     top:1px;
  98.     display:inline-block;
  99.     height:16px;
  100.     padding:5px;
  101.     background:#f90;
  102.     color:#000;
  103.     line-height:16px;
  104.     border-radius:2px;
  105.     content:"hub";
  106.     width:auto;
  107. }
  108. .block--warning {
  109.     background:#1f1209;
  110.     border:none;
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement