diff --git a/stylesheets/dark_spook.css b/stylesheets/dark_spook.css new file mode 100644 index 00000000..ff561166 --- /dev/null +++ b/stylesheets/dark_spook.css @@ -0,0 +1,25 @@ +/** + * dark.css, teal extension + * Clumps all rules into three rules to determine the new accent color + */ + +@import url("/stylesheets/dark.css"); + +span.quote { + color:#3C827A; +} + +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 { + color: #59938D; +} + +p.intro span.subject, .intro span.capcode, p.intro a.capcode, p.intro a.nametag, span.heading { + color: #50C4B8; +} + +#pagewrap{ + background: url('/spooks.php') bottom 20px right 20px fixed no-repeat; background-size: 20%; +} \ No newline at end of file