mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
95 lines
1.3 KiB
CSS
95 lines
1.3 KiB
CSS
textarea,input,select {
|
|
border: 1px solid #000;
|
|
background: #000;
|
|
color: #EEE;
|
|
font: 10pt monospace;
|
|
}
|
|
|
|
input[type=radio] {
|
|
border: none;
|
|
}
|
|
|
|
input[type=submit] {
|
|
border: #000 solid 2px;
|
|
font: 10pt 'verdana', sans-serif;
|
|
}
|
|
|
|
body, table, thead, tbody, span, td, tr, th, a, img, br {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
}
|
|
|
|
center { /* ... *why*? */
|
|
text-align: center;
|
|
}
|
|
|
|
.tdbgh, .tbl, .tdbgc, .tdbg1, .tdbg2 {
|
|
line-height: 1;
|
|
padding: 1px;
|
|
}
|
|
|
|
table { /* Should this be .table? */
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
a:link,a:visited,a:active,a:hover {
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table { /* Is there a reason this isn't above? ... and *why* does it exist in the first place? */
|
|
padding: 0.5em;
|
|
}
|
|
|
|
span.lastpost {
|
|
font-size: 90%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
div.lastpost {
|
|
font-size: 90%;
|
|
text-align: right !important;
|
|
}
|
|
|
|
.table{
|
|
width: 100%;
|
|
empty-cells: show;
|
|
}
|
|
.sparkline {
|
|
display: none;
|
|
}
|
|
|
|
.center, center { /* Didn't we already *do* this?! */
|
|
text-align: center;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
code {
|
|
overflow: auto;
|
|
width: 100%;
|
|
white-space: pre;
|
|
display: block;
|
|
}
|
|
|
|
code br {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.onlineuser {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.minipic {
|
|
vertical-align: middle;
|
|
max-width: 16px;
|
|
max-height: 16px;
|
|
} |