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.
1621 lines
61 KiB
1621 lines
61 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: 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"), url("data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzJ5SGGsAAABUAAAAFZjbWFwLIs2YgAAAagAAAJGY3Z0IAc5/2gAAB5sAAAAIGZwZ22KkZBZAAAejAAAC3BnYXNwAAAAEAAAHmQAAAAIZ2x5Zit3gX8AAAPwAAAWNGhlYWQOwiwhAAAaJAAAADZoaGVhB+MEGwAAGlwAAAAkaG10eDQr//kAABqAAAAAOGxvY2EpCCIOAAAauAAAAB5tYXhwAX4NugAAGtgAAAAgbmFtZcydHR8AABr4AAACzXBvc3Rhm4blAAAdyAAAAJtwcmVw5UErvAAAKfwAAACGAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEDugGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQCMo//8DhP+cAFoDhABkAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAGaAAEAAAAAAJQAAwABAAAALAADAAoAAAGaAAQAaAAAABIAEAADAAIjKCYFJnwmmScUJ1MnZCdu//8AACMoJgUmfCaZJxQnUydkJ27//wAAAAAAAAAAAAAAAAAAAAAAAQASABIAEgASABIAEgASABIAAAABAAIAAwAEAAUABgAHAAgAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAKwAAAAAAAAADQAAIygAACMoAAAAAQAAJgUAACYFAAAAAgAAJnwAACZ8AAAAAwAAJpkAACaZAAAABAAAJxQAACcUAAAABQAAJ1MAACdTAAAABgAAJ2QAACdkAAAABwAAJ24AACduAAAACAAB8w0AAfMNAAAACQAB9DEAAfQxAAAACgAB9L4AAfS+AAAACwAB9PYAAfT2AAAADAAB9bMAAfWzAAAADQAAAA8AAAAABDACrgALABcAIwAvADsARwBTAF8AawB3AIMAjwCfAKMAswCMQIlIAQIDAUcAHgAbBR4bXhoXFQ8LBQUWFA4KBAQDBQRgGRENCQQDGBAMCAQCAQMCYRMHAgESBgIAHAEAYB8BHB0dHFIfARwcHVgAHRwdTKCgsq+qp6CjoKOioZ+cmpiVko+MiYaDgH16d3RxbmtoZWJfXFlWUlBNSkdEQT47ODMzMzMzMzMzMiAFHSs3FRQrASI9ATQ7ATI3FRQrASI9ATQ7ATInFRQrASI9ATQ7ATIBFRQjISI9ATQzITIlFRQrASI9ATQ7ATInFRQrASI9ATQ7ATIXFRQrASI9ATQ7ATInFRQrASI9ATQ7ATIXFRQrASI9ATQ7ATIXFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATIXFRQrASI9ATQ7ATIXFRQrASI9ATQ7ATU0OwEyExEhEQERFAYjISImNRE0NjMhMhbWCTUJCTUJSAl9CQl9CUgJNQkJNQkCPAn+HgkJAeIJ/psJNgkJNglICTUJCTUJ1gg2CQk2CEcJNQkJNQnWCTUJCTUJ1wk2CQk2Cf7iCTYJCTYJjwk2CQk2CY8JfQkJPgk2CUf8XwPoKB/8Xx0qKh0DoR4q+DUJCTUJhjUJCTUJhjYJCTYJ/tk1CQk1CYY1CQk1CYY2CQk2CZg1CQk1CYY2CQk2CZg1CQk1CZg1CQk1CQEVNgkJNgkJNgkJNgkJxAkJNQmGCf5TAfT+DAH0/gwdKiodAfQeKioAAAABAAD//AOhA3IAHwA1QAoSDwoEAwUAAgFHS7AcUFhADAEBAAIAcAACAgwCSRtACgACAAJvAQEAAGZZtR0UFwMFFysBFA8BExUUDgEvAQcGIiY1NDcTJyY1NDclNzYyHwEFFgOhD8owDBUM+/oMFgwBMMsOHwEYfgsgDH0BGCACGwwPxf7pDAsQAQeEhAcSCgQIARfFDwwVBSj+Fxf+KAUAAQAA/+MDWQM9ADEAPkA7KgEDBSUdAgQDAkcABAMBAwQBbQABAgMBAmsABQADBAUDYAACAAACVAACAgBYAAACAEwpNRcjFyQGBRorARQOAgciJicmND8BNhYXHgEzMj4DLgIiBgcXFgYrASImJzU0Nh8BPgEzMh4CA1lEcqBWYK48BAVMBhEEKXZDOmhQKgIuTGxvZChNERMX+g8UASwRSDyaUleedEIBkFeedEICUkkGDgRNBQEGNTouTGp0akwuKCVNEC0WDvoYExJIOT5EdJ4AAAAGAAD/pAQvA3sACAASABsAegC2APEAnECZ7tkCBA5qXQIFCNC8cAMABb6soHVSTEUjHQkBALOeQAMCATotAgYClYACCwMHR+fbAg5FggELRAoBCAkFCQgFbQAGAgcCBgdtAA4ABAkOBGAACQgACVQABQ0BAAEFAGAAAgYBAlQMAQEABwMBB2AAAwsLA1QAAwMLWAALAwtM5ePHxqqoi4ptbGRiWlk0MisqExQUFBMSDwUaKwE0JiIGFBYyNgU0Jg4BFxQWMjYDNCYiBh4BMjYHFRQGDwEGBxYXFhQHDgEiLwEGBwYHBisBIiY1JyYnBwYiJyY1NDc+ATcmLwEuAT0BNDY/ATY3JicmNDc+ATMyHwE2NzY3NjsBMhYfARYXNzYyFxYVFA8BBgcWHwEeAQEVFAcGBxYVFAcGIyIvAQYiJw4BByInJjU0NyYnJj0BNDc2NyY1ND8BNjMyFhc3FzY/ATIXFhUUBxYXFhEVFAcGBxYVFAcGIyImJwYiJw4BIicmNTQ3JicmPQE0NzY3JjU0PwE2MzIWFzcXNj8BMhcWFRQHFhcWAfRUdlRUdlQBrSw4LAEqOiwBLDgsASo6LNgIBFcGDBMfBAQMRBAFQBUWBgcEDWgGCg0TF0IEDQZQBAUkCA0HVQUICAVWBwsTHwQEDEQKBgZAExgGBwMNaAYKAQ0TF0EFDQVRBBgRCA0GVQYGAWZTBgocAkQBBRUdCwwLBywDAUQDHQoHU1MHCh0DNBABBCoIEREcFwQCQwIcCQdTUwYKHAJEAQUqCAsMCwcsBEQDHQoHU1MHCh0DNBABBCoIEREcFwQCQwIcCQdTAZA7VFR2VFTjHSwCKB8dKioCWR0qKjsqKs1nBgoBDhMXGyUGDAQRQgQyCwY8Gw0IBlUGDDIEBEsPBQUILAwYFg0BCAdoBQoBDhMXGyUGDAUQQgQyCgg8Gg0IBlUGCzEEBEsPBAYeFQ0bEwwCCP7PTgkIDw4/DgICKBslAQELNAEoAgIOPw4PCAlOCQkQDT8OAgIeCTQMAQEoFwEnAgIOPw0QCQIzTgkJDw4/DgICJzQMAQEMNCcCAg4/Dg8JCU4JCBANPw4CAh4JNAsBAScXAScCAg4/DRAIAAABAAAAAAOlAsoAFQAdQBoPAQABAUcAAgECbwABAAFvAAAAZhQXFAMFFysBFAcBBiInASY0PwE2Mh8BATYyHwEWA6UQ/iAQLBD+6g8PTBAsEKQBbhAsEEwQAkgWEP4gDw8BFhAsEEwQEKUBbxAQTA8AA//9/+MDXwM9AA8ANwBEAEhARSkBBQMJAQIBAAJHAAQCAwIEA20AAwUCAwVrAAcAAgQHAmAABQAAAQUAYAABBgYBVAABAQZYAAYBBkwVHisTFiYmIwgFHCslNTQmKwEiBh0BFBY7ATI2EzQuASMiBwYfARYzMjc+ATIWFRQGBw4BFxUUFjsBMjY0Nj8BPgMXFA4BIi4CPgEyHgEB9AoIawgKCghrCAqPPlwxiEcJDUoEBgkFHiU4KhYbIzwBCghrCAoYEhwKHhQM13LG6MhuBnq89Lp+hGsICgoIawgKCgF/MVQudw0LNwQHJhseEhUaDA9CJRQICgoSIgsQBhocKFJ1xHR0xOrEdHTEAAEAAP/jA+gDPgAcACFAHhEBAAEBRwIBAQABbwMBAABmAQAXFQ0LABwBHAQFFCsFIicBJy4DNTQ2NzIeAhc+AxcyFhQHAQYB9A4L/qQPCioiGo59Ikg+LhMULEBGI32OgP6lCh0KAVAPCjY2UCV7igEYKiIVFCQoGgGM9YD+sQoAAQAA//ICmAN2ABQALbUBAQABAUdLsCRQWEALAAABAHAAAQEMAUkbQAkAAQABbwAAAGZZtBcXAgUWKwkCFhQPAQYiJwEmNDcBNjIfARYUAo7+1wEpCgpdCxwL/mILCwGeCh4KXQoC3P7Y/tcKHgpdCgoBnwoeCgGeCwtdCh4AAAAD//3/4wNZAz0ADAG9AfcCd0uwCVBYQTwAvQC7ALgAnwCWAIgABgADAAAAjwABAAIAAwDaANMAbQBZAFEAQgA+ADMAIAAZAAoABwACAZ4BmAGWAYwBiwF6AXUBZQFjAQMA4QDgAAwABgAHAVMBTQEoAAMACAAGAfQB2wHRAcsBwAG+ATgBMwAIAAEACAAGAEcbS7AKUFhBQwC7ALgAnwCIAAQABQAAAL0AAQADAAUAjwABAAIAAwDaANMAbQBZAFEAQgA+ADMAIAAZAAoABwACAZ4BmAGWAYwBiwF6AXUBZQFjAQMA4QDgAAwABgAHAVMBTQEoAAMACAAGAfQB2wHRAcsBwAG+ATgBMwAIAAEACAAHAEcAlgABAAUAAQBGG0E8AL0AuwC4AJ8AlgCIAAYAAwAAAI8AAQACAAMA2gDTAG0AWQBRAEIAPgAzACAAGQAKAAcAAgGeAZgBlgGMAYsBegF1AWUBYwEDAOEA4AAMAAYABwFTAU0BKAADAAgABgH0AdsB0QHLAcABvgE4ATMACAABAAgABgBHWVlLsAlQWEA1AAIDBwMCB20ABwYDBwZrAAYIAwYIawAIAQMIAWsAAQFuCQEAAwMAVAkBAAADWAUEAgMAA0wbS7AKUFhAOgQBAwUCBQNlAAIHBQIHawAHBgUHBmsABggFBghrAAgBBQgBawABAW4JAQAFBQBUCQEAAAVWAAUABUobQDUAAgMHAwIHbQAHBgMHBmsABggDBghrAAgBAwgBawABAW4JAQADAwBUCQEAAANYBQQCAwADTFlZQRkAAQAAAdgB1gG5AbcBVwFWAMcAxQC1ALQAsQCuAHkAdgAHAAYAAAAMAAEADAAKAAUAFCsBMh4BFA4BIi4CPgEBDgEHMj4BNT4BNzYXJjY/ATY/AQYmNRQHNCYGNS4ELwEmNC8BBwYUKgEUIgYiBzYnJiM2JiczLgInLgEHBhQfARYGHgEHBg8BBhYXFhQGIg8BBiYnJicmByYnJgcyJgc+ASM2PwE2JxY/ATY3NjIWMxY0JzInJicmBwYXIg8BBi8BJiciBzYmIzYnJiIPAQYeATIXFgciBiIGFgcuAScWJyMiBiInJjc0FycGBzI2PwE2FzcXJgcGBxYHJy4BJyIHBgceAhQ3FgcyFxYXFgcnJgYWMyIPAQYfAQYWNwYfAx4CFwYWByIGNR4CFBY3NicuAjUzMh8BBh4CMx4BBzIeBB8DFjI/ATYWFxY3Ih8BHgEVHgEXNjUGFjM2NQYvASY0JjYXMjYuAicGJicUBhUjNjQ/ATYvASYHIgcOAyYnLgE0PwE2JzY/ATY7ATI0NiYjFjYXFjcnJjcWNx4CHwEWNjcWFx4BPgEmNSc1LgE2NzQ2PwE2JzI3JyYiNzYnPgEzFjYnPgE3FjYmPgEVNzYjFjc2JzYmJzMyNTYnJgM2NyYiLwE2Ji8BJi8BJg8BIg8BFSYnIi4BDgEPASY2JgYPAQY2BhUOARUuATceARcWBwYHBhcUBhYBrXTGcnLG6MhuBnq8ARMCCAMBAgQDERUTCgEMAggGAwEHBgQECgUGBAEIAQIBAwMEBAQEBgEGAggJBQQGAgQDAQgMAQUcBAMCAgEIAQ4BAgcJAwQEAQQCAwEHCgIEBQ0DAxQOEwQIBgECAQIFCQIBEwkGBAIFBgoDCAQHBQIDBgkEBgEFCQQFAwMCBQQBDgcLDwQQAwMBCAQIAQgDAQgEAwICAwQCBBIFAwwMAQMDAgwZGwMGBQUTBQMLBA0LAQQCBgQIBAkEUTIEBQIGBQMBGAoBAgcFBAMEBAQBAgEBAQIKBwcSBAcJBAMIBAIOAQECAg4CBAICDwgDBAMCAwUBBAoKAQQIBAUMBwIDCAMJBxYGBgUICBAEFAoBAgQCBgMOAwQBCgUIEQoCAgICAQUCBAEKAgMMAwIIAQIIAwEDAgcLBAECAggUAwgKAQIBBAIDBQIBAwIBAwEEGAMJAwEBAQMNAg4EAgMBBAMFAgYIBAICAQgEBAcIBQcMBAQCAgIGAQUEAwIDBQwEAhIBBAICBQ4JAgIKCAUJAgYGBwUJDAppc1ABDAENAQQDFQEDBQIDAgIBBQwIAwYGBgYBAQQIBAoBBwYCCgIEAQwBAQICBAsPAQIJCgEDPXTE6sR0dMTqxHT+3QEIAgYGAQQIAwULAQwBAwICDAEKBwIDBAIEAQIGDAUGAwMCBAEBAwMEAgQBAwMCAggEAgYEAQMEAQQEBgcDCAcKBwQFBgUMAwECBAIBAwwJDgMEBQcIBQMRAgMOCAUMAwEDCQkGBAMGAQ4ECgQBAgUCAgYKBAcHBwEJBQgHCAMCBwMCBAIGAgQFCgMDDgIFAgIFBAcCAQoIDwIDAwcDAg4DAgMEBgQGBAQBAS1PBAEIBAMEBg8KAgYEBQQFDgkUCwIBBhoCARcFBAYDBRQDAxAFAgEECAUIBAELGA0FDAICBAQMCA4EDgEKCxQHCAEFAw0CAQIBEgMKBAQJBQYCAwoDAgMFDAIQCBIDAwQEBgIECgcOAQUCBAEEAgIQBQ8FAgUDAgsCCAQEAgIEGA4JDgUJAQQGAQIDAgEEAwYHBgUCDwoBBAECAwECAwgFFwQCCAgDBQ4CCgoFAQID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") format("truetype"); }
|
|
[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-network::before {
|
|
content: '🌍'; }
|
|
|
|
.icn-github::before {
|
|
content: '🐱'; }
|
|
|
|
.icn-persist::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: .2em;
|
|
padding-bottom: .2em; }
|
|
|
|
/* 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; }
|
|
|
|
.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; } }
|
|
|
|
@media screen and (max-width: 544px) {
|
|
.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 #ap-box {
|
|
display: none; }
|
|
.Box.mobcol.expanded .Row {
|
|
display: flex; }
|
|
.Box.mobcol.expanded #ap-box {
|
|
display: block; } }
|
|
.Modal {
|
|
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; }
|
|
|
|
.Dialog {
|
|
margin: 0.61805rem;
|
|
padding: 1rem;
|
|
overflow: hidden;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
flex: 0 1 30rem;
|
|
background: #1c1c1e;
|
|
border-left: 6px solid #2972ba;
|
|
border-right: 6px solid #2972ba;
|
|
border-top: 1px solid #2972ba;
|
|
border-bottom: 1px 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;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center; }
|
|
.Row:first-child {
|
|
margin-top: 0; }
|
|
.Row:last-child {
|
|
margin-bottom: 0; }
|
|
.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; } }
|
|
body.term #screen {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
font-family: monospace;
|
|
font-size: 16pt;
|
|
white-space: nowrap;
|
|
background: #111213;
|
|
padding: 6px;
|
|
display: inline-block;
|
|
border: 2px solid #3983CD; }
|
|
body.term #screen span {
|
|
white-space: pre;
|
|
cursor: pointer; }
|
|
body.term #screen span:hover {
|
|
outline: 1px solid rgba(255, 255, 255, 0.4); }
|
|
@media screen and (max-width: 544px) {
|
|
body.term #screen span:hover {
|
|
outline: 0 none; } }
|
|
body.term #buttons {
|
|
margin-top: 10px;
|
|
white-space: nowrap; }
|
|
body.term #buttons button {
|
|
margin: 0 3px;
|
|
padding: 8px 5px;
|
|
min-width: 62px;
|
|
cursor: pointer;
|
|
font-weight: bold; }
|
|
body.term #botnav {
|
|
padding-top: 1.5em;
|
|
text-align: center; }
|
|
body.term #botnav a {
|
|
padding: 0 0.38198rem;
|
|
text-decoration: underline; }
|
|
body.term #botnav a, body.term #botnav a:visited, body.term #botnav a:link {
|
|
color: #336085; }
|
|
body.term #botnav a:hover {
|
|
color: #5abfff; }
|
|
body.term #botnav .icn-keyboard {
|
|
text-decoration: none;
|
|
font-size: 150%;
|
|
vertical-align: middle; }
|
|
|
|
#termwrap {
|
|
text-align: center; }
|
|
|
|
#softkb-input {
|
|
position: absolute;
|
|
top: -9999px; }
|
|
|
|
.nb {
|
|
font-weight: normal !important; }
|
|
|
|
.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; }
|
|
|
|
.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; }
|
|
|
|
.colorprev {
|
|
margin-top: 0.38198rem;
|
|
margin-bottom: 0.38198rem; }
|
|
.colorprev span {
|
|
display: inline-block;
|
|
width: 2em;
|
|
padding: 0.38198rem 0;
|
|
text-align: center; }
|
|
|
|
.ansiref, .ansiref td, .ansiref th {
|
|
border: 1px solid #666; }
|
|
.ansiref th, .ansiref td {
|
|
white-space: normal; }
|
|
.ansiref th {
|
|
background-color: rgba(255, 255, 255, 0.1); }
|
|
.ansiref td:nth-child(1) {
|
|
font-family: monospace; }
|
|
.ansiref.w100 {
|
|
width: 100%; }
|
|
.ansiref.w100 td:nth-child(1) {
|
|
width: 9em; }
|
|
.ansiref.w100 td:nth-child(2) {
|
|
width: 8em; }
|
|
|
|
@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 */
|
|
|