Ah yes thanks, I copied the older style from older moe danbooru which I guess was missing those changes.
|
Please log in. To create a new account, enter the name and password you want to use.
If you supplied an email address when you signed up or added a email later, you can have your password reset.
|
Swift
Stylesheet
http://moe.imouto.org/artist/show/2
It seems the new features don't have the stylesheets changed for moe's colorscheme:
http://i25.photobucket.com/albums/c63/swift412/moe_before.png
If you make these changes:
table tr.even {
color: white;
background: #444;
}
tr.odd {
color: white;
background: #333;
}
table.form th {
background: #333;
color: white;
white-space: normal;
padding-right: 2em;
}
It should end up something like this:
http://i25.photobucket.com/albums/c63/swift412/moe_after.png