Advertisement
Guest User

Untitled

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