Forked from JakobOvrum/dlang-org-redesign-dark-theme.css
Last active
October 11, 2016 03:06
-
-
Save CyberShadow/f748ade31945a4c823afd263b466508c to your computer and use it in GitHub Desktop.
dlang.org Re-Design Dark Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document regexp("https?://(www\.|forum\.)?dlang.org/(|library|library-prerelease|phobos|phobos-prerelease|spec)(.*)") { | |
body { | |
color: #BFBFBF !important; | |
background-color: #222 !important; | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAAB20lEQVRIx4XWuZXDMAwE0C0SAQtggIIYoAAEU+aKOHhYojTrYP2+QfOW/5QIJOih/q8HwF/pb3EX+UPIveYcQGgEHiu9hI+ihEc5Jz5KBIlRRRaJ1JtoSAl5Hw96hLB1/up1tnIXOck5jZQy+3iU2hAOKSH1JvwxHsp+5TLF5MOl1/MQXsVs1miXc+KDbYydyMeUgpPQreZ7fWidbNhkXNJSeAhc6qHmHD8AYovunYyEACWEbyIhNeB9fRrH3hFi0bGPLuEW7xCNaohw1vAlS805nfsrTspclB/hVdoqusg53eH7FWot+wjYpOViX8KbFFKTwlnzvj65P9H/vD0/hibYBGhPwlPO8TmxRsaxsNnrUmUXpNhirlJMPr6Hqq9k5Xn/8iYQHYIuQsWFC6Z87IOxLxHphSY4SpuiU87xJnJr5axfeRd+lnMExXpEWPpuZ1v7qZdNBOjiHzDREHX5fs5Zz9p6X0vVKbKKchlSl5rv+3p//FJ/PYvoKryI8vs+2G9lzRmnEKkh+BU8yDk515jDj/HAswu7CCz6U/Mxb/PnC9N41ndpU4hUU7JGk/C9PmP/M2xZYdvBW2PObyf1IUiIzoHmHW9yTncliYs9A9tVNppdShfgQaTLMf+j3X723tLeHgAAAABJRU5ErkJggg==) !important; | |
background-clip: border-box !important; | |
background-origin: padding-box !important; | |
background-attachment: scroll !important; | |
background-repeat: repeat !important; | |
background-size: auto !important; | |
background-position: left top !important; | |
} | |
p, input#q, select, hr, h1, h2, h3, h4 { | |
color: #BFBFBF !important; | |
} | |
#tools { | |
background-color: unset !important; | |
} | |
.intro, .forum-table, body#Home #content #tools { | |
background-color: #222 !important; | |
} | |
.d_code { | |
color: #BFBFBF !important; | |
background-color: #000000 !important; | |
} | |
.d_keyword { | |
color: #DE935F !important; | |
} | |
body.frame a, body.frame .forum-postsummary-author { | |
color: #BFBFBF !important; | |
} | |
th, | |
#search-query, #search-dropdown, div.subnav-helper, div.subnav.expand-container, | |
/* forum */ | |
.forum-index-col-lastpost, .number-column, .horizontal-post-info, | |
/* forum thread */ | |
.forum-expand-toggle, .post-info, .post-header, .forum-table, .subheader, .group-index-col-last, | |
/* library docs */ | |
.d_decl, .leadingrow, | |
/* language specification */ | |
.bnf { | |
color: #BFBFBF !important; | |
background-color: #222 !important; | |
} | |
.quickindex { | |
background-color: unset !important; | |
} | |
table, th, td, img { | |
border-color: #777 !important; | |
} | |
.thread-start > tbody > tr:nth-child(2n) { | |
background-color: #222222 !important; | |
} | |
.thread-start > tbody > tr:nth-child(2n+1) { | |
background-color: #222 !important; | |
} | |
/* | |
.group-index-header { | |
color: #BFBFBF !important; | |
background-color: #777 !important; | |
}*/ | |
.focused, .focused > td > div { | |
background-color: #333 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment