moved stylesheets into a new "stylesheets" directory

This commit is contained in:
Savetheinternet 2011-07-07 22:35:35 +10:00
parent 850e61e8ed
commit dcd6a59613
5 changed files with 8 additions and 8 deletions

56
stylesheets/yotsuba.css Normal file
View file

@ -0,0 +1,56 @@
body {
background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%;
color: #800000;
}
a:link, a:visited, p.intro a.email span.name {
color: #0000ff;
}
a:link:hover {
color: #d00;
}
a.post_no {
color: #800000;
}
div.post.reply {
background: #f0e0d6;
border-color: #d9bfb7;
}
div.post.reply.highlighted {
background: #f0c0b0;
border-color: #d9bfb7;
}
div.post.reply p.body a {
color: navy;
}
p.intro span.subject {
color: #d00;
}
form table tr th {
background: #EA8;
}
div.ban h2 {
background: #FCA;
color: inherit;
}
div.ban {
border-color: #800;
}
div.ban p {
color: black;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;
}
div.pages a.selected {
color: #800;
}
hr {
border-color: #D9BFB7;
}
div.boardlist {
color: #B86;
}
div.boardlist a {
color: #800;
}