mirror of
https://github.com/picocss/pico.git
synced 2025-05-05 07:07:11 -04:00
4460 lines
No EOL
78 KiB
CSS
4460 lines
No EOL
78 KiB
CSS
/*!
|
|
* Pico.css v1.4.3 (https://picocss.com)
|
|
* Copyright 2019-2021 - Licensed under MIT
|
|
*
|
|
* Slim version example
|
|
* You can export only the modules you need
|
|
*/
|
|
/**
|
|
* Theme: default
|
|
*/
|
|
:root {
|
|
--font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
|
|
"Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
|
"Segoe UI Symbol", "Noto Color Emoji";
|
|
--line-height: 1.5;
|
|
--font-weight: 400;
|
|
--font-size: 16px;
|
|
--border-radius: 0.25rem;
|
|
--border-width: 1px;
|
|
--outline-width: 3px;
|
|
--spacing: 1rem;
|
|
--typography-spacing-vertical: 1.5rem;
|
|
--block-spacing-vertical: calc(var(--spacing) * 2);
|
|
--block-spacing-horizontal: var(--spacing);
|
|
--form-element-spacing-vertical: 0.75rem;
|
|
--form-element-spacing-horizontal: 1rem;
|
|
--form-label-font-weight: var(--font-weight);
|
|
--transition: 0.2s ease-in-out;
|
|
}
|
|
@media (min-width: 576px) {
|
|
:root {
|
|
--font-size: 17px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
:root {
|
|
--font-size: 18px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
:root {
|
|
--font-size: 19px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
:root {
|
|
--font-size: 20px;
|
|
}
|
|
}
|
|
|
|
a {
|
|
--text-decoration: none;
|
|
}
|
|
|
|
small {
|
|
--font-size: 0.875em;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
--font-weight: 700;
|
|
}
|
|
|
|
h1 {
|
|
--font-size: 2rem;
|
|
--typography-spacing-vertical: 3rem;
|
|
}
|
|
|
|
h2 {
|
|
--font-size: 1.75rem;
|
|
--typography-spacing-vertical: 2.625rem;
|
|
}
|
|
|
|
h3 {
|
|
--font-size: 1.5rem;
|
|
--typography-spacing-vertical: 2.25rem;
|
|
}
|
|
|
|
h4 {
|
|
--font-size: 1.25rem;
|
|
--typography-spacing-vertical: 1.874rem;
|
|
}
|
|
|
|
h5 {
|
|
--font-size: 1.125rem;
|
|
--typography-spacing-vertical: 1.6875rem;
|
|
}
|
|
|
|
[type=checkbox],
|
|
[type=radio] {
|
|
--border-width: 2px;
|
|
}
|
|
|
|
[type=checkbox][role=switch] {
|
|
--border-width: 3px;
|
|
}
|
|
|
|
thead th,
|
|
thead td,
|
|
tfoot th,
|
|
tfoot td {
|
|
--border-width: 3px;
|
|
}
|
|
|
|
:not(thead):not(tfoot) > * > td {
|
|
--font-size: 0.875em;
|
|
}
|
|
|
|
pre,
|
|
code,
|
|
kbd,
|
|
samp {
|
|
--font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace",
|
|
"Noto Mono", "Oxygen Mono", "Liberation Mono", monospace,
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
}
|
|
|
|
kbd {
|
|
--font-weight: bolder;
|
|
}
|
|
|
|
[data-theme=light],
|
|
:root:not([data-theme=dark]) {
|
|
color-scheme: light;
|
|
--background-color: #fff;
|
|
--color: #415462;
|
|
--h1-color: #1b2832;
|
|
--h2-color: #24333e;
|
|
--h3-color: #2c3d49;
|
|
--h4-color: #374956;
|
|
--h5-color: #415462;
|
|
--h6-color: #4d606d;
|
|
--muted-color: #73828c;
|
|
--muted-border-color: #edf0f3;
|
|
--primary: #1095c1;
|
|
--primary-hover: #08769b;
|
|
--primary-focus: rgba(16, 149, 193, 0.125);
|
|
--primary-inverse: #fff;
|
|
--secondary: #596b78;
|
|
--secondary-hover: #415462;
|
|
--secondary-focus: rgba(89, 107, 120, 0.125);
|
|
--secondary-inverse: #fff;
|
|
--contrast: #1b2832;
|
|
--contrast-hover: #000;
|
|
--contrast-focus: rgba(89, 107, 120, 0.125);
|
|
--contrast-inverse: #fff;
|
|
--mark-background-color: #fff2ca;
|
|
--mark-color: #543a26;
|
|
--ins-color: #388e3c;
|
|
--del-color: #c62828;
|
|
--blockquote-border-color: var(--muted-border-color);
|
|
--blockquote-footer-color: var(--muted-color);
|
|
--button-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
--button-hover-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
--form-element-background-color: transparent;
|
|
--form-element-border-color: #a2afb9;
|
|
--form-element-color: var(--color);
|
|
--form-element-placeholder-color: var(--muted-color);
|
|
--form-element-active-background-color: transparent;
|
|
--form-element-active-border-color: var(--primary);
|
|
--form-element-focus-color: var(--primary-focus);
|
|
--form-element-disabled-background-color: #d5dce2;
|
|
--form-element-disabled-border-color: #a2afb9;
|
|
--form-element-disabled-opacity: 0.5;
|
|
--form-element-invalid-border-color: #c62828;
|
|
--form-element-invalid-active-border-color: #d32f2f;
|
|
--form-element-invalid-focus-color: rgba(211, 47, 47, 0.125);
|
|
--form-element-valid-border-color: #388e3c;
|
|
--form-element-valid-active-border-color: #43a047;
|
|
--form-element-valid-focus-color: rgba(67, 160, 71, 0.125);
|
|
--switch-background-color: #bbc6ce;
|
|
--switch-color: var(--primary-inverse);
|
|
--switch-checked-background-color: var(--primary);
|
|
--range-border-color: #d5dce2;
|
|
--range-active-border-color: #bbc6ce;
|
|
--range-thumb-border-color: var(--background-color);
|
|
--range-thumb-color: var(--secondary);
|
|
--range-thumb-hover-color: var(--secondary-hover);
|
|
--range-thumb-active-color: var(--primary);
|
|
--table-border-color: var(--muted-border-color);
|
|
--table-row-stripped-background-color: #f6f8f9;
|
|
--code-background-color: #edf0f3;
|
|
--code-color: var(--muted-color);
|
|
--code-kbd-background-color: var(--contrast);
|
|
--code-kbd-color: var(--contrast-inverse);
|
|
--code-tag-color: #b34d80;
|
|
--code-property-color: #3d888f;
|
|
--code-value-color: #998866;
|
|
--code-comment-color: #a2afb9;
|
|
--accordion-border-color: var(--muted-border-color);
|
|
--accordion-close-summary-color: var(--color);
|
|
--accordion-open-summary-color: var(--muted-color);
|
|
--card-background-color: var(--background-color);
|
|
--card-border-color: var(--muted-border-color);
|
|
--card-box-shadow: 0 0.125rem 1rem rgba(27, 40, 50, 0.04),
|
|
0 0.125rem 2rem rgba(27, 40, 50, 0.08),
|
|
0 0 0 0.0625rem rgba(27, 40, 50, 0.024);
|
|
--card-sectionning-background-color: #fbfbfc;
|
|
--modal-overlay-background-color: rgba(213, 220, 226, 0.8);
|
|
--progress-background-color: #d5dce2;
|
|
--progress-color: var(--primary);
|
|
--loading-spinner-opacity: 0.5;
|
|
--tooltip-background-color: var(--contrast);
|
|
--tooltip-color: var(--contrast-inverse);
|
|
--icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(65, 84, 98, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(115, 130, 140, 0.999)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(65, 84, 98, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-invalid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(198, 40, 40, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(65, 84, 98, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(65, 84, 98, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-valid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(56, 142, 60, 0.999)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
}
|
|
|
|
@media only screen and (prefers-color-scheme: dark) {
|
|
:root:not([data-theme=light]) {
|
|
color-scheme: dark;
|
|
--background-color: #11191f;
|
|
--color: #bbc6ce;
|
|
--h1-color: #edf0f3;
|
|
--h2-color: #e1e6eb;
|
|
--h3-color: #d5dce2;
|
|
--h4-color: #c8d1d8;
|
|
--h5-color: #bbc6ce;
|
|
--h6-color: #afbbc4;
|
|
--muted-color: #73828c;
|
|
--muted-border-color: #1f2d38;
|
|
--primary: #1095c1;
|
|
--primary-hover: #1ab3e6;
|
|
--primary-focus: rgba(16, 149, 193, 0.25);
|
|
--primary-inverse: #fff;
|
|
--secondary: #596b78;
|
|
--secondary-hover: #73828c;
|
|
--secondary-focus: rgba(115, 130, 140, 0.25);
|
|
--secondary-inverse: #fff;
|
|
--contrast: #edf0f3;
|
|
--contrast-hover: #fff;
|
|
--contrast-focus: rgba(115, 130, 140, 0.25);
|
|
--contrast-inverse: #000;
|
|
--mark-background-color: #d1c284;
|
|
--mark-color: #11191f;
|
|
--ins-color: #388e3c;
|
|
--del-color: #c62828;
|
|
--blockquote-border-color: var(--muted-border-color);
|
|
--blockquote-footer-color: var(--muted-color);
|
|
--button-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
--button-hover-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
--form-element-background-color: #11191f;
|
|
--form-element-border-color: #374956;
|
|
--form-element-color: var(--color);
|
|
--form-element-placeholder-color: var(--muted-color);
|
|
--form-element-active-background-color: var(--form-element-background-color);
|
|
--form-element-active-border-color: var(--primary);
|
|
--form-element-focus-color: var(--primary-focus);
|
|
--form-element-disabled-background-color: #2c3d49;
|
|
--form-element-disabled-border-color: #415462;
|
|
--form-element-disabled-opacity: 0.5;
|
|
--form-element-invalid-border-color: #b71c1c;
|
|
--form-element-invalid-active-border-color: #c62828;
|
|
--form-element-invalid-focus-color: rgba(198, 40, 40, 0.25);
|
|
--form-element-valid-border-color: #2e7d32;
|
|
--form-element-valid-active-border-color: #388e3c;
|
|
--form-element-valid-focus-color: rgba(56, 142, 60, 0.25);
|
|
--switch-background-color: #374956;
|
|
--switch-color: var(--primary-inverse);
|
|
--switch-checked-background-color: var(--primary);
|
|
--range-border-color: #24333e;
|
|
--range-active-border-color: #2c3d49;
|
|
--range-thumb-border-color: var(--background-color);
|
|
--range-thumb-color: var(--secondary);
|
|
--range-thumb-hover-color: var(--secondary-hover);
|
|
--range-thumb-active-color: var(--primary);
|
|
--table-border-color: var(--muted-border-color);
|
|
--table-row-stripped-background-color: rgba(115, 130, 140, 0.05);
|
|
--code-background-color: #18232c;
|
|
--code-color: var(--muted-color);
|
|
--code-kbd-background-color: var(--contrast);
|
|
--code-kbd-color: var(--contrast-inverse);
|
|
--code-tag-color: #a65980;
|
|
--code-property-color: #599fa6;
|
|
--code-value-color: #8c8473;
|
|
--code-comment-color: #4d606d;
|
|
--accordion-border-color: var(--muted-border-color);
|
|
--accordion-active-summary-color: var(--primary);
|
|
--accordion-close-summary-color: var(--color);
|
|
--accordion-open-summary-color: var(--muted-color);
|
|
--card-background-color: #141e26;
|
|
--card-border-color: #11191f;
|
|
--card-box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.06),
|
|
0 0.125rem 2rem rgba(0, 0, 0, 0.12),
|
|
0 0 0 0.0625rem rgba(0, 0, 0, 0.036);
|
|
--card-sectionning-background-color: #18232c;
|
|
--modal-overlay-background-color: rgba(36, 51, 62, 0.9);
|
|
--progress-background-color: #24333e;
|
|
--progress-color: var(--primary);
|
|
--loading-spinner-opacity: 0.5;
|
|
--tooltip-background-color: var(--contrast);
|
|
--tooltip-color: var(--contrast-inverse);
|
|
--icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(115, 130, 140, 0.999)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-invalid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(183, 28, 28, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-valid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(46, 125, 50, 0.999)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
}
|
|
}
|
|
[data-theme=dark] {
|
|
color-scheme: dark;
|
|
--background-color: #11191f;
|
|
--color: #bbc6ce;
|
|
--h1-color: #edf0f3;
|
|
--h2-color: #e1e6eb;
|
|
--h3-color: #d5dce2;
|
|
--h4-color: #c8d1d8;
|
|
--h5-color: #bbc6ce;
|
|
--h6-color: #afbbc4;
|
|
--muted-color: #73828c;
|
|
--muted-border-color: #1f2d38;
|
|
--primary: #1095c1;
|
|
--primary-hover: #1ab3e6;
|
|
--primary-focus: rgba(16, 149, 193, 0.25);
|
|
--primary-inverse: #fff;
|
|
--secondary: #596b78;
|
|
--secondary-hover: #73828c;
|
|
--secondary-focus: rgba(115, 130, 140, 0.25);
|
|
--secondary-inverse: #fff;
|
|
--contrast: #edf0f3;
|
|
--contrast-hover: #fff;
|
|
--contrast-focus: rgba(115, 130, 140, 0.25);
|
|
--contrast-inverse: #000;
|
|
--mark-background-color: #d1c284;
|
|
--mark-color: #11191f;
|
|
--ins-color: #388e3c;
|
|
--del-color: #c62828;
|
|
--blockquote-border-color: var(--muted-border-color);
|
|
--blockquote-footer-color: var(--muted-color);
|
|
--button-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
--button-hover-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
--form-element-background-color: #11191f;
|
|
--form-element-border-color: #374956;
|
|
--form-element-color: var(--color);
|
|
--form-element-placeholder-color: var(--muted-color);
|
|
--form-element-active-background-color: var(--form-element-background-color);
|
|
--form-element-active-border-color: var(--primary);
|
|
--form-element-focus-color: var(--primary-focus);
|
|
--form-element-disabled-background-color: #2c3d49;
|
|
--form-element-disabled-border-color: #415462;
|
|
--form-element-disabled-opacity: 0.5;
|
|
--form-element-invalid-border-color: #b71c1c;
|
|
--form-element-invalid-active-border-color: #c62828;
|
|
--form-element-invalid-focus-color: rgba(198, 40, 40, 0.25);
|
|
--form-element-valid-border-color: #2e7d32;
|
|
--form-element-valid-active-border-color: #388e3c;
|
|
--form-element-valid-focus-color: rgba(56, 142, 60, 0.25);
|
|
--switch-background-color: #374956;
|
|
--switch-color: var(--primary-inverse);
|
|
--switch-checked-background-color: var(--primary);
|
|
--range-border-color: #24333e;
|
|
--range-active-border-color: #2c3d49;
|
|
--range-thumb-border-color: var(--background-color);
|
|
--range-thumb-color: var(--secondary);
|
|
--range-thumb-hover-color: var(--secondary-hover);
|
|
--range-thumb-active-color: var(--primary);
|
|
--table-border-color: var(--muted-border-color);
|
|
--table-row-stripped-background-color: rgba(115, 130, 140, 0.05);
|
|
--code-background-color: #18232c;
|
|
--code-color: var(--muted-color);
|
|
--code-kbd-background-color: var(--contrast);
|
|
--code-kbd-color: var(--contrast-inverse);
|
|
--code-tag-color: #a65980;
|
|
--code-property-color: #599fa6;
|
|
--code-value-color: #8c8473;
|
|
--code-comment-color: #4d606d;
|
|
--accordion-border-color: var(--muted-border-color);
|
|
--accordion-active-summary-color: var(--primary);
|
|
--accordion-close-summary-color: var(--color);
|
|
--accordion-open-summary-color: var(--muted-color);
|
|
--card-background-color: #141e26;
|
|
--card-border-color: #11191f;
|
|
--card-box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.06),
|
|
0 0.125rem 2rem rgba(0, 0, 0, 0.12),
|
|
0 0 0 0.0625rem rgba(0, 0, 0, 0.036);
|
|
--card-sectionning-background-color: #18232c;
|
|
--modal-overlay-background-color: rgba(36, 51, 62, 0.9);
|
|
--progress-background-color: #24333e;
|
|
--progress-color: var(--primary);
|
|
--loading-spinner-opacity: 0.5;
|
|
--tooltip-background-color: var(--contrast);
|
|
--tooltip-color: var(--contrast-inverse);
|
|
--icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(115, 130, 140, 0.999)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-invalid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(183, 28, 28, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
--icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(162, 175, 185, 0.999)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
--icon-valid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(46, 125, 50, 0.999)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
}
|
|
|
|
/**
|
|
* Document
|
|
* Content-box & Responsive typography
|
|
*/
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
::before,
|
|
::after {
|
|
text-decoration: inherit;
|
|
vertical-align: inherit;
|
|
}
|
|
|
|
html {
|
|
-webkit-text-size-adjust: 100%;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-ms-text-size-adjust: 100%;
|
|
text-rendering: optimizeLegibility;
|
|
background-color: var(--background-color);
|
|
color: var(--color);
|
|
font-weight: var(--font-weight);
|
|
font-size: var(--font-size);
|
|
line-height: var(--line-height);
|
|
font-family: var(--font-family);
|
|
cursor: default;
|
|
-moz-tab-size: 4;
|
|
-o-tab-size: 4;
|
|
tab-size: 4;
|
|
}
|
|
|
|
/**
|
|
* Sectioning
|
|
* Container and responsive spacings for header, main, footer
|
|
*/
|
|
main {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
body > header,
|
|
body > main,
|
|
body > footer {
|
|
width: 100%;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding: var(--block-spacing-vertical) var(--block-spacing-horizontal);
|
|
}
|
|
@media (min-width: 576px) {
|
|
body > header,
|
|
body > main,
|
|
body > footer {
|
|
max-width: 510px;
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
body > header,
|
|
body > main,
|
|
body > footer {
|
|
max-width: 700px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
body > header,
|
|
body > main,
|
|
body > footer {
|
|
max-width: 920px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
body > header,
|
|
body > main,
|
|
body > footer {
|
|
max-width: 1130px;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* Section
|
|
* Responsive spacings for section
|
|
*/
|
|
section {
|
|
margin-bottom: var(--block-spacing-vertical);
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: calc(100% + 10px);
|
|
margin-left: -10px;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.flex > * {
|
|
box-sizing: border-box;
|
|
flex: 1 1 auto;
|
|
/* Default for IE10 bug */
|
|
padding-bottom: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.flex[class*=one] > *, .flex[class*=two] > *, .flex[class*=three] > *, .flex[class*=four] > *, .flex[class*=five] > *, .flex[class*=six] > *, .flex[class*=seven] > *, .flex[class*=eight] > *, .flex[class*=nine] > *, .flex[class*=ten] > *, .flex[class*=eleven] > *, .flex[class*=twelve] > * {
|
|
flex-grow: 0;
|
|
}
|
|
|
|
.flex.grow > * {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.one > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve > * {
|
|
width: 8.33333%;
|
|
}
|
|
|
|
@media all and (min-width: 200px) {
|
|
.one-200 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-200 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-200 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-200 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-200 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-200 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-200 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-200 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-200 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-200 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-200 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-200 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 300px) {
|
|
.one-300 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-300 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-300 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-300 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-300 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-300 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-300 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-300 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-300 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-300 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-300 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-300 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 400px) {
|
|
.one-400 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-400 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-400 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-400 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-400 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-400 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-400 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-400 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-400 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-400 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-400 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-400 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 500px) {
|
|
.one-500 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-500 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-500 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-500 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-500 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-500 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-500 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-500 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-500 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-500 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-500 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-500 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 600px) {
|
|
.one-600 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-600 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-600 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-600 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-600 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-600 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-600 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-600 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-600 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-600 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-600 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-600 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 700px) {
|
|
.one-700 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-700 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-700 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-700 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-700 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-700 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-700 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-700 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-700 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-700 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-700 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-700 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 800px) {
|
|
.one-800 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-800 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-800 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-800 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-800 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-800 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-800 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-800 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-800 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-800 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-800 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-800 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 900px) {
|
|
.one-900 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-900 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-900 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-900 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-900 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-900 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-900 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-900 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-900 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-900 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-900 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-900 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1000px) {
|
|
.one-1000 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1000 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1000 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1000 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1000 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1000 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1000 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1000 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1000 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1000 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1000 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1000 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1100px) {
|
|
.one-1100 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1100 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1100 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1100 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1100 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1100 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1100 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1100 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1100 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1100 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1100 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1100 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1200px) {
|
|
.one-1200 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1200 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1200 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1200 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1200 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1200 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1200 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1200 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1200 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1200 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1200 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1200 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1300px) {
|
|
.one-1300 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1300 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1300 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1300 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1300 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1300 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1300 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1300 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1300 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1300 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1300 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1300 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1400px) {
|
|
.one-1400 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1400 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1400 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1400 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1400 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1400 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1400 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1400 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1400 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1400 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1400 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1400 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1500px) {
|
|
.one-1500 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1500 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1500 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1500 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1500 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1500 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1500 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1500 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1500 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1500 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1500 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1500 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1600px) {
|
|
.one-1600 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1600 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1600 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1600 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1600 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1600 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1600 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1600 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1600 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1600 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1600 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1600 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1700px) {
|
|
.one-1700 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1700 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1700 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1700 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1700 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1700 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1700 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1700 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1700 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1700 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1700 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1700 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1800px) {
|
|
.one-1800 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1800 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1800 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1800 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1800 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1800 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1800 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1800 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1800 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1800 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1800 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1800 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1900px) {
|
|
.one-1900 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-1900 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-1900 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-1900 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-1900 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-1900 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-1900 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-1900 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-1900 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-1900 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-1900 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-1900 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
@media all and (min-width: 2000px) {
|
|
.one-2000 > * {
|
|
width: 100%;
|
|
}
|
|
|
|
.two-2000 > * {
|
|
width: 50%;
|
|
}
|
|
|
|
.three-2000 > * {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.four-2000 > * {
|
|
width: 25%;
|
|
}
|
|
|
|
.five-2000 > * {
|
|
width: 20%;
|
|
}
|
|
|
|
.six-2000 > * {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.seven-2000 > * {
|
|
width: 14.28571%;
|
|
}
|
|
|
|
.eight-2000 > * {
|
|
width: 12.5%;
|
|
}
|
|
|
|
.nine-2000 > * {
|
|
width: 11.11111%;
|
|
}
|
|
|
|
.ten-2000 > * {
|
|
width: 10%;
|
|
}
|
|
|
|
.eleven-2000 > * {
|
|
width: 9.09091%;
|
|
}
|
|
|
|
.twelve-2000 > * {
|
|
width: 8.33333%;
|
|
}
|
|
}
|
|
.full {
|
|
width: 100%;
|
|
}
|
|
|
|
.half {
|
|
width: 50%;
|
|
}
|
|
|
|
.third {
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third {
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth {
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth {
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth {
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth {
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth {
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth {
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth {
|
|
width: 16.66666%;
|
|
}
|
|
|
|
.none {
|
|
display: none;
|
|
}
|
|
|
|
@media all and (min-width: 200px) {
|
|
.full-200 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-200 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-200 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-200 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-200 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-200 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-200 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-200 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-200 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-200 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-200 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 300px) {
|
|
.full-300 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-300 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-300 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-300 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-300 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-300 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-300 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-300 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-300 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-300 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-300 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 400px) {
|
|
.full-400 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-400 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-400 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-400 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-400 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-400 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-400 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-400 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-400 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-400 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-400 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 500px) {
|
|
.full-500 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-500 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-500 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-500 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-500 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-500 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-500 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-500 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-500 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-500 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-500 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 600px) {
|
|
.full-600 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-600 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-600 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-600 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-600 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-600 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-600 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-600 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-600 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-600 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-600 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 700px) {
|
|
.full-700 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-700 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-700 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-700 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-700 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-700 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-700 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-700 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-700 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-700 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-700 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 800px) {
|
|
.full-800 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-800 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-800 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-800 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-800 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-800 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-800 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-800 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-800 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-800 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-800 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 900px) {
|
|
.full-900 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-900 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-900 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-900 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-900 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-900 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-900 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-900 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-900 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-900 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-900 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1000px) {
|
|
.full-1000 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1000 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1000 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1000 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1000 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1000 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1000 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1000 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1000 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1000 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1000 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1100px) {
|
|
.full-1100 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1100 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1100 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1100 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1100 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1100 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1100 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1100 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1100 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1100 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1100 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1200px) {
|
|
.full-1200 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1200 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1200 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1200 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1200 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1200 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1200 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1200 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1200 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1200 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1200 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1300px) {
|
|
.full-1300 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1300 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1300 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1300 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1300 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1300 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1300 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1300 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1300 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1300 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1300 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1400px) {
|
|
.full-1400 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1400 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1400 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1400 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1400 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1400 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1400 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1400 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1400 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1400 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1400 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1500px) {
|
|
.full-1500 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1500 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1500 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1500 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1500 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1500 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1500 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1500 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1500 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1500 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1500 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1600px) {
|
|
.full-1600 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1600 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1600 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1600 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1600 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1600 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1600 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1600 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1600 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1600 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1600 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1700px) {
|
|
.full-1700 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1700 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1700 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1700 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1700 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1700 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1700 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1700 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1700 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1700 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1700 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1800px) {
|
|
.full-1800 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1800 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1800 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1800 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1800 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1800 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1800 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1800 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1800 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1800 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1800 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1900px) {
|
|
.full-1900 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-1900 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-1900 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-1900 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-1900 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-1900 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-1900 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-1900 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-1900 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-1900 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-1900 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 2000px) {
|
|
.full-2000 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.half-2000 {
|
|
display: block;
|
|
width: 50%;
|
|
}
|
|
|
|
.third-2000 {
|
|
display: block;
|
|
width: 33.33333%;
|
|
}
|
|
|
|
.two-third-2000 {
|
|
display: block;
|
|
width: 66.66666%;
|
|
}
|
|
|
|
.fourth-2000 {
|
|
display: block;
|
|
width: 25%;
|
|
}
|
|
|
|
.three-fourth-2000 {
|
|
display: block;
|
|
width: 75%;
|
|
}
|
|
|
|
.fifth-2000 {
|
|
display: block;
|
|
width: 20%;
|
|
}
|
|
|
|
.two-fifth-2000 {
|
|
display: block;
|
|
width: 40%;
|
|
}
|
|
|
|
.three-fifth-2000 {
|
|
display: block;
|
|
width: 60%;
|
|
}
|
|
|
|
.four-fifth-2000 {
|
|
display: block;
|
|
width: 80%;
|
|
}
|
|
|
|
.sixth-2000 {
|
|
display: block;
|
|
width: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 200px) {
|
|
.none-200 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 300px) {
|
|
.none-300 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 400px) {
|
|
.none-400 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 500px) {
|
|
.none-500 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 600px) {
|
|
.none-600 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 700px) {
|
|
.none-700 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 800px) {
|
|
.none-800 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 900px) {
|
|
.none-900 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1000px) {
|
|
.none-1000 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1100px) {
|
|
.none-1100 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1200px) {
|
|
.none-1200 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1300px) {
|
|
.none-1300 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1400px) {
|
|
.none-1400 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1500px) {
|
|
.none-1500 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1600px) {
|
|
.none-1600 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1700px) {
|
|
.none-1700 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1800px) {
|
|
.none-1800 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 1900px) {
|
|
.none-1900 {
|
|
display: none;
|
|
}
|
|
}
|
|
@media all and (min-width: 2000px) {
|
|
.none-2000 {
|
|
display: none;
|
|
}
|
|
}
|
|
.off-none {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth {
|
|
margin-left: 16.66666%;
|
|
}
|
|
|
|
@media all and (min-width: 200px) {
|
|
.off-none-200 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-200 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-200 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-200 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-200 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-200 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-200 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-200 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-200 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-200 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-200 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 300px) {
|
|
.off-none-300 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-300 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-300 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-300 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-300 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-300 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-300 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-300 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-300 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-300 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-300 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 400px) {
|
|
.off-none-400 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-400 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-400 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-400 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-400 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-400 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-400 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-400 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-400 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-400 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-400 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 500px) {
|
|
.off-none-500 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-500 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-500 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-500 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-500 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-500 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-500 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-500 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-500 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-500 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-500 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 600px) {
|
|
.off-none-600 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-600 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-600 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-600 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-600 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-600 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-600 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-600 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-600 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-600 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-600 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 700px) {
|
|
.off-none-700 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-700 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-700 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-700 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-700 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-700 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-700 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-700 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-700 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-700 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-700 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 800px) {
|
|
.off-none-800 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-800 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-800 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-800 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-800 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-800 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-800 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-800 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-800 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-800 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-800 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 900px) {
|
|
.off-none-900 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-900 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-900 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-900 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-900 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-900 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-900 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-900 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-900 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-900 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-900 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1000px) {
|
|
.off-none-1000 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1000 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1000 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1000 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1000 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1000 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1000 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1000 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1000 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1000 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1000 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1100px) {
|
|
.off-none-1100 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1100 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1100 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1100 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1100 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1100 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1100 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1100 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1100 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1100 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1100 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1200px) {
|
|
.off-none-1200 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1200 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1200 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1200 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1200 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1200 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1200 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1200 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1200 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1200 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1200 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1300px) {
|
|
.off-none-1300 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1300 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1300 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1300 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1300 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1300 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1300 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1300 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1300 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1300 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1300 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1400px) {
|
|
.off-none-1400 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1400 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1400 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1400 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1400 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1400 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1400 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1400 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1400 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1400 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1400 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1500px) {
|
|
.off-none-1500 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1500 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1500 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1500 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1500 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1500 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1500 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1500 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1500 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1500 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1500 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1600px) {
|
|
.off-none-1600 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1600 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1600 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1600 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1600 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1600 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1600 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1600 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1600 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1600 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1600 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1700px) {
|
|
.off-none-1700 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1700 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1700 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1700 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1700 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1700 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1700 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1700 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1700 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1700 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1700 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1800px) {
|
|
.off-none-1800 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1800 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1800 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1800 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1800 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1800 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1800 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1800 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1800 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1800 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1800 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 1900px) {
|
|
.off-none-1900 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-1900 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-1900 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-1900 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-1900 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-1900 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-1900 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-1900 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-1900 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-1900 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-1900 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
@media all and (min-width: 2000px) {
|
|
.off-none-2000 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.off-half-2000 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.off-third-2000 {
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.off-two-third-2000 {
|
|
margin-left: 66.66666%;
|
|
}
|
|
|
|
.off-fourth-2000 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.off-three-fourth-2000 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.off-fifth-2000 {
|
|
margin-left: 20%;
|
|
}
|
|
|
|
.off-two-fifth-2000 {
|
|
margin-left: 40%;
|
|
}
|
|
|
|
.off-three-fifth-2000 {
|
|
margin-left: 60%;
|
|
}
|
|
|
|
.off-four-fifth-2000 {
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.off-sixth-2000 {
|
|
margin-left: 16.66666%;
|
|
}
|
|
}
|
|
/**
|
|
* Horizontal scroller (<figure>)
|
|
*/
|
|
figure {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow-x: auto;
|
|
}
|
|
figure figcaption {
|
|
padding: calc(var(--spacing) * 0.5) 0;
|
|
color: var(--muted-color);
|
|
}
|
|
|
|
/**
|
|
* Typography
|
|
*/
|
|
b,
|
|
strong {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
position: relative;
|
|
font-size: 0.75em;
|
|
line-height: 0;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
dl dl,
|
|
dl ol,
|
|
dl ul,
|
|
ol dl,
|
|
ul dl {
|
|
margin: 0;
|
|
}
|
|
|
|
ol ol,
|
|
ol ul,
|
|
ul ol,
|
|
ul ul {
|
|
margin: 0;
|
|
}
|
|
|
|
address,
|
|
blockquote,
|
|
dl,
|
|
figure,
|
|
form,
|
|
ol,
|
|
p,
|
|
pre,
|
|
table,
|
|
ul {
|
|
margin-top: 0;
|
|
margin-bottom: var(--typography-spacing-vertical);
|
|
color: var(--color);
|
|
font-style: normal;
|
|
font-weight: var(--font-weight);
|
|
font-size: var(--font-size);
|
|
}
|
|
|
|
a {
|
|
--color: var(--primary);
|
|
--background-color: transparent;
|
|
outline: none;
|
|
background-color: var(--background-color);
|
|
color: var(--color);
|
|
-webkit-text-decoration: var(--text-decoration);
|
|
text-decoration: var(--text-decoration);
|
|
}
|
|
a:hover, a:active, a:focus {
|
|
--color: var(--primary-hover);
|
|
--text-decoration: underline;
|
|
}
|
|
a:focus {
|
|
--background-color: var(--primary-focus);
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin-top: 0;
|
|
margin-bottom: var(--typography-spacing-vertical);
|
|
color: var(--color);
|
|
font-weight: var(--font-weight);
|
|
font-size: var(--font-size);
|
|
font-family: var(--font-family);
|
|
}
|
|
|
|
h1 {
|
|
--color: var(--h1-color);
|
|
}
|
|
|
|
h2 {
|
|
--color: var(--h2-color);
|
|
}
|
|
|
|
h3 {
|
|
--color: var(--h3-color);
|
|
}
|
|
|
|
h4 {
|
|
--color: var(--h4-color);
|
|
}
|
|
|
|
h5 {
|
|
--color: var(--h5-color);
|
|
}
|
|
|
|
h6 {
|
|
--color: var(--h6-color);
|
|
}
|
|
|
|
address ~ h1, address ~ h2, address ~ h3, address ~ h4, address ~ h5, address ~ h6,
|
|
blockquote ~ h1,
|
|
blockquote ~ h2,
|
|
blockquote ~ h3,
|
|
blockquote ~ h4,
|
|
blockquote ~ h5,
|
|
blockquote ~ h6,
|
|
dl ~ h1,
|
|
dl ~ h2,
|
|
dl ~ h3,
|
|
dl ~ h4,
|
|
dl ~ h5,
|
|
dl ~ h6,
|
|
figure ~ h1,
|
|
figure ~ h2,
|
|
figure ~ h3,
|
|
figure ~ h4,
|
|
figure ~ h5,
|
|
figure ~ h6,
|
|
form ~ h1,
|
|
form ~ h2,
|
|
form ~ h3,
|
|
form ~ h4,
|
|
form ~ h5,
|
|
form ~ h6,
|
|
ol ~ h1,
|
|
ol ~ h2,
|
|
ol ~ h3,
|
|
ol ~ h4,
|
|
ol ~ h5,
|
|
ol ~ h6,
|
|
p ~ h1,
|
|
p ~ h2,
|
|
p ~ h3,
|
|
p ~ h4,
|
|
p ~ h5,
|
|
p ~ h6,
|
|
pre ~ h1,
|
|
pre ~ h2,
|
|
pre ~ h3,
|
|
pre ~ h4,
|
|
pre ~ h5,
|
|
pre ~ h6,
|
|
table ~ h1,
|
|
table ~ h2,
|
|
table ~ h3,
|
|
table ~ h4,
|
|
table ~ h5,
|
|
table ~ h6,
|
|
ul ~ h1,
|
|
ul ~ h2,
|
|
ul ~ h3,
|
|
ul ~ h4,
|
|
ul ~ h5,
|
|
ul ~ h6 {
|
|
margin-top: var(--typography-spacing-vertical);
|
|
}
|
|
|
|
hgroup {
|
|
margin-bottom: var(--typography-spacing-vertical);
|
|
}
|
|
hgroup > * {
|
|
margin-bottom: 0;
|
|
}
|
|
hgroup > *:last-child {
|
|
--color: var(--muted-color);
|
|
--font-weight: unset;
|
|
font-size: 1rem;
|
|
font-family: unset;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: var(--typography-spacing-vertical);
|
|
}
|
|
|
|
small {
|
|
font-size: var(--font-size);
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
padding-right: 0;
|
|
padding-left: var(--spacing);
|
|
-webkit-padding-start: var(--spacing);
|
|
padding-inline-start: var(--spacing);
|
|
-webkit-padding-end: 0;
|
|
padding-inline-end: 0;
|
|
}
|
|
ul li,
|
|
ol li {
|
|
margin-bottom: calc(var(--typography-spacing-vertical) * 0.25);
|
|
}
|
|
|
|
ul li {
|
|
list-style: square;
|
|
}
|
|
|
|
mark {
|
|
padding: 0.125rem 0.25rem;
|
|
background-color: var(--mark-background-color);
|
|
color: var(--mark-color);
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
blockquote {
|
|
display: block;
|
|
margin: var(--typography-spacing-vertical) 0;
|
|
padding: var(--spacing);
|
|
border-right: none;
|
|
border-left: 0.25rem solid var(--blockquote-border-color);
|
|
-webkit-border-start: 0.25rem solid var(--blockquote-border-color);
|
|
border-inline-start: 0.25rem solid var(--blockquote-border-color);
|
|
-webkit-border-end: none;
|
|
border-inline-end: none;
|
|
}
|
|
blockquote footer {
|
|
margin-top: calc(var(--typography-spacing-vertical) * 0.5);
|
|
color: var(--blockquote-footer-color);
|
|
}
|
|
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
text-decoration: none;
|
|
cursor: help;
|
|
}
|
|
|
|
ins {
|
|
color: var(--ins-color);
|
|
text-decoration: none;
|
|
}
|
|
|
|
del {
|
|
color: var(--del-color);
|
|
}
|
|
|
|
::-moz-selection {
|
|
background-color: var(--primary-focus);
|
|
}
|
|
|
|
::selection {
|
|
background-color: var(--primary-focus);
|
|
}
|
|
|
|
/**
|
|
* Embedded content
|
|
*/
|
|
audio,
|
|
canvas,
|
|
iframe,
|
|
img,
|
|
svg,
|
|
video {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
audio,
|
|
video {
|
|
display: inline-block;
|
|
}
|
|
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
|
|
iframe {
|
|
border-style: none;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
border-style: none;
|
|
}
|
|
|
|
svg:not([fill]) {
|
|
fill: currentColor;
|
|
}
|
|
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/**
|
|
* Button
|
|
*/
|
|
button {
|
|
margin: 0;
|
|
overflow: visible;
|
|
font-family: inherit;
|
|
text-transform: none;
|
|
}
|
|
|
|
button,
|
|
[type=button],
|
|
[type=reset],
|
|
[type=submit] {
|
|
-webkit-appearance: button;
|
|
}
|
|
|
|
button::-moz-focus-inner,
|
|
[type=button]::-moz-focus-inner,
|
|
[type=reset]::-moz-focus-inner,
|
|
[type=submit]::-moz-focus-inner {
|
|
padding: 0;
|
|
border-style: none;
|
|
}
|
|
|
|
button {
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: var(--spacing);
|
|
}
|
|
|
|
a[role=button] {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
|
|
button,
|
|
input[type=submit],
|
|
input[type=button],
|
|
input[type=reset],
|
|
a[role=button] {
|
|
--background-color: var(--primary);
|
|
--border-color: var(--primary);
|
|
--color: var(--primary-inverse);
|
|
--box-shadow: var(--button-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
|
padding: var(--form-element-spacing-vertical) var(--form-element-spacing-horizontal);
|
|
border: var(--border-width) solid var(--border-color);
|
|
border-radius: var(--border-radius);
|
|
outline: none;
|
|
background-color: var(--background-color);
|
|
box-shadow: var(--box-shadow);
|
|
color: var(--color);
|
|
font-weight: var(--font-weight);
|
|
font-size: 1rem;
|
|
line-height: var(--line-height);
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
button:hover, button:active, button:focus,
|
|
input[type=submit]:hover,
|
|
input[type=submit]:active,
|
|
input[type=submit]:focus,
|
|
input[type=button]:hover,
|
|
input[type=button]:active,
|
|
input[type=button]:focus,
|
|
input[type=reset]:hover,
|
|
input[type=reset]:active,
|
|
input[type=reset]:focus,
|
|
a[role=button]:hover,
|
|
a[role=button]:active,
|
|
a[role=button]:focus {
|
|
--background-color: var(--primary-hover);
|
|
--border-color: var(--primary-hover);
|
|
--box-shadow: var(--button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
|
}
|
|
button:focus,
|
|
input[type=submit]:focus,
|
|
input[type=button]:focus,
|
|
input[type=reset]:focus,
|
|
a[role=button]:focus {
|
|
--box-shadow: var(--button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),
|
|
0 0 0 var(--outline-width) var(--primary-focus);
|
|
}
|
|
|
|
input[type=reset] {
|
|
--background-color: var(--secondary);
|
|
--border-color: var(--secondary);
|
|
--color: var(--secondary-inverse);
|
|
cursor: pointer;
|
|
}
|
|
input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus {
|
|
--background-color: var(--secondary-hover);
|
|
--border-color: var(--secondary-hover);
|
|
}
|
|
input[type=reset]:focus {
|
|
--box-shadow: var(--button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),
|
|
0 0 0 var(--outline-width) var(--secondary-focus);
|
|
}
|
|
|
|
button[disabled],
|
|
input[type=submit][disabled],
|
|
input[type=button][disabled],
|
|
input[type=reset][disabled],
|
|
a[role=button]:not([href]),
|
|
a[role=button][disabled] {
|
|
opacity: 0.5;
|
|
pointer-events: none;
|
|
}
|
|
|
|
/**
|
|
* Table
|
|
*/
|
|
table {
|
|
width: 100%;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
text-indent: 0;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
padding: calc(var(--spacing) / 2) var(--spacing);
|
|
border-bottom: var(--border-width) solid var(--table-border-color);
|
|
color: var(--color);
|
|
font-weight: var(--font-weight);
|
|
font-size: var(--font-size);
|
|
text-align: left;
|
|
text-align: start;
|
|
}
|
|
|
|
tfoot th,
|
|
tfoot td {
|
|
border-top: var(--border-width) solid var(--table-border-color);
|
|
border-bottom: 0;
|
|
}
|
|
|
|
table[role=grid] tbody tr:nth-child(odd) {
|
|
background-color: var(--table-row-stripped-background-color);
|
|
}
|
|
|
|
/**
|
|
* Form elements
|
|
*/
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
margin: 0;
|
|
font-size: 1rem;
|
|
line-height: var(--line-height);
|
|
font-family: inherit;
|
|
letter-spacing: inherit;
|
|
}
|
|
|
|
input {
|
|
overflow: visible;
|
|
}
|
|
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
|
|
legend {
|
|
max-width: 100%;
|
|
padding: 0;
|
|
color: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
|
|
[type=checkbox],
|
|
[type=radio] {
|
|
padding: 0;
|
|
}
|
|
|
|
::-webkit-inner-spin-button,
|
|
::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
[type=search] {
|
|
-webkit-appearance: textfield;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
[type=search]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
font: inherit;
|
|
}
|
|
|
|
::-moz-focus-inner {
|
|
padding: 0;
|
|
border-style: none;
|
|
}
|
|
|
|
:-moz-focusring {
|
|
outline: none;
|
|
}
|
|
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
|
|
::-ms-expand {
|
|
display: none;
|
|
}
|
|
|
|
[type=file],
|
|
[type=range] {
|
|
padding: 0;
|
|
border-width: 0;
|
|
}
|
|
|
|
input:not([type=checkbox]):not([type=radio]):not([type=range]) {
|
|
height: calc(1rem * var(--line-height) + var(--form-element-spacing-vertical) * 2 + var(--border-width) * 2);
|
|
}
|
|
|
|
fieldset {
|
|
margin: 0;
|
|
margin-bottom: var(--spacing);
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
label,
|
|
fieldset legend {
|
|
display: block;
|
|
margin-bottom: calc(var(--spacing) * 0.25);
|
|
font-weight: var(--form-label-font-weight, var(--font-weight));
|
|
}
|
|
|
|
input:not([type=checkbox]):not([type=radio]),
|
|
select,
|
|
textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),
|
|
select,
|
|
textarea {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
padding: var(--form-element-spacing-vertical) var(--form-element-spacing-horizontal);
|
|
vertical-align: middle;
|
|
}
|
|
|
|
input,
|
|
select,
|
|
textarea {
|
|
--background-color: var(--form-element-background-color);
|
|
--border-color: var(--form-element-border-color);
|
|
--color: var(--form-element-color);
|
|
--box-shadow: none;
|
|
border: var(--border-width) solid var(--border-color);
|
|
border-radius: var(--border-radius);
|
|
outline: none;
|
|
background-color: var(--background-color);
|
|
box-shadow: var(--box-shadow);
|
|
color: var(--color);
|
|
font-weight: var(--font-weight);
|
|
}
|
|
|
|
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([readonly]):active, input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([readonly]):focus,
|
|
select:active,
|
|
select:focus,
|
|
textarea:active,
|
|
textarea:focus {
|
|
--background-color: var(--form-element-active-background-color);
|
|
}
|
|
|
|
input:not([type=submit]):not([type=button]):not([type=reset]):not([role=switch]):not([readonly]):active, input:not([type=submit]):not([type=button]):not([type=reset]):not([role=switch]):not([readonly]):focus,
|
|
select:active,
|
|
select:focus,
|
|
textarea:active,
|
|
textarea:focus {
|
|
--border-color: var(--form-element-active-border-color);
|
|
}
|
|
|
|
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=file]):not([readonly]):focus,
|
|
select:focus,
|
|
textarea:focus {
|
|
--box-shadow: 0 0 0 var(--outline-width) var(--form-element-focus-color);
|
|
}
|
|
|
|
input:not([type=submit]):not([type=button]):not([type=reset])[disabled],
|
|
select[disabled],
|
|
textarea[disabled] {
|
|
--background-color: var(--form-element-disabled-background-color);
|
|
--border-color: var(--form-element-disabled-border-color);
|
|
opacity: var(--form-element-disabled-opacity);
|
|
}
|
|
|
|
input:not([type=checkbox]):not([type=radio])[aria-invalid],
|
|
select:not([type=checkbox]):not([type=radio])[aria-invalid],
|
|
textarea:not([type=checkbox]):not([type=radio])[aria-invalid] {
|
|
padding-right: calc(var(--form-element-spacing-horizontal) + 1.5rem);
|
|
padding-left: var(--form-element-spacing-horizontal);
|
|
-webkit-padding-start: var(--form-element-spacing-horizontal);
|
|
padding-inline-start: var(--form-element-spacing-horizontal);
|
|
-webkit-padding-end: calc(var(--form-element-spacing-horizontal) + 1.5rem);
|
|
padding-inline-end: calc(var(--form-element-spacing-horizontal) + 1.5rem);
|
|
background-position: center right 0.75rem;
|
|
background-size: 1rem auto;
|
|
background-repeat: no-repeat;
|
|
}
|
|
input:not([type=checkbox]):not([type=radio])[aria-invalid=false],
|
|
select:not([type=checkbox]):not([type=radio])[aria-invalid=false],
|
|
textarea:not([type=checkbox]):not([type=radio])[aria-invalid=false] {
|
|
background-image: var(--icon-valid);
|
|
}
|
|
input:not([type=checkbox]):not([type=radio])[aria-invalid=true],
|
|
select:not([type=checkbox]):not([type=radio])[aria-invalid=true],
|
|
textarea:not([type=checkbox]):not([type=radio])[aria-invalid=true] {
|
|
background-image: var(--icon-invalid);
|
|
}
|
|
input[aria-invalid=false],
|
|
select[aria-invalid=false],
|
|
textarea[aria-invalid=false] {
|
|
--border-color: var(--form-element-valid-border-color);
|
|
}
|
|
input[aria-invalid=false]:active, input[aria-invalid=false]:focus,
|
|
select[aria-invalid=false]:active,
|
|
select[aria-invalid=false]:focus,
|
|
textarea[aria-invalid=false]:active,
|
|
textarea[aria-invalid=false]:focus {
|
|
--border-color: var(--form-element-valid-active-border-color);
|
|
--box-shadow: 0 0 0 var(--outline-width) var(--form-element-valid-focus-color);
|
|
}
|
|
input[aria-invalid=true],
|
|
select[aria-invalid=true],
|
|
textarea[aria-invalid=true] {
|
|
--border-color: var(--form-element-invalid-border-color);
|
|
}
|
|
input[aria-invalid=true]:active, input[aria-invalid=true]:focus,
|
|
select[aria-invalid=true]:active,
|
|
select[aria-invalid=true]:focus,
|
|
textarea[aria-invalid=true]:active,
|
|
textarea[aria-invalid=true]:focus {
|
|
--border-color: var(--form-element-invalid-active-border-color);
|
|
--box-shadow: 0 0 0 var(--outline-width) var(--form-element-invalid-focus-color);
|
|
}
|
|
|
|
[dir=rtl] input:not([type=checkbox]):not([type=radio])[aria-invalid], [dir=rtl] input:not([type=checkbox]):not([type=radio])[aria-invalid=true], [dir=rtl] input:not([type=checkbox]):not([type=radio])[aria-invalid=false],
|
|
[dir=rtl] select:not([type=checkbox]):not([type=radio])[aria-invalid],
|
|
[dir=rtl] select:not([type=checkbox]):not([type=radio])[aria-invalid=true],
|
|
[dir=rtl] select:not([type=checkbox]):not([type=radio])[aria-invalid=false],
|
|
[dir=rtl] textarea:not([type=checkbox]):not([type=radio])[aria-invalid],
|
|
[dir=rtl] textarea:not([type=checkbox]):not([type=radio])[aria-invalid=true],
|
|
[dir=rtl] textarea:not([type=checkbox]):not([type=radio])[aria-invalid=false] {
|
|
background-position: center left 0.75rem;
|
|
}
|
|
|
|
input::placeholder,
|
|
input::-webkit-input-placeholder,
|
|
textarea::placeholder,
|
|
textarea::-webkit-input-placeholder,
|
|
select:invalid {
|
|
color: var(--form-element-placeholder-color);
|
|
opacity: 1;
|
|
}
|
|
|
|
input:not([type=checkbox]):not([type=radio]),
|
|
select,
|
|
textarea {
|
|
margin-bottom: var(--spacing);
|
|
}
|
|
|
|
select::-ms-expand {
|
|
border: 0;
|
|
background-color: transparent;
|
|
}
|
|
select:not([multiple]):not([size]) {
|
|
padding-right: calc(var(--form-element-spacing-horizontal) + 1.5rem);
|
|
padding-left: var(--form-element-spacing-horizontal);
|
|
-webkit-padding-start: var(--form-element-spacing-horizontal);
|
|
padding-inline-start: var(--form-element-spacing-horizontal);
|
|
-webkit-padding-end: calc(var(--form-element-spacing-horizontal) + 1.5rem);
|
|
padding-inline-end: calc(var(--form-element-spacing-horizontal) + 1.5rem);
|
|
background-image: var(--icon-chevron);
|
|
background-position: center right 0.75rem;
|
|
background-size: 1rem auto;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
[dir=rtl] select:not([multiple]):not([size]) {
|
|
background-position: center left 0.75rem;
|
|
}
|
|
|
|
input + small,
|
|
select + small,
|
|
textarea + small {
|
|
display: block;
|
|
width: 100%;
|
|
margin-top: calc(var(--spacing) * -0.75);
|
|
margin-bottom: var(--spacing);
|
|
color: var(--muted-color);
|
|
}
|
|
|
|
label > input, label > select, label > textarea {
|
|
margin-top: calc(var(--spacing) * 0.25);
|
|
}
|
|
|
|
/**
|
|
* Accessibility & User interaction
|
|
*/
|
|
[aria-controls] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
[aria-disabled=true],
|
|
[disabled] {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
[aria-hidden=false][hidden] {
|
|
display: initial;
|
|
}
|
|
|
|
[aria-hidden=false][hidden]:not(:focus) {
|
|
clip: rect(0, 0, 0, 0);
|
|
position: absolute;
|
|
}
|
|
|
|
a,
|
|
area,
|
|
button,
|
|
input,
|
|
label,
|
|
select,
|
|
summary,
|
|
textarea,
|
|
[tabindex] {
|
|
-ms-touch-action: manipulation;
|
|
}
|
|
|
|
[dir=rtl] {
|
|
direction: rtl;
|
|
}
|
|
|
|
/**
|
|
* Nav
|
|
*/
|
|
nav,
|
|
nav ul {
|
|
display: flex;
|
|
}
|
|
|
|
nav {
|
|
justify-content: space-between;
|
|
}
|
|
nav ol,
|
|
nav ul {
|
|
align-items: center;
|
|
margin-bottom: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
nav ol:first-of-type,
|
|
nav ul:first-of-type {
|
|
margin-left: calc(var(--spacing) * -0.5);
|
|
}
|
|
nav ol:last-of-type,
|
|
nav ul:last-of-type {
|
|
margin-right: calc(var(--spacing) * -0.5);
|
|
}
|
|
nav li {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: var(--spacing) calc(var(--spacing) * 0.5);
|
|
}
|
|
nav li > *,
|
|
nav li > input:not([type=checkbox]):not([type=radio]) {
|
|
margin-bottom: 0;
|
|
}
|
|
nav a {
|
|
display: block;
|
|
margin: calc(var(--spacing) * -1) calc(var(--spacing) * -0.5);
|
|
padding: var(--spacing) calc(var(--spacing) * 0.5);
|
|
border-radius: var(--border-radius);
|
|
text-decoration: none;
|
|
}
|
|
nav a:hover, nav a:active, nav a:focus {
|
|
text-decoration: none;
|
|
}
|
|
|
|
aside nav,
|
|
aside ol,
|
|
aside ul,
|
|
aside li {
|
|
display: block;
|
|
}
|
|
aside li {
|
|
padding: calc(var(--spacing) * 0.5);
|
|
}
|
|
aside li a {
|
|
margin: calc(var(--spacing) * -0.5);
|
|
padding: calc(var(--spacing) * 0.5);
|
|
}
|
|
|
|
/**
|
|
* Card (<article>)
|
|
*/
|
|
article {
|
|
margin: var(--block-spacing-vertical) 0;
|
|
padding: var(--block-spacing-vertical) var(--block-spacing-horizontal);
|
|
overflow: hidden;
|
|
border-radius: var(--border-radius);
|
|
background: var(--card-background-color);
|
|
box-shadow: var(--card-box-shadow);
|
|
}
|
|
article > header,
|
|
article > footer {
|
|
margin-right: calc(var(--block-spacing-horizontal) * -1);
|
|
margin-left: calc(var(--block-spacing-horizontal) * -1);
|
|
padding: calc(var(--block-spacing-vertical) * 0.66) var(--block-spacing-horizontal);
|
|
background-color: var(--card-sectionning-background-color);
|
|
}
|
|
article > header {
|
|
margin-top: calc(var(--block-spacing-vertical) * -1);
|
|
margin-bottom: var(--block-spacing-vertical);
|
|
border-bottom: var(--border-width) solid var(--card-border-color);
|
|
}
|
|
article > footer {
|
|
margin-top: var(--block-spacing-vertical);
|
|
margin-bottom: calc(var(--block-spacing-vertical) * -1);
|
|
border-top: var(--border-width) solid var(--card-border-color);
|
|
}
|
|
|
|
/*# sourceMappingURL=pico.classless.slim.flexgrid.css.map */ |