Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* derpibooru-dark */
- @-moz-document domain("derpibooru.org") {
- .image-show #image_display {
- display: block;
- margin: 10px auto 10px auto;
- }
- .image-warning {
- margin: 5px auto 10px auto;
- max-width:900px;
- }
- #content {
- box-shadow: 0 0 15px black;
- margin-left:75px;
- margin-right:75px;
- margin-top: 42px;
- padding-bottom: 10px;
- background: #4f4f4f;
- }
- #content > * {
- margin-left:auto;
- margin-right:auto;
- }
- .tagsauce, .tag-list, .image_menu {
- max-width: 900px;
- margin-left:auto;
- margin-right:auto;
- }
- html, body {
- background: #2f2b22;
- color: #dcdcdc;
- margin: 0;
- }
- .reply-form.comments {
- margin-bottom: 10px;
- }
- #imagespns, .reply-form, .post.full-comment, .image_description, .tagsauce,.post-list > * {
- border: none;
- box-shadow: 0 0 2px black;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .image_description {
- background: #242526;
- }
- .image_description h3 {
- text-transform: uppercase;
- font-weight: bold;
- font-size: 10px;
- }
- .tagsauce {
- background: #292b2b;
- padding: 5px;
- }
- .tag-list h6 {
- text-transform: uppercase;
- }
- .image-other, #comments {
- max-width: unset;
- }
- .image-other > *, .reply-form, .image-other .reply-form.comments, article.post.full-comment, .post-list {
- max-width: 900px;
- margin-left: auto;
- margin-right: auto;
- }
- #comments .metabar, .post-list + .metabar, .topic-list + .metabar {
- border-top: 1px solid gray;
- margin: 20px auto 10px auto;
- max-width: 80%;
- }
- #comments .metabar, #comments .metabar a {
- background: none;
- color: black;
- text-transform: uppercase;
- }
- .metabar {
- background: none !important;
- color: #dcdcdc !important;
- text-transform: uppercase !important;
- }
- .metabar-sub strong {
- text-transform: none !important;
- color: #dcdcdc !important;
- background: none !important;
- }
- .metabar a {
- color: #dcdcdc !important;
- background: none !important;
- }
- .metabar-sub {
- border-top: 1px solid #dcdcdc !important;
- }
- .metabar > div {
- border-right: 1px solid #dcdcdc !important;
- margin-right: 0 !important;
- padding-right: 8px !important;
- }
- .metabar-sub > div, .metabar *:last-child {
- border-right: none !important;
- }
- .flash {
- display: none;
- }
- .searchbox, .home form {
- display: inline-block;
- }
- #header .home .searchbox a.searchanchor:hover {
- background: none !important;
- }
- #header {
- margin: 0;
- top: 0;
- position: fixed;
- background: #4d4d4d;
- z-index: 1000;
- box-shadow: 0 5px 5px black;
- }
- #header > * {
- padding: 5px;
- }
- #navigation {
- display: inline-block;
- }
- #header a {
- color: #dcdcdc !important;
- background: none !important;
- border: none !important;
- }
- #header a:hover {
- color: black !important;
- background: white !important;
- }
- .dropdown_icon {
- display: none;
- }
- .dropdown_menu {
- display: none;
- }
- #header .filter-menu {
- background: none;
- }
- #header input[type="text"], #header select {
- background: #666666;
- border-radius: 6px;
- border: none;
- }
- #header input[type="text"]:focus, #header input[type="text"]:hover {
- width: 300px;
- -webkit-animation: input-open .2s ease-in-out;
- }
- #header select {
- margin-right: 5px;
- margin-left: 5px;
- }
- @-webkit-keyframes input-open {
- 0.00% { width: 175px; }
- 100% { width: 300px; }
- }
- .metabar.meta-table div {
- border: none !important;
- }
- .metabar.meta-table a {
- background: none !important;
- color: #dcdcdc !important;
- }
- .metabar a:hover, .page.current {
- background: #dcdcdc !important;
- color: black !important;
- }
- .page.current {
- padding: 3px;
- }
- #actual-imagelist-container {
- margin: 0 auto 0 auto;
- padding: 0 20px 0 20px;
- }
- .activity-side {
- padding-left: 10px;
- }
- .activity-side .activity-box {
- border: none;
- background: #444444;
- box-shadow: 0 0 2px black;
- }
- .activity-side .activity-box h3 {
- font-size: 16px;
- font-weight: lighter;
- text-transform: uppercase;
- }
- .activity-main #imagelist_container {
- box-shadow: 0 0 2px black;
- margin: 5px 10px 5px 5px;
- }
- #header #nav-toggle {
- display: table-cell !important;
- }
- #footer {
- background: none;
- }
- .image {
- margin: 4px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement