leftypol/stylesheets/dark_red.css

22 lines
611 B
CSS
Raw Normal View History

2014-09-28 19:42:50 +00:00
/**
* dark.css, red extension
* Clumps all rules into three rules to determine the new accent color
2014-09-28 19:42:50 +00:00
*/
@import url("/stylesheets/dark.css");
2014-09-28 19:42:50 +00:00
span.quote {
/* color:#D96262; */
2014-09-28 19:42:50 +00:00
}
div.blotter, h1, h2, header div.subtitle, div.title, a:link:hover, a:visited:hover p.intro a.post_no:hover,
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover, p.intro span.name,
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name,
input[type="submit"]:hover, div.ban h2 {
2014-09-28 19:42:50 +00:00
color: #DD3232;
}
2014-09-28 19:42:50 +00:00
p.intro span.subject {
color: #962C22; /*old #664445 */
2014-09-28 19:42:50 +00:00
}