forked from leftypol/leftypol
A bunch of stuff.
This commit is contained in:
parent
d284b0d50d
commit
62bd2ee348
5 changed files with 117 additions and 44 deletions
10
style.css
10
style.css
|
@ -199,6 +199,10 @@ span.controls.op {
|
|||
span.controls a {
|
||||
margin: 0;
|
||||
}
|
||||
div#wrap {
|
||||
width: 900px;
|
||||
margin:0 auto;
|
||||
}
|
||||
div.ban {
|
||||
background: white;
|
||||
border: 1px solid #98E;
|
||||
|
@ -219,4 +223,10 @@ div.ban p {
|
|||
}
|
||||
div.ban p.reason {
|
||||
font-weight: bold;
|
||||
}
|
||||
span.spoiler {
|
||||
background: black;
|
||||
}
|
||||
span.spoiler:hover {
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue