2017-02-19 06:52:53 +00:00
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-05-08 00:44:46 +00:00
|
|
|
|
|
|
|
html {
|
2017-08-12 22:50:51 +00:00
|
|
|
background-color: #1e1e1e;
|
2017-05-08 00:44:46 +00:00
|
|
|
}
|
2017-08-11 05:24:18 +00:00
|
|
|
|
2017-08-13 02:41:13 +00:00
|
|
|
html, button {
|
|
|
|
font-family: "Arial", sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2017-08-12 22:50:51 +00:00
|
|
|
button {
|
|
|
|
background-color: #2e2e2e;
|
|
|
|
border-color: #4a4a4a;
|
|
|
|
color: #fafafa;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
2017-08-13 02:41:13 +00:00
|
|
|
form input, form button {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2017-08-12 22:50:51 +00:00
|
|
|
input {
|
|
|
|
color: white;
|
|
|
|
background-color: #2e2e2e;
|
|
|
|
border-color: #4a4a4a;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=number] {
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.panel {
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
border: 2px solid #1e1e1e;
|
2017-08-11 05:24:18 +00:00
|
|
|
color: white;
|
|
|
|
position: absolute;
|
2017-08-12 22:50:51 +00:00
|
|
|
top: 26px;
|
2017-08-11 05:24:18 +00:00
|
|
|
left: 0;
|
2017-08-12 22:50:51 +00:00
|
|
|
z-index: 11;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#help h2 {
|
|
|
|
text-align: center;
|
2017-08-11 05:24:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#help table {
|
|
|
|
color: white;
|
|
|
|
}
|
2017-08-12 22:50:51 +00:00
|
|
|
|
|
|
|
#options {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 10;
|
|
|
|
}
|