doushio
Version:
Real-time imageboard
28 lines (27 loc) • 399 B
CSS
.mod.addr {
display: inline-block;
position: static;
text-decoration: none;
}
.mod.address {
background-color: white;
bottom: 1.2em;
color: #444;
position: absolute;
padding: 1em;
z-index: 30;
}
.mod.hidden {
color: red;
}
.mod#toolbox {
margin: 0.5em 0.5em 0.5em 1.0em;
}
.mod#panel {
background-color: white;
bottom: 30px;
color: black;
padding: 1em;
position: fixed;
right: 0;
}