2018-03-28 20:15:50 +00:00
|
|
|
body > div.body {
|
2018-04-10 15:21:56 +00:00
|
|
|
padding: 0 0.5em;
|
2014-06-23 22:42:43 +00:00
|
|
|
}
|
2017-01-24 13:23:52 +00:00
|
|
|
@media screen and (max-device-width: 960px) {
|
|
|
|
|
body {
|
|
|
|
|
zoom: 1.4;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-06-23 22:42:43 +00:00
|
|
|
h2, h3 {
|
|
|
|
|
margin: 1em 0;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2020-04-10 22:17:12 +00:00
|
|
|
.fa.info,
|
|
|
|
|
.fa-icon.info {
|
2020-04-11 15:32:43 +00:00
|
|
|
color: var(--fg-icon-info-lvl-0-dimmed);
|
|
|
|
|
fill: var(--fg-icon-info-lvl-0-dimmed);
|
2020-04-10 22:17:12 +00:00
|
|
|
font-size: 110%;
|
2015-10-03 14:28:53 +00:00
|
|
|
}
|
2020-04-10 22:17:12 +00:00
|
|
|
.fa.info:hover,
|
|
|
|
|
.fa-icon.info:hover {
|
|
|
|
|
color: inherit;
|
|
|
|
|
fill: inherit;
|
2015-12-18 17:56:37 +00:00
|
|
|
}
|
2020-04-10 22:17:12 +00:00
|
|
|
.fa.info.important,
|
|
|
|
|
.fa-icon.info.important {
|
2020-04-11 15:32:43 +00:00
|
|
|
color: var(--fg-icon-info-lvl-3-dimmed);
|
2020-04-10 22:17:12 +00:00
|
|
|
}
|
|
|
|
|
.fa.info.important:hover,
|
|
|
|
|
.fa-icon.info.important:hover {
|
2020-04-11 15:32:43 +00:00
|
|
|
color: var(--fg-icon-info-lvl-3);
|
2015-10-03 14:28:53 +00:00
|
|
|
}
|
2014-10-07 12:59:35 +00:00
|
|
|
button {
|
|
|
|
|
padding: 0.33em;
|
|
|
|
|
}
|
2016-01-17 18:30:43 +00:00
|
|
|
input[type="number"] {
|
|
|
|
|
width: 5em;
|
|
|
|
|
}
|
2020-04-10 22:17:12 +00:00
|
|
|
input[type="checkbox"][disabled] + * {
|
|
|
|
|
color: #888;
|
2016-10-16 17:04:31 +00:00
|
|
|
}
|
2014-06-23 22:42:43 +00:00
|
|
|
.para {
|
|
|
|
|
width: 40em;
|
|
|
|
|
}
|
|
|
|
|
.warn {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background-color: #FEDAE0;
|
|
|
|
|
}
|
2018-04-10 12:08:28 +00:00
|
|
|
@media (max-height: 640px), (max-height: 800px) and (max-width: 480px) {
|
2018-04-10 15:21:56 +00:00
|
|
|
.body > p,
|
|
|
|
|
.body > ul {
|
|
|
|
|
margin: 0.5em 0;
|
|
|
|
|
}
|
2018-03-28 13:11:55 +00:00
|
|
|
.vverbose {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-04-10 15:21:56 +00:00
|
|
|
@media (max-height: 400px) {
|
|
|
|
|
html {
|
|
|
|
|
min-height: 400px !important;
|
|
|
|
|
overflow: auto !important;
|
|
|
|
|
}
|
|
|
|
|
}
|