Archived
1
0

more theme updates / unborking

This commit is contained in:
Jeff Becker 2016-07-13 09:14:39 -04:00
parent dbd05c30c3
commit 54644e0da2
2 changed files with 26 additions and 0 deletions

View File

@ -16,6 +16,23 @@ body {
background: #FBFFC9; background: #FBFFC9;
} }
#postform_container {
background-color: rgba(0,0,0,0);
}
.post:target {
background-color: #ffda9b;
box-shadow: 0px 0px 5px 1px;
}
img#nntpchan_banner {
box-shadow: 0px 0px 10px 0px #FFECBE;
}
#postform_inner {
box-shadow: 0px 1px 5px 1px;
}
.navbar, table, thead, th, table, pre, .op { .navbar, table, thead, th, table, pre, .op {
background: #FFECBE; background: #FFECBE;
} }

View File

@ -628,3 +628,12 @@ hr
border: 1px solid #535353; border: 1px solid #535353;
height: 1px height: 1px
} }
img#nntpchan_banner {
box-shadow: 0px 0px 10px 0px;
}
.post:target {
background-color: 2c2d3e;
box-shadow: 0px 0px 10px 2px;
}