more theme updates / unborking
This commit is contained in:
parent
dbd05c30c3
commit
54644e0da2
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -627,4 +627,13 @@ 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;
|
||||||
}
|
}
|
Reference in New Issue
Block a user