Advertisement
Guest User

Untitled

a guest
May 31st, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.30 KB | None | 0 0
  1. /* derpibooru-dark */
  2. @-moz-document domain("derpibooru.org") {
  3. .image-show #image_display {
  4.     display: block;
  5.     margin: 10px auto 10px auto;
  6. }
  7. .image-warning {
  8.     margin: 5px auto 10px auto;
  9.     max-width:900px;
  10. }
  11. #content {
  12.     box-shadow: 0 0 15px black;
  13.     margin-left:75px;
  14.     margin-right:75px;
  15.     margin-top: 42px;
  16.     padding-bottom: 10px;
  17.     background: #4f4f4f;
  18. }
  19.  
  20. #content > * {
  21.     margin-left:auto;
  22.     margin-right:auto;
  23. }
  24. .tagsauce, .tag-list, .image_menu {
  25.     max-width: 900px;
  26.     margin-left:auto;
  27.     margin-right:auto;
  28. }
  29. html, body {
  30.     background: #2f2b22;
  31.     color: #dcdcdc;
  32.     margin: 0;
  33. }
  34. .reply-form.comments {
  35.     margin-bottom: 10px;
  36. }
  37. #imagespns, .reply-form, .post.full-comment, .image_description, .tagsauce,.post-list > * {
  38.     border: none;
  39.     box-shadow: 0 0 2px black;
  40.     margin-top: 10px;
  41.     margin-bottom: 10px;
  42. }
  43. .image_description {
  44.     background: #242526;
  45. }
  46. .image_description h3 {
  47.     text-transform: uppercase;
  48.     font-weight: bold;
  49.     font-size: 10px;
  50. }
  51. .tagsauce {
  52.     background: #292b2b;
  53.     padding: 5px;
  54. }
  55. .tag-list h6 {
  56.     text-transform: uppercase;
  57. }
  58. .image-other, #comments {
  59.     max-width: unset;
  60. }
  61. .image-other > *, .reply-form, .image-other .reply-form.comments, article.post.full-comment, .post-list {
  62.     max-width: 900px;
  63.     margin-left: auto;
  64.     margin-right: auto;
  65. }
  66. #comments .metabar, .post-list + .metabar, .topic-list + .metabar {
  67.     border-top: 1px solid gray;
  68.     margin: 20px auto 10px auto;
  69.     max-width: 80%;
  70. }
  71. #comments .metabar, #comments .metabar a {
  72.     background: none;
  73.     color: black;
  74.     text-transform: uppercase;
  75. }
  76. .metabar {
  77.     background: none !important;
  78.     color: #dcdcdc !important;
  79.     text-transform: uppercase !important;
  80. }
  81. .metabar-sub strong {
  82.     text-transform: none !important;
  83.     color: #dcdcdc !important;
  84.     background: none !important;
  85. }
  86. .metabar a {
  87.     color: #dcdcdc !important;
  88.     background: none !important;
  89. }
  90. .metabar-sub {
  91.     border-top: 1px solid #dcdcdc !important;
  92. }
  93. .metabar > div {
  94.     border-right: 1px solid #dcdcdc !important;
  95.     margin-right: 0 !important;
  96.     padding-right: 8px !important;
  97. }
  98. .metabar-sub > div, .metabar *:last-child {
  99.     border-right: none !important;
  100. }
  101.  
  102. .flash {
  103.     display: none;
  104. }
  105. .searchbox, .home form {
  106.     display: inline-block;
  107. }
  108. #header .home .searchbox a.searchanchor:hover {
  109.     background: none !important;
  110. }
  111. #header {
  112.     margin: 0;
  113.     top: 0;
  114.     position: fixed;
  115.     background: #4d4d4d;
  116.     z-index: 1000;
  117.     box-shadow: 0 5px 5px black;
  118. }
  119. #header > * {
  120.     padding: 5px;
  121. }
  122. #navigation {
  123.     display: inline-block;
  124. }
  125. #header a {
  126.     color: #dcdcdc !important;
  127.     background: none !important;
  128.     border: none !important;
  129. }
  130. #header a:hover {
  131.     color: black !important;
  132.     background: white !important;
  133. }
  134. .dropdown_icon {
  135.     display: none;
  136. }
  137. .dropdown_menu {
  138.     display: none;
  139. }
  140. #header .filter-menu {
  141.     background: none;
  142. }
  143. #header input[type="text"], #header select {
  144.     background: #666666;
  145.     border-radius: 6px;
  146.     border: none;
  147. }
  148. #header input[type="text"]:focus, #header input[type="text"]:hover {
  149.     width: 300px;
  150.     -webkit-animation: input-open .2s ease-in-out;
  151. }
  152. #header select {
  153.     margin-right: 5px;
  154.     margin-left: 5px;
  155. }
  156.  
  157. @-webkit-keyframes input-open {
  158.     0.00% { width: 175px; }
  159.     100%  { width: 300px; }
  160. }
  161.  
  162. .metabar.meta-table div {
  163.     border: none !important;
  164. }
  165. .metabar.meta-table a {
  166.     background: none !important;
  167.     color: #dcdcdc !important;
  168. }
  169. .metabar a:hover, .page.current {
  170.     background: #dcdcdc !important;
  171.     color: black !important;
  172. }
  173. .page.current {
  174.     padding: 3px;
  175. }
  176. #actual-imagelist-container {
  177.     margin: 0 auto 0 auto;
  178.     padding: 0 20px 0 20px;
  179. }
  180.  
  181. .activity-side {
  182.     padding-left: 10px;
  183. }
  184. .activity-side .activity-box {
  185.     border: none;
  186.     background: #444444;
  187.     box-shadow: 0 0 2px black;
  188. }
  189. .activity-side .activity-box h3 {
  190.     font-size: 16px;
  191.     font-weight: lighter;
  192.     text-transform: uppercase;
  193. }
  194. .activity-main #imagelist_container {
  195.     box-shadow: 0 0 2px black;
  196.     margin: 5px 10px 5px 5px;
  197. }
  198. #header #nav-toggle {
  199.     display: table-cell !important;
  200. }
  201. #footer {
  202.     background: none;
  203. }
  204. .image {
  205.     margin: 4px !important;
  206. }
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement