Do something with stylesheets. idk, I should keep more up-to-date on this stuff

This commit is contained in:
Michael Walker 2014-11-13 00:09:18 +00:00
parent 671f43b449
commit a7bb7e302f
48 changed files with 2123 additions and 764 deletions

View file

@ -27,6 +27,11 @@ p.intro span.subject {
}
form table tr th {
background: #EA8;
color: #800000;
border: 1px solid #800000;
}
textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover {
border: 1px solid #EA8;
}
div.ban h2 {
background: #FCA;
@ -38,6 +43,10 @@ div.ban {
div.ban p {
color: black;
}
.topbar {
background-color: #F0E0D6;
border-bottom: 1px solid #D9BFB7;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;