Skip to content

Instantly share code, notes, and snippets.

@Liandriz
Created March 16, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liandriz/b10b4a9d2d371ef6a437 to your computer and use it in GitHub Desktop.
Save Liandriz/b10b4a9d2d371ef6a437 to your computer and use it in GitHub Desktop.
Custom CSS for Danbooru
/*
//Danbooru Dark
//by cassist
//Modded by Liandri
*/
@-moz-document domain('donmai.us') {
/*General*/
/* Make Things Small ^tm */
header#top h1 {
display:none;
}
footer {
display:none;
}
div#upgrade-account-notice {
display:none;
}
body {
font-family: "Inconsolata", Arial, sans-serif !important;
font-size: 12px !important;
}
/* Backgrounds and fill */
body, div#page, blockquote {
background:#333333 !important;
}
aside#sidebar, header#top {
background:#333333 !important;
}
div#c-posts, div#a-show, div#artist-commentary, div.nav-notice, li:hover, .bbb-general-label:hover {
background:#333333 !important;
}
.spoiler{
background:#F1F1F1 !important;
}
div#bbb_menu, div.bbb-border-div, div.bbb-border-settings {
background:#333333 !important;
}
/* side bar and assorted text*/
li{
color: #888888 !important;
}
h1, h2, h3 {
color: #F1F1F1 !important;
}
div#note-container, div.note-body, p.tn, .post-count {
color: #888888 !important;
}
a.active, ul, p, tbody{
color: #F1F1F1 !important;
}
div.input, label, div.bbb-section-text {
color: #F1F1F1 !important;
}
/* like fuckin' trying to fix the search box here */
#search-box, #search-box:hover {
-moz-appearance:none!important;
background-color:#333333 !important;
margin:0px!important;
padding: 0 0 0 0 !important;
font-family: Tahoma,Verdana,Helvetica,sans-serif;
font-weight: bold;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment