forked from leftypol/leftypol
dark_spooks.css: add missing theme back in
This commit is contained in:
parent
8c3bc77992
commit
217f49f090
1 changed files with 25 additions and 0 deletions
25
stylesheets/dark_spook.css
Normal file
25
stylesheets/dark_spook.css
Normal file
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue