a png
(1.62 MB, 1894x6282)
DarkEnd
Version = 1.1
Makes everything dark. Further updates can be found at the links below.
>>>/darkend/
https://userstyles.org/styles/122811/enddark
> is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;"
CSS
/*Name: DarkEnd
*Version: 1.1
*/
/*Base*/
body {
color: #898888;
background: #0B0B0B;}
hr {
border: 1px solid #535353;}
a {
color: #9393DE;}
#bannerImage {
width: 50%;}
/*Nav Bar*/
nav {
background-color: #121212;
border-bottom: 1px solid #535353;}
/*Front Page*/
h2 {
float: right;
margin-right: 2.5em;}
#topBox, #newsBox, #divBoards, #divLatestPosts, #divLatestImages{
background-color: #121212;
border: solid 1px #535353;}
#innerWrapper {
width: 60%;}
#divLatestImages {
max-width: none;}
footer {
background-color: #121212;
border-top: solid 1px #535353;}
/*Account Page*/
.settings{
background-color: #121212;
border: solid 1px #535353;}
input {
color: #898888;
background-color: #121212;
border: solid 1px #535353;}
/*Board Mangment Page*/
.settings textarea{
color: #898888;
background-color: #121212;
border: solid 1px #535353;}
/*Board Page*/
#boardsCellHeader span {
color: #898888;
background-color: #121212;
border: solid 1px #535353;}
.boardsCell:nth-of-type(odd) span {
background-color: #121212;
color: #898888;
border: solid 1px #535353;}