101 lines
1.5 KiB
CSS
101 lines
1.5 KiB
CSS
html {
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: #2e2e2e;
|
|
}
|
|
|
|
image {
|
|
border: none;
|
|
}
|
|
|
|
body {
|
|
padding: 0 75px 0 75px;
|
|
margin: 0;
|
|
font: normal 0.7em "Lucida Grande","Lucida Sans Unicode", sans-serif;
|
|
color: #a0a0a0;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
body {
|
|
padding: 0px;
|
|
}
|
|
}
|
|
|
|
div {
|
|
display: block;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
input {
|
|
color: #a0a0a0;
|
|
background-color: #2C3737;
|
|
border: none;
|
|
border-bottom: solid 1px black;
|
|
padding: 2px 6px 2px 6px;
|
|
}
|
|
|
|
input:hover {
|
|
background-color: #445A5E;
|
|
}
|
|
|
|
a, a:link, a:hover, a:visited, a:active {
|
|
text-decoration: none;
|
|
color: #eee;
|
|
}
|
|
|
|
td, th {
|
|
text-align: left;
|
|
margin: 0;
|
|
padding: 6px;
|
|
vertical-align: top;
|
|
display: table-cell;
|
|
border: none;
|
|
}
|
|
|
|
tr.rowhighlight a {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
table.jtable tr:hover, table.jtable th {
|
|
background: #2b3233 url(images/ui-bg_highlight-hard_20_2b3233_1x100.png) 50% 50% repeat-x;
|
|
color: #ffffff;
|
|
}
|
|
|
|
table.jtable {
|
|
border-spacing: 0px;
|
|
border-collapse:collapse;
|
|
border: 1px solid #555555;
|
|
background: #1e1e1e url(images/ui-bg_flat_25_1e1e1e_40x100.png) 50% 50% repeat-x;
|
|
color: #c5c5c5;
|
|
}
|
|
|
|
table.jtable a:visited {
|
|
color: #888;
|
|
}
|
|
|
|
table.noborder {
|
|
margin: 1px;
|
|
border: none;
|
|
}
|
|
|
|
.filterelem {
|
|
padding: 10px;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
|
|
|
|
.hand {
|
|
cursor: pointer;
|
|
}
|
|
|
|
pre {
|
|
font-family: monospace;
|
|
font-size: 1.2em;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|