Created
September 28, 2018 01:35
-
-
Save martinmckenna/d5fda426750784bb2b474e700b97d92c to your computer and use it in GitHub Desktop.
SA 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
html, div#container, .post tbody .bbc-block:not(.userquoted), td.title div.lastseen, #forum td.title div.lastseen a.x, table.standard td, .dictionary_show .letternav li a, .gloryhole div#main_small table.stats td, ul.contactlist { | |
background: #3b444b !important; | |
} | |
#content ul#usercpnav { | |
background: transparent !important; | |
box-shadow: none; | |
border: none; | |
} | |
.seen1 .userinfo, .seen1 .postdate, .seen2 .postbody, .seen2 .postlinks, tr.subforum td, .getinfo table.standard td#thread, .getinfo table.standard td.info, .getinfo table.standard tr:last-child td { | |
background: #656565 !important; | |
} | |
.seen1 .postbody, .seen1 .postlinks, .seen2 .userinfo, .seen2 .postdate { | |
background: #5A5A5A !important; | |
} | |
.altcolor1 .userinfo, .altcolor1 .postdate, .altcolor2 .postbody, .altcolor2 .postlinks, #forum tr.seen td.icon, #forum tr.seen td.author, #forum tr.seen td.views, #cpmain #forum td.lastpost, #forum tr.seen td.button_remove, #forum tr.seen td.star, #forum td.star, #forums td.icon, #forums td.moderators, #info tr td:nth-child(odd), .altcolor1 td.userinfo, .altcolor1 td.postdate, #forum td.icon, #forum td.icon2, #forum td.star, .privfolder #content table tr td.status, .privfolder #content table tr td.icon, div.standard, .privmsg #thread table.post td.userinfo, .privmsg #thread table.post td.postdate, .threadlist td.author, .threadlist td.views, .threadlist td.lastpost { | |
background: #1D1D1D !important; | |
} | |
.altcolor1 .postlinks, .altcolor1 .postbody, .altcolor2 .userinfo, .altcolor2 .postdate, div.breadcrumbs a.up span, div.pages a, .showthread .breadcrumbs span.mainbodytextlarge a.index, #forum tr.seen td.title, #forum td.replies, #forum tr.seen td.rating, .forumhome #forums td.title, .forumhome #forum td.title, #pm tr td, #info tr td:nth-child(even), .privfolder #content table tr td.title, .privfolder #content table tr td.date, .privfolder #content table tr td.sender, .privfolder #content table tr td.check, #main_full, .privmsg #thread table.post td.postbody, .privmsg #thread table.post td.postlinks, .privmsg .messages_nextprev a, .threadlist td.title, .threadlist td.rating, .bbc-block, .letternav li { | |
background: #2D2D2D !important; | |
} | |
.seen1 dd, .seen1 dt, .altcolor1 dd, .altcolor1 dt, .seen2 dd, .seen2 dt, .altcolor2 dd, .altcolor2 dt, .postbody, .postdate, .showthread .breadcrumbs span.mainbodytextlarge, #forum tr.seen td.views, #cpmain #forum td.lastpost div, .breadcrumbs b, #pm tr td, #info tr td, .privfolder #content table tr td.date, #main_full, .searchresults .blurb, #posts li .byline, div.standard, .gloryhole div#main_small table.stats td, .privmsg #thread table.post dt, .privmsg #thread table.post dd, .privmsg #thread table.post td.postbody, form b, #thread table.post p.editedby span, tr.subforum td, .threadlist .date, .threadlist td.views, .search_help { | |
color: #D6D5D5 !important; | |
} | |
.bbc-block blockquote, i.bt, .getinfo .info dl.additional dt, .getinfo table.standard td.info p { | |
color: wheat !important; | |
} | |
#content a { | |
color: #FFD091 !important; | |
} | |
#content a:hover, #content .notes a { | |
color: #4686AD !important; | |
} | |
.userquoted { | |
background: darkslateblue !important; | |
} | |
td.postlinks ul.profilelinks li a, #forum td.title div.lastseen a, #usercpnav li, .altcolor1 td.postdate a, .altcolor1 td.postlinks ul.profilelinks li a, .altcolor2 td.postdate a, .altcolor2 td.postlinks ul.profilelinks li a, #thread dl.userinfo dt.author, .dictnav a, .gloryhole div#main_small h3, .forumdisplay #forum.threadlist td.title.title_sticky div.info a.thread_title, #forum .thread td.title a.announcement, .getinfo table.standard h3 { | |
text-shadow: none !important; | |
} | |
.postbody code { | |
background-color: #D6D5D5 !important; | |
} | |
body#something_awful #copyright { | |
padding: 2em; | |
background-color: #D6D5D5 !important | |
} | |
#bbindex .tag, #bbindex th { | |
color: #2D2D2D !important; | |
} | |
.letternav li a { | |
padding: .5em; | |
} | |
.letternav li { | |
margin: .5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment