You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1810 lines
51 KiB
1810 lines
51 KiB
@charset "UTF-8";
|
|
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
/**
|
|
* 1. Set default font family to sans-serif.
|
|
* 2. Prevent iOS and IE text size adjust after device orientation change,
|
|
* without disabling user zoom.
|
|
*/
|
|
*, *:before, *:after {
|
|
box-sizing: border-box; }
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
/* 1 */
|
|
-ms-text-size-adjust: 100%;
|
|
/* 2 */
|
|
-webkit-text-size-adjust: 100%;
|
|
/* 2 */ }
|
|
|
|
/**
|
|
* Remove default margin.
|
|
*/
|
|
body {
|
|
margin: 0; }
|
|
|
|
/* HTML5 display definitions
|
|
========================================================================== */
|
|
/**
|
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
|
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
|
* and Firefox.
|
|
* Correct `block` display not defined for `main` in IE 11.
|
|
*/
|
|
figure,
|
|
nav
|
|
{
|
|
display: block; }
|
|
|
|
/**
|
|
* 1. Correct `inline-block` display not defined in IE 8/9.
|
|
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
|
*/
|
|
canvas,
|
|
progress
|
|
{
|
|
display: inline-block;
|
|
/* 1 */
|
|
vertical-align: baseline;
|
|
/* 2 */ }
|
|
|
|
/**
|
|
* Prevent modern browsers from displaying `audio` without controls.
|
|
* Remove excess height in iOS 5 devices.
|
|
*/
|
|
/**
|
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
|
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
|
|
*/
|
|
[hidden]
|
|
{
|
|
display: none; }
|
|
|
|
/* Links
|
|
========================================================================== */
|
|
/**
|
|
* Remove the gray background color from active links in IE 10.
|
|
*/
|
|
a {
|
|
background-color: transparent; }
|
|
|
|
/**
|
|
* Improve readability of focused elements when they are also in an
|
|
* active/hover state.
|
|
*/
|
|
a:active,
|
|
a:hover {
|
|
outline: 0; }
|
|
|
|
/* Text-level semantics
|
|
========================================================================== */
|
|
/**
|
|
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
|
*/
|
|
/**
|
|
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
|
*/
|
|
b
|
|
{
|
|
font-weight: bold; }
|
|
|
|
/**
|
|
* Address styling not present in Safari and Chrome.
|
|
*/
|
|
/**
|
|
* Address variable `h1` font-size and margin within `section` and `article`
|
|
* contexts in Firefox 4+, Safari, and Chrome.
|
|
*/
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0; }
|
|
|
|
h2 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0; }
|
|
|
|
/**
|
|
* Address styling not present in IE 8/9.
|
|
*/
|
|
/**
|
|
* Address inconsistent and variable font size in all browsers.
|
|
*/
|
|
small {
|
|
font-size: 80%; }
|
|
|
|
/**
|
|
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
|
*/
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline; }
|
|
|
|
sup {
|
|
top: -0.5em; }
|
|
|
|
sub {
|
|
bottom: -0.25em; }
|
|
|
|
/* Embedded content
|
|
========================================================================== */
|
|
/**
|
|
* Remove border when inside `a` element in IE 8/9/10.
|
|
*/
|
|
img {
|
|
border: 0; }
|
|
|
|
/**
|
|
* Correct overflow not hidden in IE 9/10/11.
|
|
*/
|
|
svg:not(:root) {
|
|
overflow: hidden; }
|
|
|
|
/* Grouping content
|
|
========================================================================== */
|
|
/**
|
|
* Address margin not present in IE 8/9 and Safari.
|
|
*/
|
|
/**
|
|
* Address differences between Firefox and other browsers.
|
|
*/
|
|
hr {
|
|
box-sizing: content-box;
|
|
height: 0; }
|
|
|
|
/**
|
|
* Contain overflow in all browsers.
|
|
*/
|
|
pre {
|
|
overflow: auto; }
|
|
|
|
/**
|
|
* Address odd `em`-unit font size rendering in all browsers.
|
|
*/
|
|
code,
|
|
pre
|
|
{
|
|
font-family: "DejaVu Sans Mono", "Inconsolata", monospace;
|
|
font-size: 1em; }
|
|
|
|
/* Forms
|
|
========================================================================== */
|
|
/**
|
|
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
|
* styling of `select`, unless a `border` property is set.
|
|
*/
|
|
/**
|
|
* 1. Correct color not being inherited.
|
|
* Known issue: affects color of disabled elements.
|
|
* 2. Correct font properties not being inherited.
|
|
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
|
*/
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
color: inherit;
|
|
/* 1 */
|
|
font: inherit;
|
|
/* 2 */
|
|
margin: 0;
|
|
/* 3 */ }
|
|
|
|
/**
|
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
|
*/
|
|
button {
|
|
overflow: visible; }
|
|
|
|
/**
|
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
|
* All other form control elements do not inherit `text-transform` values.
|
|
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
|
* Correct `select` style inheritance in Firefox.
|
|
*/
|
|
button,
|
|
select {
|
|
text-transform: none; }
|
|
|
|
/**
|
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
|
* and `video` controls.
|
|
* 2. Correct inability to style clickable `input` types in iOS.
|
|
* 3. Improve usability and consistency of cursor style between image-type
|
|
* `input` and others.
|
|
*/
|
|
button,
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
-webkit-appearance: button;
|
|
/* 2 */
|
|
cursor: pointer;
|
|
/* 3 */ }
|
|
|
|
/**
|
|
* Re-set default cursor for disabled elements.
|
|
*/
|
|
button[disabled],
|
|
html input[disabled] {
|
|
cursor: default; }
|
|
|
|
/**
|
|
* Remove inner padding and border in Firefox 4+.
|
|
*/
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0; }
|
|
|
|
/**
|
|
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
|
* the UA stylesheet.
|
|
*/
|
|
input {
|
|
line-height: normal; }
|
|
|
|
/**
|
|
* It's recommended that you don't attempt to style these elements.
|
|
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
|
*
|
|
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
|
* 2. Remove excess padding in IE 8/9/10.
|
|
*/
|
|
input[type="checkbox"],
|
|
input[type="radio"] {
|
|
box-sizing: border-box;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */ }
|
|
|
|
/**
|
|
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
|
* `font-size` values of the `input`, it causes the cursor style of the
|
|
* decrement button to change from `default` to `text`.
|
|
*/
|
|
/**
|
|
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
|
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
|
|
*/
|
|
/**
|
|
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
|
* Safari (but not Chrome) clips the cancel button when the search input has
|
|
* padding (and `textfield` appearance).
|
|
*/
|
|
/**
|
|
* Define consistent border, margin, and padding.
|
|
*/
|
|
/**
|
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
|
*/
|
|
legend {
|
|
border: 0;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */ }
|
|
|
|
/**
|
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
|
*/
|
|
textarea {
|
|
overflow: auto; }
|
|
|
|
/**
|
|
* Don't inherit the `font-weight` (applied by a rule above).
|
|
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
|
*/
|
|
/* Tables
|
|
========================================================================== */
|
|
/**
|
|
* Remove most spacing between table cells.
|
|
*/
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0; }
|
|
|
|
td,
|
|
th {
|
|
padding: 0; }
|
|
|
|
/* Fontello data, processed by the unpack script. */
|
|
@font-face {
|
|
font-family: 'fontello';
|
|
src: url("data:application/octet-stream;base64,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") format("woff"); }
|
|
[class^="icn-"]::before, [class*=" icn-"]::before {
|
|
font-family: "fontello";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
/* opacity: .8; */
|
|
/* For safety - reset parent styles, that can break glyph codes*/
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
/* fix buttons height, for twitter bootstrap */
|
|
line-height: 1em;
|
|
/* Animation center compensation - margins should be symmetric */
|
|
/* remove if not needed */
|
|
margin-left: .2em;
|
|
/* you can be more comfortable with increased icons size */
|
|
/* font-size: 120%; */
|
|
/* Font smoothing. That was taken from TWBS */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
/* Uncomment for 3D effect */
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
|
|
|
|
/* Fontello icon codes */
|
|
/* Fontello classes */
|
|
.icn-keyboard::before {
|
|
content: '\2328'; }
|
|
|
|
.icn-about::before {
|
|
content: '\2605'; }
|
|
|
|
.icn-restore::before {
|
|
content: '\267c'; }
|
|
|
|
.icn-configure::before {
|
|
content: '\2699'; }
|
|
|
|
.icn-ok::before {
|
|
content: '\2714'; }
|
|
|
|
.icn-help::before {
|
|
content: '\2753'; }
|
|
|
|
.icn-donate::before {
|
|
content: '\2764'; }
|
|
|
|
.icn-back::before {
|
|
content: '\276e'; }
|
|
|
|
.icn-cancel::before {
|
|
content: '\e801'; }
|
|
|
|
.icn-paste::before {
|
|
content: '\f0ea'; }
|
|
|
|
.icn-network::before {
|
|
content: '🌍'; }
|
|
|
|
.icn-github::before {
|
|
content: '🐱'; }
|
|
|
|
.icn-persist::before {
|
|
content: '💾'; }
|
|
|
|
.icn-download::before {
|
|
content: '📥'; }
|
|
|
|
.icn-wifi::before {
|
|
content: '📶'; }
|
|
|
|
.icn-terminal::before {
|
|
content: '🖳'; }
|
|
|
|
html {
|
|
box-sizing: border-box; }
|
|
|
|
*, *::after, *::before {
|
|
box-sizing: inherit; }
|
|
|
|
html {
|
|
font-family: Arial, sans-serif;
|
|
color: #D0D0D0;
|
|
background: #131315; }
|
|
|
|
html, body {
|
|
border: 0 none;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden; }
|
|
|
|
a, a:visited, a:link {
|
|
cursor: pointer;
|
|
color: #5abfff;
|
|
text-decoration: none; }
|
|
|
|
a:hover {
|
|
color: #5abfff;
|
|
text-decoration: underline; }
|
|
|
|
.hidden {
|
|
display: none !important; }
|
|
|
|
[onclick] {
|
|
cursor: pointer; }
|
|
|
|
ul > * {
|
|
padding-top: .3em;
|
|
padding-bottom: .3em; }
|
|
|
|
ul {
|
|
margin-top: 0;
|
|
margin-bottom: 0; }
|
|
|
|
/* Main outer container */
|
|
#outer {
|
|
display: flex;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
overflow: hidden;
|
|
flex-direction: row; }
|
|
|
|
@media screen and (max-width: 544px) {
|
|
#outer {
|
|
display: block;
|
|
overflow-y: scroll; } }
|
|
#menu {
|
|
flex: 0 0 15rem;
|
|
background: #3983CD; }
|
|
#menu > * {
|
|
display: block;
|
|
text-decoration: none;
|
|
padding: 0.61805rem 1rem;
|
|
white-space: nowrap;
|
|
word-wrap: normal;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
#menu #brand {
|
|
cursor: pointer;
|
|
color: white;
|
|
background: #2b6aa8;
|
|
font-size: 120%;
|
|
text-align: center;
|
|
position: relative;
|
|
transition: none;
|
|
font-weight: bold;
|
|
margin-bottom: 1rem; }
|
|
@media screen and (max-width: 544px) {
|
|
#menu #brand {
|
|
background: #3983CD;
|
|
cursor: pointer;
|
|
margin-bottom: 0.38198rem; }
|
|
#menu #brand::after {
|
|
position: absolute;
|
|
color: rgba(0, 0, 0, 0.4);
|
|
right: 1rem;
|
|
content: '▸';
|
|
top: 50%;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
transform: translate(0, -50%) rotate(90deg); } }
|
|
#menu.expanded #brand {
|
|
background: #2b6aa8; }
|
|
@media screen and (max-width: 544px) {
|
|
#menu.expanded #brand:after {
|
|
transform: translate(-25%, -50%) rotate(-90deg); } }
|
|
#menu a {
|
|
font-size: 130%;
|
|
color: white;
|
|
transition: background-color 0.2s;
|
|
text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
|
|
#menu a:hover, #menu a.selected {
|
|
background: #5badff;
|
|
text-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
|
|
#menu a.selected {
|
|
position: relative;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
|
|
#menu a:focus {
|
|
outline-color: #ff0099; }
|
|
#menu a::before {
|
|
vertical-align: -2px;
|
|
margin-left: 0;
|
|
margin-right: 15px; }
|
|
@media screen and (max-width: 544px) {
|
|
#menu a {
|
|
display: none; }
|
|
#menu a::before {
|
|
margin-left: 10px; } }
|
|
#menu.expanded a {
|
|
display: block; }
|
|
@media screen and (min-width: 545px) and (max-width: 1000px) {
|
|
#menu {
|
|
flex-basis: 10rem; }
|
|
#menu #brand {
|
|
font-size: 95%;
|
|
margin-bottom: 0.61805rem; }
|
|
#menu a {
|
|
font-size: 105%; }
|
|
#menu > * {
|
|
padding: 0.38198rem 0.61805rem; } }
|
|
|
|
#content {
|
|
flex-grow: 1;
|
|
position: relative;
|
|
padding: 1rem;
|
|
overflow-y: auto; }
|
|
@media screen and (max-width: 544px) {
|
|
#content {
|
|
padding: 0.61805rem; } }
|
|
#content > * {
|
|
margin-left: auto;
|
|
margin-right: auto; }
|
|
#content h1 {
|
|
text-align: center;
|
|
font-size: 2.2807em;
|
|
margin-top: 0;
|
|
margin-bottom: 1rem; }
|
|
#content h2 {
|
|
font-size: 1.42383em;
|
|
margin-bottom: 0.61805rem; }
|
|
@media screen and (max-width: 544px) {
|
|
#content h1 {
|
|
font-size: 1.80203em;
|
|
margin-bottom: 0.61805rem; }
|
|
#content h2 {
|
|
font-size: 1.26563em;
|
|
margin-bottom: 0.61805rem; } }
|
|
#content td, #content th {
|
|
padding: 0.38198rem; }
|
|
#content tbody th {
|
|
text-align: right;
|
|
width: 160px;
|
|
color: white; }
|
|
|
|
#content {
|
|
opacity: 0;
|
|
transition: opacity 0.15s ease-in; }
|
|
|
|
#content.load {
|
|
opacity: 1; }
|
|
|
|
#loader {
|
|
position: absolute;
|
|
right: 1.618rem;
|
|
top: 1.618rem;
|
|
transition: opacity .2s;
|
|
opacity: 0; }
|
|
@media screen and (max-width: 544px) {
|
|
#loader {
|
|
top: 1rem;
|
|
right: 1rem; } }
|
|
#loader.show {
|
|
opacity: 1; }
|
|
|
|
.botpad {
|
|
display: block;
|
|
height: 5em; }
|
|
|
|
.Box {
|
|
display: block;
|
|
max-width: 900px;
|
|
margin-top: 1rem;
|
|
padding: 0.61805rem 1rem;
|
|
border-radius: 3px;
|
|
background-color: rgba(255, 255, 255, 0.07);
|
|
box-shadow: 0 0 4px black;
|
|
border: 1px solid #4f4f4f; }
|
|
.Box::after {
|
|
content: '';
|
|
display: block;
|
|
clear: both; }
|
|
@media screen and (max-width: 544px) {
|
|
.Box {
|
|
margin-top: 0.61805rem; } }
|
|
.Box h1, .Box h2 {
|
|
overflow: hidden; }
|
|
h1 + .Box {
|
|
margin-top: 0; }
|
|
.Box h2 {
|
|
margin-top: 0;
|
|
margin-bottom: 0 !important; }
|
|
.Box p:last-child {
|
|
margin-bottom: 0.5em; }
|
|
.Box.wide {
|
|
width: initial;
|
|
max-width: initial; }
|
|
.Box.medium {
|
|
max-width: 1200px; }
|
|
.Box.str {
|
|
position: relative; }
|
|
.Box.str .Row.buttons {
|
|
position: absolute; }
|
|
@media screen and (max-width: 544px) {
|
|
.Box.str .Row.buttons {
|
|
right: 1rem;
|
|
top: 1.8em;
|
|
margin: 1rem auto; } }
|
|
@media screen and (min-width: 545px) {
|
|
.Box.str .Row.buttons {
|
|
right: 0;
|
|
top: 0;
|
|
margin-top: 0.61805rem; } }
|
|
.Box.str.mobopen .Row.buttons {
|
|
top: 0;
|
|
margin-top: 0.61805rem; }
|
|
.Box .Row.explain {
|
|
display: block;
|
|
max-width: 600px;
|
|
margin-left: 0;
|
|
line-height: 1.2; }
|
|
@media screen and (max-width: 544px) {
|
|
.Box .Row.explain {
|
|
margin-top: 60px; } }
|
|
.Box .Row.explain.nomargintop {
|
|
margin-top: 12px !important; }
|
|
.Box.mobopen .Row.explain {
|
|
margin-top: 12px; }
|
|
@media screen and (max-width: 544px) {
|
|
.Box.mobopen .Row.explain {
|
|
margin-top: 18px; } }
|
|
|
|
.Box.fold h2 {
|
|
position: relative;
|
|
cursor: pointer;
|
|
padding: 2px 1.3rem 2px 5px;
|
|
margin: 0 -5px 0 -5px; }
|
|
.Box.fold h2::after {
|
|
position: absolute;
|
|
right: 4px;
|
|
content: '▸';
|
|
top: 50%;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
transform: translate(0, -50%) rotate(90deg); }
|
|
.Box.fold.expanded h2::after {
|
|
transform: translate(-25%, -50%) rotate(-90deg);
|
|
margin-bottom: 1rem; }
|
|
.Box.fold .Row {
|
|
display: none; }
|
|
.Box.fold.expanded .Row {
|
|
display: flex; }
|
|
.Box.fold.expanded .Row.v {
|
|
display: block; }
|
|
|
|
@media screen and (max-width: 544px) {
|
|
.Box.fold h2, .Box.mobcol h2 {
|
|
padding: 2px 1.3rem 2px 5px;
|
|
margin: 0 -5px 0 -5px; }
|
|
.Box.fold.expanded h2::after, .Box.mobcol.expanded h2::after {
|
|
margin-bottom: 1rem; }
|
|
|
|
.Box.mobcol h2 {
|
|
position: relative;
|
|
cursor: pointer;
|
|
padding: 2px 1.3rem 2px 5px;
|
|
margin: 0 -5px 0 -5px; }
|
|
.Box.mobcol h2::after {
|
|
position: absolute;
|
|
right: 4px;
|
|
content: '▸';
|
|
top: 50%;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
transform: translate(0, -50%) rotate(90deg); }
|
|
.Box.mobcol.expanded h2::after {
|
|
transform: translate(-25%, -50%) rotate(-90deg);
|
|
margin-bottom: 1rem; }
|
|
.Box.mobcol .Row {
|
|
display: none; }
|
|
.Box.mobcol.expanded .Row {
|
|
display: flex; }
|
|
.Box.mobcol.expanded .Row.v {
|
|
display: block; }
|
|
.Box.mobcol #ap-box {
|
|
display: none; }
|
|
.Box.mobcol.expanded #ap-box {
|
|
display: block; } }
|
|
.Modal {
|
|
z-index: 100;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
transition: opacity .5s;
|
|
background: rgba(0, 0, 0, 0.65);
|
|
opacity: 0; }
|
|
.Modal.visible {
|
|
opacity: 1; }
|
|
.Modal.hidden {
|
|
display: none; }
|
|
.Modal.light {
|
|
background: rgba(0, 0, 0, 0.25); }
|
|
@media screen and (max-width: 544px) {
|
|
.Modal {
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
overflow-y: auto; }
|
|
.Modal .Dialog {
|
|
margin-top: 0.61805rem !important;
|
|
flex-basis: unset;
|
|
flex-shrink: 0; } }
|
|
|
|
.Dialog {
|
|
margin: 0.61805rem;
|
|
padding: 1rem;
|
|
overflow: hidden;
|
|
flex-basis: 35rem;
|
|
background: #242426;
|
|
border-left: 6px solid #2972ba;
|
|
border-right: 6px solid #2972ba;
|
|
box-shadow: 0 0 6px 0 black;
|
|
border-radius: 6px; }
|
|
.Dialog h1, .Dialog h2 {
|
|
margin-top: 0; }
|
|
.Dialog p:last-child {
|
|
margin-bottom: 0; }
|
|
|
|
.NotifyMsg {
|
|
position: fixed;
|
|
top: 1.618rem;
|
|
right: 2.61792rem;
|
|
padding: 0.61805rem 1rem;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-webkit-transform: translateZ(0) scale(1, 1);
|
|
background: #3887d0;
|
|
color: white;
|
|
text-shadow: 0 0 2px black;
|
|
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
|
|
border-radius: 5px;
|
|
max-width: 80%;
|
|
transition: opacity .5s;
|
|
opacity: 0; }
|
|
.NotifyMsg.error {
|
|
background: #d03e42; }
|
|
@media screen and (max-width: 544px) {
|
|
.NotifyMsg {
|
|
width: calc(100% - 1rem); } }
|
|
.NotifyMsg.visible {
|
|
opacity: 1; }
|
|
.NotifyMsg.hidden {
|
|
display: none; }
|
|
|
|
button, input[type=submit], .button {
|
|
text-align: center;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
padding: 0 0.6em;
|
|
border: 0 none;
|
|
line-height: 1.8em;
|
|
font-size: 1.1em;
|
|
margin-bottom: 3px;
|
|
min-width: 5em;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.4);
|
|
background-color: #3983cd;
|
|
box-shadow: 0 3px 0 #265f98;
|
|
text-decoration: none !important; }
|
|
button:active, input[type=submit]:active, .button:active {
|
|
position: relative;
|
|
top: 2px; }
|
|
button.narrow, input[type=submit].narrow, .button.narrow {
|
|
min-width: initial; }
|
|
button::before, input[type=submit]::before, .button::before {
|
|
vertical-align: -1px;
|
|
margin-left: 0; }
|
|
button, button:link, button:visited, input[type=submit], input[type=submit]:link, input[type=submit]:visited, .button, .button:link, .button:visited {
|
|
color: #FEFEFE; }
|
|
button:hover, button:active, button.active, button.selected, input[type=submit]:hover, input[type=submit]:active, input[type=submit].active, input[type=submit].selected, .button:hover, .button:active, .button.active, .button.selected {
|
|
background-color: #2076C6;
|
|
color: #FEFEFE; }
|
|
button:hover, button.selected, button.active, input[type=submit]:hover, input[type=submit].selected, input[type=submit].active, .button:hover, .button.selected, .button.active {
|
|
box-shadow: 0 3px 0 #154c80; }
|
|
button:active, input[type=submit]:active, .button:active {
|
|
box-shadow: 0 1px 0 #154c80; }
|
|
button:focus, input[type=submit]:focus, .button:focus {
|
|
outline-color: #ff0099; }
|
|
|
|
button, input[type=submit], .button {
|
|
text-align: center;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
padding: 0 0.6em;
|
|
border: 0 none;
|
|
line-height: 1.8em;
|
|
font-size: 1.1em;
|
|
margin-bottom: 3px;
|
|
min-width: 5em;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.4);
|
|
background-color: #3983cd;
|
|
box-shadow: 0 3px 0 #265f98;
|
|
text-decoration: none !important; }
|
|
button:active, input[type=submit]:active, .button:active {
|
|
position: relative;
|
|
top: 2px; }
|
|
button.narrow, input[type=submit].narrow, .button.narrow {
|
|
min-width: initial; }
|
|
button::before, input[type=submit]::before, .button::before {
|
|
vertical-align: -1px;
|
|
margin-left: 0; }
|
|
button, button:link, button:visited, input[type=submit], input[type=submit]:link, input[type=submit]:visited, .button, .button:link, .button:visited {
|
|
color: #FEFEFE; }
|
|
button:hover, button:active, button.active, button.selected, input[type=submit]:hover, input[type=submit]:active, input[type=submit].active, input[type=submit].selected, .button:hover, .button:active, .button.active, .button.selected {
|
|
background-color: #2076C6;
|
|
color: #FEFEFE; }
|
|
button:hover, button.selected, button.active, input[type=submit]:hover, input[type=submit].selected, input[type=submit].active, .button:hover, .button.selected, .button.active {
|
|
box-shadow: 0 3px 0 #154c80; }
|
|
button:active, input[type=submit]:active, .button:active {
|
|
box-shadow: 0 1px 0 #154c80; }
|
|
button:focus, input[type=submit]:focus, .button:focus {
|
|
outline-color: #ff0099; }
|
|
|
|
input[type="number"], input[type="password"], input[type="text"], textarea, select, label.select-wrap {
|
|
width: 250px; }
|
|
|
|
input[type="number"], input.short, select.short {
|
|
width: 125px; }
|
|
|
|
input[type="number"], input[type="password"], input[type="text"], textarea, select {
|
|
border: 0 none;
|
|
border-bottom: 2px solid #2972ba;
|
|
background-color: #3c3c3c;
|
|
color: white;
|
|
padding: 6px;
|
|
line-height: 1em;
|
|
font-weight: normal; }
|
|
input[type="number"]:focus, input[type="number"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="text"]:focus, input[type="text"]:hover, textarea:focus, textarea:hover, select:focus, select:hover {
|
|
border-bottom-color: #2ea1f9; }
|
|
|
|
.Row.checkbox {
|
|
line-height: 27px; }
|
|
.Row.checkbox .box {
|
|
overflow: hidden;
|
|
width: 27px;
|
|
height: 27px;
|
|
border: 1px solid #808080;
|
|
border-radius: 3px;
|
|
background: #3c3c3c;
|
|
display: inline-block;
|
|
position: relative;
|
|
cursor: pointer;
|
|
color: #2ea1f9; }
|
|
.Row.checkbox .box::before {
|
|
font-family: "fontello";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
vertical-align: middle;
|
|
display: none; }
|
|
.Row.checkbox .box::before {
|
|
content: "✔"; }
|
|
.Row.checkbox .box.checked::before {
|
|
display: block; }
|
|
|
|
.Row.range .display {
|
|
margin-left: 1ex; }
|
|
.Row.range label .display {
|
|
font-weight: normal; }
|
|
|
|
#psk-modal form > *, #wificonfbox form > * {
|
|
margin-right: 0.38198rem; }
|
|
#psk-modal form > *:last-child, #wificonfbox form > *:last-child {
|
|
margin-right: 0; }
|
|
|
|
form {
|
|
border: 0 none;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-decoration: none; }
|
|
|
|
.Box.errors .list {
|
|
color: crimson;
|
|
font-weight: bold; }
|
|
.Box.errors .lead {
|
|
color: white; }
|
|
|
|
.Row {
|
|
vertical-align: middle;
|
|
margin: 12px auto;
|
|
text-align: left;
|
|
line-height: 1.35em;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center; }
|
|
.Row:first-child {
|
|
margin-top: 0; }
|
|
.Row:last-child {
|
|
margin-bottom: 0; }
|
|
.Row.v {
|
|
display: block; }
|
|
.Row .aside {
|
|
float: right;
|
|
margin-left: 5px;
|
|
margin-bottom: 5px; }
|
|
@media screen and (max-width: 544px) {
|
|
.Row .aside {
|
|
margin: 0;
|
|
float: none; } }
|
|
.Row .spacer {
|
|
width: 160px; }
|
|
@media screen and (max-width: 544px) {
|
|
.Row .spacer {
|
|
display: none; } }
|
|
.Row.buttons, .Row.buttons2 {
|
|
margin: 16px auto; }
|
|
.Row.buttons input, .Row.buttons .button, .Row.buttons2 input, .Row.buttons2 .button {
|
|
margin-right: 0.61805rem; }
|
|
.Row.centered {
|
|
justify-content: center; }
|
|
.Row.message {
|
|
font-size: 1em;
|
|
text-shadow: 1px 1px 3px black;
|
|
text-align: center; }
|
|
.Row.message.error {
|
|
color: crimson; }
|
|
.Row.message.ok {
|
|
color: #0fe851; }
|
|
.Row.separator {
|
|
padding-top: 14px;
|
|
border-top: 2px solid rgba(255, 255, 255, 0.1); }
|
|
.Row textarea {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
min-height: 10rem;
|
|
flex-grow: 1;
|
|
resize: vertical; }
|
|
.Row label {
|
|
font-weight: bold;
|
|
color: white;
|
|
display: inline-block;
|
|
width: 160px;
|
|
text-align: right;
|
|
text-shadow: 1px 1px 3px black;
|
|
padding: 8px;
|
|
align-self: flex-start;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
white-space: nowrap;
|
|
word-wrap: normal; }
|
|
.Row label.error {
|
|
color: crimson; }
|
|
.Row input[type="range"] {
|
|
width: 200px; }
|
|
@media screen and (max-width: 544px) {
|
|
.Row {
|
|
flex-direction: column;
|
|
margin: 6px auto; }
|
|
.Row.buttons, .Row.centered, .Row.checkbox {
|
|
flex-direction: row; }
|
|
.Row.buttons {
|
|
justify-content: center; }
|
|
.Row.buttons :last-child {
|
|
margin-right: 0; }
|
|
.Row label {
|
|
padding-left: 0;
|
|
text-align: left;
|
|
width: auto; }
|
|
.Row .checkbox-wrap {
|
|
order: 1;
|
|
text-align: left;
|
|
padding-bottom: 0;
|
|
border-radius: .4px;
|
|
width: auto; }
|
|
.Row .checkbox-wrap + label {
|
|
width: auto; }
|
|
.Row input[type="number"], .Row input[type="password"], .Row input[type="text"], .Row textarea, .Row input[type="range"], .Row textarea, .Row select {
|
|
width: 100%; } }
|
|
|
|
form span.required {
|
|
color: red; }
|
|
|
|
.RadioGroup {
|
|
display: inline-block;
|
|
line-height: 1.5em;
|
|
vertical-align: middle; }
|
|
.RadioGroup label {
|
|
width: auto;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
font-weight: normal; }
|
|
.RadioGroup input[type="radio"] {
|
|
vertical-align: middle;
|
|
margin: 0 0 0 5px; }
|
|
|
|
#ap-list {
|
|
column-count: 3;
|
|
column-gap: 0;
|
|
margin: 0 -0.23608rem; }
|
|
@media screen and (min-width: 545px) and (max-width: 1000px) {
|
|
#ap-list {
|
|
column-count: 2; } }
|
|
@media screen and (max-width: 544px) {
|
|
#ap-list {
|
|
column-count: 1; } }
|
|
|
|
#ap-loader, #ap-noscan, #ap-scan {
|
|
background: rgba(255, 255, 255, 0.1);
|
|
border-radius: 5px;
|
|
padding: 0.38198rem;
|
|
margin-bottom: 0.38198rem;
|
|
margin-top: 0.38198rem;
|
|
font-size: 110%; }
|
|
|
|
#ap-noscan {
|
|
font-weight: bold; }
|
|
|
|
#ap-box {
|
|
padding-top: 0.38198rem; }
|
|
#ap-box label {
|
|
display: block;
|
|
color: white;
|
|
font-weight: bold;
|
|
margin-bottom: 0.23608rem; }
|
|
|
|
#psk-modal form {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0.38198rem; }
|
|
#psk-modal form input[type=password] {
|
|
min-width: 5rem; }
|
|
|
|
.AP .inner, .AP-preview .wrap {
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
position: relative;
|
|
border-radius: 3px;
|
|
color: #222;
|
|
background: #afafaf;
|
|
transition: background-color 0.5s;
|
|
display: flex; }
|
|
.AP .inner:active, .AP-preview .wrap:active {
|
|
left: 0;
|
|
top: 1px; }
|
|
.AP .inner:hover, .AP-preview .wrap:hover {
|
|
background: white; }
|
|
.AP .inner .rssi, .AP-preview .wrap .rssi {
|
|
min-width: 2.5rem;
|
|
flex: 0 0 15%;
|
|
text-align: right; }
|
|
.AP .inner .rssi:after, .AP-preview .wrap .rssi:after {
|
|
padding-left: 0.09018rem;
|
|
content: '%';
|
|
font-size: 0.88889em; }
|
|
.AP .inner .essid, .AP-preview .wrap .essid {
|
|
flex: 1 1 70%;
|
|
min-width: 0;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
font-weight: bold; }
|
|
.AP .inner .auth, .AP-preview .wrap .auth {
|
|
flex: 0 0 15%; }
|
|
|
|
.AP {
|
|
break-inside: avoid-column;
|
|
max-width: 500px;
|
|
padding: 0.23608rem; }
|
|
.AP.selected .inner {
|
|
background: #42a6f9 !important;
|
|
cursor: default;
|
|
top: 0 !important; }
|
|
.AP .inner > * {
|
|
padding: 0.61805rem;
|
|
white-space: nowrap;
|
|
word-wrap: normal; }
|
|
|
|
.AP-preview-nil {
|
|
padding: 8px;
|
|
border-radius: 5px;
|
|
border: 1px dashed #ddd;
|
|
width: 250px;
|
|
height: 94px; }
|
|
|
|
.AP-preview .wrap {
|
|
flex-direction: row;
|
|
background: #ddd !important;
|
|
cursor: default;
|
|
top: 0 !important;
|
|
overflow: hidden; }
|
|
.AP-preview .wrap .inner {
|
|
display: flex;
|
|
flex-direction: column; }
|
|
.AP-preview .wrap .inner > * {
|
|
padding: 0.61805rem;
|
|
white-space: nowrap;
|
|
word-wrap: normal; }
|
|
.AP-preview .wrap .forget {
|
|
align-self: stretch;
|
|
line-height: 100%;
|
|
padding: 0.61805rem;
|
|
border-left: 1px solid #bbb;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28px; }
|
|
.AP-preview .wrap .forget, .AP-preview .wrap .forget:hover {
|
|
color: black;
|
|
text-decoration: none; }
|
|
.AP-preview .wrap .forget:hover {
|
|
background: #dc4a6a;
|
|
color: white;
|
|
border-left: 1px solid #666;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px; }
|
|
.AP-preview .wrap .forget:active {
|
|
position: relative;
|
|
padding-top: calc(0.61805rem + 1px); }
|
|
.AP-preview .wrap .essid, .AP-preview .wrap .passwd, .AP-preview .wrap .nopasswd {
|
|
padding-bottom: 0; }
|
|
.AP-preview .wrap .x-passwd {
|
|
font-family: monospace; }
|
|
|
|
body.term #content {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
transition: opacity 0.25s ease-in; }
|
|
body.term #content h1 {
|
|
font-size: 1.80203em; }
|
|
@media screen and (max-width: 544px) {
|
|
body.term #content h1 {
|
|
font-size: 1.42383em; } }
|
|
|
|
#screen {
|
|
white-space: nowrap;
|
|
background: #111213;
|
|
padding: 6px;
|
|
display: inline-block;
|
|
border: 2px solid #3983CD;
|
|
font-size: 20px;
|
|
font-family: "DejaVu Sans Mono", "Liberation Mono", "Inconsolata", monospace; }
|
|
#screen span {
|
|
white-space: pre; }
|
|
#screen > span {
|
|
position: relative;
|
|
cursor: pointer; }
|
|
#screen > span::before {
|
|
content: " "; }
|
|
#screen > span > span {
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: 1; }
|
|
#screen.noselect {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
|
|
#action-buttons {
|
|
margin-top: 10px;
|
|
white-space: nowrap; }
|
|
#action-buttons button {
|
|
margin: 0 3px;
|
|
padding: 8px 5px;
|
|
min-width: 62px;
|
|
cursor: pointer;
|
|
font-weight: bold; }
|
|
#action-buttons button:focus {
|
|
outline: 0 none !important; }
|
|
|
|
#term-nav {
|
|
padding-top: 1.5em;
|
|
text-align: center; }
|
|
#term-nav a {
|
|
text-decoration: none;
|
|
padding: 5px 5px;
|
|
border-radius: 2px;
|
|
position: relative; }
|
|
#term-nav a, #term-nav a:visited, #term-nav a:link {
|
|
color: #336085; }
|
|
#term-nav a:hover {
|
|
color: #5abfff;
|
|
background: #1b273c; }
|
|
#term-nav a:active {
|
|
top: 1px; }
|
|
#term-nav a i::before {
|
|
display: inline; }
|
|
#term-nav a span {
|
|
margin-left: .2em; }
|
|
@media screen and (max-width: 544px) {
|
|
#term-nav a {
|
|
font-size: 130%;
|
|
padding: 6px; }
|
|
#term-nav a span {
|
|
display: none; } }
|
|
#term-nav .icn-keyboard {
|
|
text-decoration: none;
|
|
font-size: 130%;
|
|
vertical-align: middle; }
|
|
|
|
#term-wrap {
|
|
text-align: center; }
|
|
|
|
#softkb-input {
|
|
position: absolute;
|
|
top: -9999px; }
|
|
|
|
#fu_modal {
|
|
align-items: flex-start; }
|
|
|
|
#fu_form {
|
|
padding: 1rem;
|
|
margin-top: 100px;
|
|
z-index: 1000; }
|
|
#fu_form label {
|
|
width: 8em;
|
|
display: inline-block; }
|
|
#fu_form input[type="number"], #fu_form select {
|
|
width: 10em; }
|
|
#fu_form textarea {
|
|
width: 100%;
|
|
min-height: 8em;
|
|
margin-top: 0.61805rem;
|
|
resize: vertical; }
|
|
#fu_form .fu-buttons {
|
|
text-align: center;
|
|
padding: 0.38198rem;
|
|
margin-top: 0.38198rem;
|
|
border-radius: 3px; }
|
|
#fu_form .fu-prog-box {
|
|
display: none; }
|
|
#fu_form.busy {
|
|
background: rgba(36, 36, 38, 0.3);
|
|
border-left-color: rgba(41, 114, 186, 0.3);
|
|
border-right-color: rgba(41, 114, 186, 0.3); }
|
|
#fu_form.busy .fu-content {
|
|
pointer-events: none;
|
|
opacity: .3; }
|
|
#fu_form.busy .fu-buttons {
|
|
text-align: left;
|
|
background: #242426;
|
|
border: 1px solid #2972ba; }
|
|
#fu_form.busy .fu-prog-box {
|
|
display: inline-block; }
|
|
|
|
.theme-0 .fg0 {
|
|
color: #111213; }
|
|
.theme-0 .bg0 {
|
|
background-color: #111213; }
|
|
.theme-0 .fg1 {
|
|
color: #CC0000; }
|
|
.theme-0 .bg1 {
|
|
background-color: #CC0000; }
|
|
.theme-0 .fg2 {
|
|
color: #4E9A06; }
|
|
.theme-0 .bg2 {
|
|
background-color: #4E9A06; }
|
|
.theme-0 .fg3 {
|
|
color: #C4A000; }
|
|
.theme-0 .bg3 {
|
|
background-color: #C4A000; }
|
|
.theme-0 .fg4 {
|
|
color: #3465A4; }
|
|
.theme-0 .bg4 {
|
|
background-color: #3465A4; }
|
|
.theme-0 .fg5 {
|
|
color: #75507B; }
|
|
.theme-0 .bg5 {
|
|
background-color: #75507B; }
|
|
.theme-0 .fg6 {
|
|
color: #06989A; }
|
|
.theme-0 .bg6 {
|
|
background-color: #06989A; }
|
|
.theme-0 .fg7 {
|
|
color: #D3D7CF; }
|
|
.theme-0 .bg7 {
|
|
background-color: #D3D7CF; }
|
|
.theme-0 .fg8 {
|
|
color: #555753; }
|
|
.theme-0 .bg8 {
|
|
background-color: #555753; }
|
|
.theme-0 .fg9 {
|
|
color: #EF2929; }
|
|
.theme-0 .bg9 {
|
|
background-color: #EF2929; }
|
|
.theme-0 .fg10 {
|
|
color: #8AE234; }
|
|
.theme-0 .bg10 {
|
|
background-color: #8AE234; }
|
|
.theme-0 .fg11 {
|
|
color: #FCE94F; }
|
|
.theme-0 .bg11 {
|
|
background-color: #FCE94F; }
|
|
.theme-0 .fg12 {
|
|
color: #729FCF; }
|
|
.theme-0 .bg12 {
|
|
background-color: #729FCF; }
|
|
.theme-0 .fg13 {
|
|
color: #AD7FA8; }
|
|
.theme-0 .bg13 {
|
|
background-color: #AD7FA8; }
|
|
.theme-0 .fg14 {
|
|
color: #34E2E2; }
|
|
.theme-0 .bg14 {
|
|
background-color: #34E2E2; }
|
|
.theme-0 .fg15 {
|
|
color: #EEEEEC; }
|
|
.theme-0 .bg15 {
|
|
background-color: #EEEEEC; }
|
|
|
|
.theme-1 .fg0 {
|
|
color: #000000; }
|
|
.theme-1 .bg0 {
|
|
background-color: #000000; }
|
|
.theme-1 .fg1 {
|
|
color: #aa0000; }
|
|
.theme-1 .bg1 {
|
|
background-color: #aa0000; }
|
|
.theme-1 .fg2 {
|
|
color: #00aa00; }
|
|
.theme-1 .bg2 {
|
|
background-color: #00aa00; }
|
|
.theme-1 .fg3 {
|
|
color: #aa5500; }
|
|
.theme-1 .bg3 {
|
|
background-color: #aa5500; }
|
|
.theme-1 .fg4 {
|
|
color: #0000aa; }
|
|
.theme-1 .bg4 {
|
|
background-color: #0000aa; }
|
|
.theme-1 .fg5 {
|
|
color: #aa00aa; }
|
|
.theme-1 .bg5 {
|
|
background-color: #aa00aa; }
|
|
.theme-1 .fg6 {
|
|
color: #00aaaa; }
|
|
.theme-1 .bg6 {
|
|
background-color: #00aaaa; }
|
|
.theme-1 .fg7 {
|
|
color: #aaaaaa; }
|
|
.theme-1 .bg7 {
|
|
background-color: #aaaaaa; }
|
|
.theme-1 .fg8 {
|
|
color: #555555; }
|
|
.theme-1 .bg8 {
|
|
background-color: #555555; }
|
|
.theme-1 .fg9 {
|
|
color: #ff5555; }
|
|
.theme-1 .bg9 {
|
|
background-color: #ff5555; }
|
|
.theme-1 .fg10 {
|
|
color: #55ff55; }
|
|
.theme-1 .bg10 {
|
|
background-color: #55ff55; }
|
|
.theme-1 .fg11 {
|
|
color: #ffff55; }
|
|
.theme-1 .bg11 {
|
|
background-color: #ffff55; }
|
|
.theme-1 .fg12 {
|
|
color: #5555ff; }
|
|
.theme-1 .bg12 {
|
|
background-color: #5555ff; }
|
|
.theme-1 .fg13 {
|
|
color: #ff55ff; }
|
|
.theme-1 .bg13 {
|
|
background-color: #ff55ff; }
|
|
.theme-1 .fg14 {
|
|
color: #55ffff; }
|
|
.theme-1 .bg14 {
|
|
background-color: #55ffff; }
|
|
.theme-1 .fg15 {
|
|
color: #ffffff; }
|
|
.theme-1 .bg15 {
|
|
background-color: #ffffff; }
|
|
|
|
.theme-2 .fg0 {
|
|
color: #000000; }
|
|
.theme-2 .bg0 {
|
|
background-color: #000000; }
|
|
.theme-2 .fg1 {
|
|
color: #cd0000; }
|
|
.theme-2 .bg1 {
|
|
background-color: #cd0000; }
|
|
.theme-2 .fg2 {
|
|
color: #00cd00; }
|
|
.theme-2 .bg2 {
|
|
background-color: #00cd00; }
|
|
.theme-2 .fg3 {
|
|
color: #cdcd00; }
|
|
.theme-2 .bg3 {
|
|
background-color: #cdcd00; }
|
|
.theme-2 .fg4 {
|
|
color: #0000ee; }
|
|
.theme-2 .bg4 {
|
|
background-color: #0000ee; }
|
|
.theme-2 .fg5 {
|
|
color: #cd00cd; }
|
|
.theme-2 .bg5 {
|
|
background-color: #cd00cd; }
|
|
.theme-2 .fg6 {
|
|
color: #00cdcd; }
|
|
.theme-2 .bg6 {
|
|
background-color: #00cdcd; }
|
|
.theme-2 .fg7 {
|
|
color: #e5e5e5; }
|
|
.theme-2 .bg7 {
|
|
background-color: #e5e5e5; }
|
|
.theme-2 .fg8 {
|
|
color: #7f7f7f; }
|
|
.theme-2 .bg8 {
|
|
background-color: #7f7f7f; }
|
|
.theme-2 .fg9 {
|
|
color: #ff0000; }
|
|
.theme-2 .bg9 {
|
|
background-color: #ff0000; }
|
|
.theme-2 .fg10 {
|
|
color: #00ff00; }
|
|
.theme-2 .bg10 {
|
|
background-color: #00ff00; }
|
|
.theme-2 .fg11 {
|
|
color: #ffff00; }
|
|
.theme-2 .bg11 {
|
|
background-color: #ffff00; }
|
|
.theme-2 .fg12 {
|
|
color: #5c5cff; }
|
|
.theme-2 .bg12 {
|
|
background-color: #5c5cff; }
|
|
.theme-2 .fg13 {
|
|
color: #ff00ff; }
|
|
.theme-2 .bg13 {
|
|
background-color: #ff00ff; }
|
|
.theme-2 .fg14 {
|
|
color: #00ffff; }
|
|
.theme-2 .bg14 {
|
|
background-color: #00ffff; }
|
|
.theme-2 .fg15 {
|
|
color: #ffffff; }
|
|
.theme-2 .bg15 {
|
|
background-color: #ffffff; }
|
|
|
|
.theme-3 .fg0 {
|
|
color: #000000; }
|
|
.theme-3 .bg0 {
|
|
background-color: #000000; }
|
|
.theme-3 .fg1 {
|
|
color: #cd0000; }
|
|
.theme-3 .bg1 {
|
|
background-color: #cd0000; }
|
|
.theme-3 .fg2 {
|
|
color: #00cd00; }
|
|
.theme-3 .bg2 {
|
|
background-color: #00cd00; }
|
|
.theme-3 .fg3 {
|
|
color: #cdcd00; }
|
|
.theme-3 .bg3 {
|
|
background-color: #cdcd00; }
|
|
.theme-3 .fg4 {
|
|
color: #0000cd; }
|
|
.theme-3 .bg4 {
|
|
background-color: #0000cd; }
|
|
.theme-3 .fg5 {
|
|
color: #cd00cd; }
|
|
.theme-3 .bg5 {
|
|
background-color: #cd00cd; }
|
|
.theme-3 .fg6 {
|
|
color: #00cdcd; }
|
|
.theme-3 .bg6 {
|
|
background-color: #00cdcd; }
|
|
.theme-3 .fg7 {
|
|
color: #faebd7; }
|
|
.theme-3 .bg7 {
|
|
background-color: #faebd7; }
|
|
.theme-3 .fg8 {
|
|
color: #404040; }
|
|
.theme-3 .bg8 {
|
|
background-color: #404040; }
|
|
.theme-3 .fg9 {
|
|
color: #ff0000; }
|
|
.theme-3 .bg9 {
|
|
background-color: #ff0000; }
|
|
.theme-3 .fg10 {
|
|
color: #00ff00; }
|
|
.theme-3 .bg10 {
|
|
background-color: #00ff00; }
|
|
.theme-3 .fg11 {
|
|
color: #ffff00; }
|
|
.theme-3 .bg11 {
|
|
background-color: #ffff00; }
|
|
.theme-3 .fg12 {
|
|
color: #0000ff; }
|
|
.theme-3 .bg12 {
|
|
background-color: #0000ff; }
|
|
.theme-3 .fg13 {
|
|
color: #ff00ff; }
|
|
.theme-3 .bg13 {
|
|
background-color: #ff00ff; }
|
|
.theme-3 .fg14 {
|
|
color: #00ffff; }
|
|
.theme-3 .bg14 {
|
|
background-color: #00ffff; }
|
|
.theme-3 .fg15 {
|
|
color: #ffffff; }
|
|
.theme-3 .bg15 {
|
|
background-color: #ffffff; }
|
|
|
|
.theme-4 .fg0 {
|
|
color: #2e3436; }
|
|
.theme-4 .bg0 {
|
|
background-color: #2e3436; }
|
|
.theme-4 .fg1 {
|
|
color: #cc0000; }
|
|
.theme-4 .bg1 {
|
|
background-color: #cc0000; }
|
|
.theme-4 .fg2 {
|
|
color: #4e9a06; }
|
|
.theme-4 .bg2 {
|
|
background-color: #4e9a06; }
|
|
.theme-4 .fg3 {
|
|
color: #c4a000; }
|
|
.theme-4 .bg3 {
|
|
background-color: #c4a000; }
|
|
.theme-4 .fg4 {
|
|
color: #3465a4; }
|
|
.theme-4 .bg4 {
|
|
background-color: #3465a4; }
|
|
.theme-4 .fg5 {
|
|
color: #75507b; }
|
|
.theme-4 .bg5 {
|
|
background-color: #75507b; }
|
|
.theme-4 .fg6 {
|
|
color: #06989a; }
|
|
.theme-4 .bg6 {
|
|
background-color: #06989a; }
|
|
.theme-4 .fg7 {
|
|
color: #d3d7cf; }
|
|
.theme-4 .bg7 {
|
|
background-color: #d3d7cf; }
|
|
.theme-4 .fg8 {
|
|
color: #555753; }
|
|
.theme-4 .bg8 {
|
|
background-color: #555753; }
|
|
.theme-4 .fg9 {
|
|
color: #ef2929; }
|
|
.theme-4 .bg9 {
|
|
background-color: #ef2929; }
|
|
.theme-4 .fg10 {
|
|
color: #8ae234; }
|
|
.theme-4 .bg10 {
|
|
background-color: #8ae234; }
|
|
.theme-4 .fg11 {
|
|
color: #fce94f; }
|
|
.theme-4 .bg11 {
|
|
background-color: #fce94f; }
|
|
.theme-4 .fg12 {
|
|
color: #729fcf; }
|
|
.theme-4 .bg12 {
|
|
background-color: #729fcf; }
|
|
.theme-4 .fg13 {
|
|
color: #ad7fa8; }
|
|
.theme-4 .bg13 {
|
|
background-color: #ad7fa8; }
|
|
.theme-4 .fg14 {
|
|
color: #34e2e2; }
|
|
.theme-4 .bg14 {
|
|
background-color: #34e2e2; }
|
|
.theme-4 .fg15 {
|
|
color: #eeeeec; }
|
|
.theme-4 .bg15 {
|
|
background-color: #eeeeec; }
|
|
|
|
.theme-5 .fg0 {
|
|
color: #073642; }
|
|
.theme-5 .bg0 {
|
|
background-color: #073642; }
|
|
.theme-5 .fg1 {
|
|
color: #dc322f; }
|
|
.theme-5 .bg1 {
|
|
background-color: #dc322f; }
|
|
.theme-5 .fg2 {
|
|
color: #859900; }
|
|
.theme-5 .bg2 {
|
|
background-color: #859900; }
|
|
.theme-5 .fg3 {
|
|
color: #b58900; }
|
|
.theme-5 .bg3 {
|
|
background-color: #b58900; }
|
|
.theme-5 .fg4 {
|
|
color: #268bd2; }
|
|
.theme-5 .bg4 {
|
|
background-color: #268bd2; }
|
|
.theme-5 .fg5 {
|
|
color: #d33682; }
|
|
.theme-5 .bg5 {
|
|
background-color: #d33682; }
|
|
.theme-5 .fg6 {
|
|
color: #2aa198; }
|
|
.theme-5 .bg6 {
|
|
background-color: #2aa198; }
|
|
.theme-5 .fg7 {
|
|
color: #eee8d5; }
|
|
.theme-5 .bg7 {
|
|
background-color: #eee8d5; }
|
|
.theme-5 .fg8 {
|
|
color: #002b36; }
|
|
.theme-5 .bg8 {
|
|
background-color: #002b36; }
|
|
.theme-5 .fg9 {
|
|
color: #cb4b16; }
|
|
.theme-5 .bg9 {
|
|
background-color: #cb4b16; }
|
|
.theme-5 .fg10 {
|
|
color: #586e75; }
|
|
.theme-5 .bg10 {
|
|
background-color: #586e75; }
|
|
.theme-5 .fg11 {
|
|
color: #657b83; }
|
|
.theme-5 .bg11 {
|
|
background-color: #657b83; }
|
|
.theme-5 .fg12 {
|
|
color: #839496; }
|
|
.theme-5 .bg12 {
|
|
background-color: #839496; }
|
|
.theme-5 .fg13 {
|
|
color: #6c71c4; }
|
|
.theme-5 .bg13 {
|
|
background-color: #6c71c4; }
|
|
.theme-5 .fg14 {
|
|
color: #93a1a1; }
|
|
.theme-5 .bg14 {
|
|
background-color: #93a1a1; }
|
|
.theme-5 .fg15 {
|
|
color: #fdf6e3; }
|
|
.theme-5 .bg15 {
|
|
background-color: #fdf6e3; }
|
|
|
|
.bold {
|
|
font-weight: bold !important; }
|
|
|
|
.faint span {
|
|
opacity: 0.6; }
|
|
|
|
.italic {
|
|
font-style: italic; }
|
|
|
|
.under {
|
|
text-decoration: underline; }
|
|
|
|
.strike {
|
|
text-decoration: line-through; }
|
|
|
|
.underline.strike {
|
|
text-decoration: underline line-through; }
|
|
|
|
.blink-hide .blink {
|
|
color: transparent; }
|
|
|
|
.Row.color-preview {
|
|
font-family: monospace;
|
|
font-size: 16pt;
|
|
display: block;
|
|
margin-bottom: 0;
|
|
padding-left: 160px; }
|
|
@media screen and (max-width: 544px) {
|
|
.Row.color-preview {
|
|
padding-left: 0;
|
|
font-size: 14pt; } }
|
|
.Row.color-preview .colorprev {
|
|
display: block;
|
|
margin: 0;
|
|
cursor: pointer; }
|
|
|
|
#color-example {
|
|
display: inline-block;
|
|
padding: 5px; }
|
|
|
|
.page-about .Box {
|
|
padding-left: 1rem;
|
|
padding-right: 1rem; }
|
|
.page-about .Box a {
|
|
font-weight: bold; }
|
|
.page-about #logo {
|
|
float: right;
|
|
height: 130px; }
|
|
.page-about #logo2 {
|
|
max-width: 100%;
|
|
margin: 1rem; }
|
|
.page-about td {
|
|
white-space: normal; }
|
|
|
|
.page-help code {
|
|
background: rgba(33, 97, 109, 0.31);
|
|
border-radius: 1px;
|
|
padding: 0 2px; }
|
|
|
|
.colorprev {
|
|
margin-top: 0.38198rem;
|
|
margin-bottom: 0.38198rem; }
|
|
.colorprev span {
|
|
display: inline-block;
|
|
width: 2em;
|
|
padding: 0.38198rem 0;
|
|
text-align: center; }
|
|
|
|
.Row table, .Row table td, .Row table th {
|
|
border: 1px solid #666; }
|
|
.Row table th, .Row table td {
|
|
white-space: normal; }
|
|
.Row table th {
|
|
background-color: rgba(255, 255, 255, 0.1); }
|
|
|
|
.ansiref.w100 {
|
|
width: 100%; }
|
|
.ansiref.w100 td:nth-child(1) {
|
|
width: 8em; }
|
|
|
|
.nomen {
|
|
width: 100%; }
|
|
.nomen code {
|
|
white-space: nowrap; }
|
|
.nomen td:last-child {
|
|
min-width: 15em; }
|
|
|
|
.tscroll {
|
|
overflow-x: auto; }
|
|
|
|
.charset {
|
|
line-height: 1; }
|
|
.charset div {
|
|
display: inline-block;
|
|
width: 2.7em;
|
|
border: 1px solid #666;
|
|
height: 3em;
|
|
margin: 1px;
|
|
position: relative; }
|
|
.charset div span {
|
|
display: block;
|
|
position: absolute; }
|
|
.charset div span:nth-child(1) {
|
|
left: .2em;
|
|
top: .2em;
|
|
height: 1em;
|
|
font-size: 85%;
|
|
color: #999; }
|
|
.charset div span:nth-child(2) {
|
|
right: .2em;
|
|
top: .2em;
|
|
height: 1em;
|
|
font-size: 85%;
|
|
color: #999; }
|
|
.charset div span:nth-child(3) {
|
|
width: 100%;
|
|
font-size: 105%;
|
|
text-align: center;
|
|
bottom: .4em;
|
|
font-family: "DejaVu Sans Mono", "Liberation Mono", "Inconsolata", monospace; }
|
|
.charset div.none {
|
|
opacity: .4; }
|
|
|
|
@media screen and (min-width: 545px) {
|
|
.mq-phone {
|
|
display: none !important; } }
|
|
@media screen and (max-width: 544px) {
|
|
.mq-tablet-min, .mq-no-phone {
|
|
display: none !important; } }
|
|
@media screen and (min-width: 1001px) {
|
|
.mq-tablet-max {
|
|
display: none !important; } }
|
|
@media screen and (max-width: 1000px) {
|
|
.mq-normal-min {
|
|
display: none !important; } }
|
|
|
|
/*# sourceMappingURL=app.css.map */
|
|
|