| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339 |
- [data-darkreader-inline-bgcolor] {
- background-color: var(--darkreader-inline-bgcolor) !important;
- }
- [data-darkreader-inline-bgimage] {
- background-image: var(--darkreader-inline-bgimage) !important;
- }
- [data-darkreader-inline-border] {
- border-color: var(--darkreader-inline-border) !important;
- }
- [data-darkreader-inline-border-bottom] {
- border-bottom-color: var(--darkreader-inline-border-bottom) !important;
- }
- [data-darkreader-inline-border-left] {
- border-left-color: var(--darkreader-inline-border-left) !important;
- }
- [data-darkreader-inline-border-right] {
- border-right-color: var(--darkreader-inline-border-right) !important;
- }
- [data-darkreader-inline-border-top] {
- border-top-color: var(--darkreader-inline-border-top) !important;
- }
- [data-darkreader-inline-boxshadow] {
- box-shadow: var(--darkreader-inline-boxshadow) !important;
- }
- [data-darkreader-inline-color] {
- color: var(--darkreader-inline-color) !important;
- }
- [data-darkreader-inline-fill] {
- fill: var(--darkreader-inline-fill) !important;
- }
- [data-darkreader-inline-stroke] {
- stroke: var(--darkreader-inline-stroke) !important;
- }
- [data-darkreader-inline-outline] {
- outline-color: var(--darkreader-inline-outline) !important;
- }
- html {
- background-color: #17181c !important;
- }
- html, body, input, textarea, select, button {
- background-color: #17181c;
- }
- html, body, input, textarea, select, button {
- border-color: #575757;
- color: #e8e7e3;
- }
- a {
- color: #3391ff;
- }
- table {
- border-color: #4c4c4c;
- }
- ::placeholder {
- color: #b9b4ac;
- }
- ::selection {
- background-color: #005ccc;
- color: #ffffff;
- }
- ::-moz-selection {
- background-color: #005ccc;
- color: #ffffff;
- }
- input:-webkit-autofill,
- textarea:-webkit-autofill,
- select:-webkit-autofill {
- background-color: #545b00 !important;
- color: #e8e7e3 !important;
- }
- ::-webkit-scrollbar {
- background-color: #1b1c21;
- color: #c4c0ba;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #252a33;
- }
- ::-webkit-scrollbar-thumb:hover {
- background-color: #2a323e;
- }
- ::-webkit-scrollbar-thumb:active {
- background-color: #303d4f;
- }
- ::-webkit-scrollbar-corner {
- background-color: #17181c;
- }
- /* latin-ext */
- /* latin */
- /* latin-ext */
- /* latin */
- /* latin-ext */
- /* latin */
- /* latin-ext */
- /* latin */
- *,
- *:before,
- *:after {
- -webkit-box-sizing: inherit;
- box-sizing: inherit;
- }
- html {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- input[type="text"],
- input[type="email"],
- input[type="search"],
- input[type="password"] {
- -webkit-appearance: none;
- -moz-appearance: none;
- }
- html {
- line-height: 1.15;
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- }
- body {
- margin: 0;
- }
- article,
- aside,
- footer,
- header,
- nav,
- section {
- display: block;
- }
- h1 {
- font-size: 2em;
- margin: 0.67em 0;
- }
- figcaption,
- figure,
- main {
- display: block;
- }
- figure {
- margin: 1em 40px;
- }
- hr {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
- overflow: visible;
- }
- pre {
- font-family: monospace, monospace;
- font-size: 1em;
- }
- a {
- background-color: transparent;
- -webkit-text-decoration-skip: objects;
- }
- abbr[title] {
- border-bottom: none;
- text-decoration: underline;
- -webkit-text-decoration: underline dotted;
- text-decoration: underline dotted;
-
- }
- b,
- strong {
- font-weight: inherit;
- }
- b,
- strong {
- font-weight: bolder;
- }
- code,
- kbd,
- samp {
- font-family: monospace, monospace;
-
- font-size: 1em;
-
- }
- dfn {
- font-style: italic;
- }
- mark {
- background-color: #ff0;
- color: #000;
- }
- small {
- font-size: 80%;
- }
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sub {
- bottom: -0.25em;
- }
- sup {
- top: -0.5em;
- }
- audio,
- video {
- display: inline-block;
- }
- audio:not([controls]) {
- display: none;
- height: 0;
- }
- img {
- border-style: none;
- }
- svg:not(:root) {
- overflow: hidden;
- }
- button,
- input,
- optgroup,
- select,
- textarea {
- font-family: sans-serif;
- font-size: 100%;
- line-height: 1.15;
- margin: 0;
- }
- button,
- input {
-
- overflow: visible;
- }
- button,
- select {
-
- text-transform: none;
- }
- button,
- html [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 {
- border-style: none;
- padding: 0;
- }
- button:-moz-focusring,
- [type="button"]:-moz-focusring,
- [type="reset"]:-moz-focusring,
- [type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
- }
- fieldset {
- padding: 0.35em 0.75em 0.625em;
- }
- legend {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: inherit;
- display: table;
- max-width: 100%;
- padding: 0;
- white-space: normal;
- }
- progress {
- display: inline-block;
-
- vertical-align: baseline;
-
- }
- textarea {
- overflow: auto;
- }
- [type="checkbox"],
- [type="radio"] {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0;
-
- }
- [type="number"]::-webkit-inner-spin-button,
- [type="number"]::-webkit-outer-spin-button {
- height: auto;
- }
- [type="search"] {
- -webkit-appearance: textfield;
- outline-offset: -2px;
- }
- [type="search"]::-webkit-search-cancel-button,
- [type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- ::-webkit-file-upload-button {
- -webkit-appearance: button;
- font: inherit;
- }
- details,
- menu {
- display: block;
- }
- summary {
- display: list-item;
- }
- canvas {
- display: inline-block;
- }
- template {
- display: none;
- }
- [hidden] {
- display: none;
- }
- html,
- body {
- height: 100%;
- }
- html {
- font-size: 14px;
- }
- body {
- margin: 0px;
- padding: 0px;
- overflow-x: hidden;
- min-width: 320px;
- background: #FFFFFF;
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
- font-size: 14px;
- line-height: 1.4285em;
- color: rgba(0, 0, 0, 0.87);
- font-smoothing: antialiased;
- }
- h1,
- h2,
- h3,
- h4,
- h5 {
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
- line-height: 1.28571429em;
- margin: calc(2rem - 0.14285714em ) 0em 1rem;
- font-weight: bold;
- padding: 0em;
- }
- h1 {
- min-height: 1rem;
- font-size: 2rem;
- }
- h2 {
- font-size: 1.71428571rem;
- }
- h3 {
- font-size: 1.28571429rem;
- }
- h4 {
- font-size: 1.07142857rem;
- }
- h5 {
- font-size: 1rem;
- }
- h1:first-child,
- h2:first-child,
- h3:first-child,
- h4:first-child,
- h5:first-child {
- margin-top: 0em;
- }
- h1:last-child,
- h2:last-child,
- h3:last-child,
- h4:last-child,
- h5:last-child {
- margin-bottom: 0em;
- }
- p {
- margin: 0em 0em 1em;
- line-height: 1.4285em;
- }
- p:first-child {
- margin-top: 0em;
- }
- p:last-child {
- margin-bottom: 0em;
- }
- a {
- color: #4183C4;
- text-decoration: none;
- }
- a:hover {
- color: #1e70bf;
- text-decoration: none;
- }
- ::-webkit-selection {
- background-color: #CCE2FF;
- color: rgba(0, 0, 0, 0.87);
- }
- ::-moz-selection {
- background-color: #CCE2FF;
- color: rgba(0, 0, 0, 0.87);
- }
- ::selection {
- background-color: #CCE2FF;
- color: rgba(0, 0, 0, 0.87);
- }
- textarea::-webkit-selection,
- input::-webkit-selection {
- background-color: rgba(100, 100, 100, 0.4);
- color: rgba(0, 0, 0, 0.87);
- }
- textarea::-moz-selection,
- input::-moz-selection {
- background-color: rgba(100, 100, 100, 0.4);
- color: rgba(0, 0, 0, 0.87);
- }
- textarea::selection,
- input::selection {
- background-color: rgba(100, 100, 100, 0.4);
- color: rgba(0, 0, 0, 0.87);
- }
- body ::-webkit-scrollbar {
- -webkit-appearance: none;
- width: 10px;
- height: 10px;
- }
- body ::-webkit-scrollbar-track {
- background: rgba(0, 0, 0, 0.1);
- border-radius: 0px;
- }
- body ::-webkit-scrollbar-thumb {
- cursor: pointer;
- border-radius: 5px;
- background: rgba(0, 0, 0, 0.25);
- -webkit-transition: color 0.2s ease;
- transition: color 0.2s ease;
- }
- body ::-webkit-scrollbar-thumb:window-inactive {
- background: rgba(0, 0, 0, 0.15);
- }
- body ::-webkit-scrollbar-thumb:hover {
- background: rgba(128, 135, 139, 0.8);
- }
- /* Inverted UI */
- body .ui.inverted::-webkit-scrollbar-track {
- background: rgba(255, 255, 255, 0.1);
- }
- body .ui.inverted::-webkit-scrollbar-thumb {
- background: rgba(255, 255, 255, 0.25);
- }
- body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
- background: rgba(255, 255, 255, 0.15);
- }
- body .ui.inverted::-webkit-scrollbar-thumb:hover {
- background: rgba(255, 255, 255, 0.35);
- }
- .ui.button {
- cursor: pointer;
- display: inline-block;
- min-height: 1em;
- outline: none;
- border: none;
- vertical-align: baseline;
- background: #E0E1E2 none;
- color: rgba(0, 0, 0, 0.6);
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
- margin: 0em 0.25em 0em 0em;
- padding: 0.78571429em 1.5em 0.78571429em;
- text-transform: none;
- text-shadow: none;
- font-weight: bold;
- line-height: 1em;
- font-style: normal;
- text-align: center;
- text-decoration: none;
- border-radius: 0.28571429rem;
- -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
- box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
- transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
- transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
- transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
- will-change: '';
- -webkit-tap-highlight-color: transparent;
- }
- /*******************************
- States
- *******************************/
- /*--------------
- Hover
- ---------------*/
- .ui.button:hover {
- background-color: #CACBCD;
- background-image: none;
- -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
- box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
- color: rgba(0, 0, 0, 0.8);
- }
- .ui.button:hover .icon {
- opacity: 0.85;
- }
- /*--------------
- Focus
- ---------------*/
- .ui.button:focus {
- background-color: #CACBCD;
- color: rgba(0, 0, 0, 0.8);
- background-image: '' !important;
- -webkit-box-shadow: '' !important;
- box-shadow: '' !important;
- }
- .ui.button:focus .icon {
- opacity: 0.85;
- }
- /*--------------
- Down
- ---------------*/
- .ui.button:active,
- .ui.active.button:active {
- background-color: #BABBBC;
- background-image: '';
- color: rgba(0, 0, 0, 0.9);
- -webkit-box-shadow: 0px 0px 0px 1px transparent inset, none;
- box-shadow: 0px 0px 0px 1px transparent inset, none;
- }
- /*--------------
- Active
- ---------------*/
- .ui.active.button {
- background-color: #C0C1C2;
- background-image: none;
- -webkit-box-shadow: 0px 0px 0px 1px transparent inset;
- box-shadow: 0px 0px 0px 1px transparent inset;
- color: rgba(0, 0, 0, 0.95);
- }
- .ui.active.button:hover {
- background-color: #C0C1C2;
- background-image: none;
- color: rgba(0, 0, 0, 0.95);
- }
- .ui.active.button:active {
- background-color: #C0C1C2;
- background-image: none;
- }
- /*--------------
- Loading
- ---------------*/
- /* Specificity hack */
- .ui.loading.loading.loading.loading.loading.loading.button {
- position: relative;
- cursor: default;
- text-shadow: none !important;
- color: transparent !important;
- opacity: 1;
- pointer-events: auto;
- -webkit-transition: all 0s linear, opacity 0.1s ease;
- transition: all 0s linear, opacity 0.1s ease;
- }
- .ui.loading.button:before {
- position: absolute;
- content: '';
- top: 50%;
- left: 50%;
- margin: -0.64285714em 0em 0em -0.64285714em;
- width: 1.28571429em;
- height: 1.28571429em;
- border-radius: 500rem;
- border: 0.2em solid rgba(0, 0, 0, 0.15);
- }
- a {
- background-color: transparent;
- }
- abbr[title] {
- border-bottom-color: initial;
- text-decoration-color: initial;
- }
- mark {
- background-color: #cccc00;
- color: #e8e7e3;
- }
- legend {
- color: inherit;
- }
- body {
- background-image: initial;
- background-color: #17181c;
- color: rgba(232, 231, 227, 0.87);
- }
- a {
- color: #76aad4;
- text-decoration-color: initial;
- }
- a:hover {
- color: #6bb0e8;
- text-decoration-color: initial;
- }
- ::-webkit-selection {
- background-color: #002352;
- color: rgba(232, 231, 227, 0.87);
- }
- ::selection {
- background-color: #002352;
- color: rgba(232, 231, 227, 0.87);
- }
- textarea::-webkit-selection, input::-webkit-selection {
- background-color: rgba(48, 61, 79, 0.4);
- color: rgba(232, 231, 227, 0.87);
- }
- textarea::selection, input::selection {
- background-color: rgba(48, 61, 79, 0.4);
- color: rgba(232, 231, 227, 0.87);
- }
- body ::-webkit-scrollbar-track {
- background-image: initial;
- background-color: rgba(0, 0, 0, 0.1);
- }
- body ::-webkit-scrollbar-thumb {
- background-image: initial;
- background-color: rgba(0, 0, 0, 0.25);
- }
- body ::-webkit-scrollbar-thumb:window-inactive {
- background-image: initial;
- background-color: rgba(0, 0, 0, 0.15);
- }
- body ::-webkit-scrollbar-thumb:hover {
- background-image: initial;
- background-color: rgba(49, 61, 78, 0.8);
- }
- body .ui.inverted::-webkit-scrollbar-track {
- background-image: initial;
- background-color: rgba(23, 24, 28, 0.1);
- }
- body .ui.inverted::-webkit-scrollbar-thumb {
- background-image: initial;
- background-color: rgba(23, 24, 28, 0.25);
- }
- body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
- background-image: initial;
- background-color: rgba(23, 24, 28, 0.15);
- }
- body .ui.inverted::-webkit-scrollbar-thumb:hover {
- background-image: initial;
- background-color: rgba(23, 24, 28, 0.35);
- }
- .ui.button {
- outline-color: initial;
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- background-image: none;
- background-color: #1f2127;
- color: rgba(232, 231, 227, 0.6);
- text-shadow: none;
- text-decoration-color: initial;
- box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- -webkit-tap-highlight-color: transparent;
- }
- .ui.button:hover {
- background-color: #23272f;
- background-image: none;
- box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- color: rgba(232, 231, 227, 0.8);
- }
- .ui.button:focus {
- background-color: #23272f;
- color: rgba(232, 231, 227, 0.8);
- }
- .ui.button:active, .ui.active.button:active {
- background-color: #272c36;
- color: rgba(232, 231, 227, 0.9);
- }
- .ui.active.button {
- background-color: #252a33;
- background-image: none;
- box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px inset;
- color: rgba(232, 231, 227, 0.95);
- }
- .ui.active.button:hover {
- background-color: #252a33;
- background-image: none;
- color: rgba(232, 231, 227, 0.95);
- }
- .ui.active.button:active {
- background-color: #252a33;
- background-image: none;
- }
- .ui.loading.loading.loading.loading.loading.loading.button {
- text-shadow: none !important;
- color: transparent !important;
- }
- .ui.loading.button::before {
- border-top-color: rgba(102, 102, 102, 0.15);
- border-right-color: rgba(102, 102, 102, 0.15);
- border-bottom-color: rgba(102, 102, 102, 0.15);
- border-left-color: rgba(102, 102, 102, 0.15);
- }
- .ui.loading.button::after {
- border-top-color: #333333;
- border-right-color: transparent;
- border-bottom-color: transparent;
- border-left-color: transparent;
- box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px;
- }
- .ui.labeled.icon.loading.button .icon {
- background-color: transparent;
- box-shadow: none;
- }
- .ui.basic.loading.button:not(.inverted)::before {
- border-top-color: rgba(102, 102, 102, 0.1);
- border-right-color: rgba(102, 102, 102, 0.1);
- border-bottom-color: rgba(102, 102, 102, 0.1);
- border-left-color: rgba(102, 102, 102, 0.1);
- }
- .ui.basic.loading.button:not(.inverted)::after {
- border-top-color: #4e4e4e;
- }
- .ui.buttons .disabled.button, .ui.disabled.button, .ui.button:disabled, .ui.disabled.button:hover, .ui.disabled.active.button {
- background-image: none !important;
- box-shadow: none !important;
- }
- .ui.basic.buttons .ui.disabled.button {
- border-top-color: rgba(91, 96, 102, 0.5);
- border-right-color: rgba(91, 96, 102, 0.5);
- border-bottom-color: rgba(91, 96, 102, 0.5);
- border-left-color: rgba(91, 96, 102, 0.5);
- }
- .ui.inverted.button {
- background-image: none;
- background-color: transparent;
- color: #ffffff;
- box-shadow: #17181c 0px 0px 0px 2px inset !important;
- text-shadow: none !important;
- }
- .ui.inverted.button:hover {
- background-image: initial;
- background-color: #17181c;
- color: rgba(232, 231, 227, 0.8);
- box-shadow: #17181c 0px 0px 0px 2px inset !important;
- }
- .ui.inverted.button:focus, .ui.inverted.button.active {
- background-image: initial;
- background-color: #17181c;
- color: rgba(232, 231, 227, 0.8);
- box-shadow: #17181c 0px 0px 0px 2px inset !important;
- }
- .ui.inverted.button.active:focus {
- background-image: initial;
- background-color: #202228;
- color: rgba(232, 231, 227, 0.8);
- box-shadow: #202228 0px 0px 0px 2px inset !important;
- }
- .ui.labeled.button:not(.icon) {
- background-image: none !important;
- background-color: initial !important;
- border-top-color: initial !important;
- border-right-color: initial !important;
- border-bottom-color: initial !important;
- border-left-color: initial !important;
- box-shadow: none !important;
- }
- .ui.labeled.button > .label {
- border-top-color: rgba(91, 96, 102, 0.15);
- border-right-color: rgba(91, 96, 102, 0.15);
- border-bottom-color: rgba(91, 96, 102, 0.15);
- border-left-color: rgba(91, 96, 102, 0.15);
- }
- .ui.facebook.button {
- background-color: #2d4474;
- color: #ffffff;
- text-shadow: none;
- background-image: none;
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- }
- .ui.facebook.button:hover {
- background-color: #2a447a;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.facebook.button:active {
- background-color: #2d4373;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.twitter.button {
- background-color: #0e558b;
- color: #ffffff;
- text-shadow: none;
- background-image: none;
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- }
- .ui.twitter.button:hover {
- background-color: #0961a3;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.twitter.button:active {
- background-color: #1164a4;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.google.plus.button {
- background-color: #912619;
- color: #ffffff;
- text-shadow: none;
- background-image: none;
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- }
- .ui.google.plus.button:hover {
- background-color: #a62515;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.google.plus.button:active {
- background-color: #9b291a;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.linkedin.button {
- background-color: #1a709d;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.linkedin.button:hover {
- background-color: #1377a9;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.linkedin.button:active {
- background-color: #186992;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.youtube.button {
- background-color: #cc0000;
- color: #ffffff;
- text-shadow: none;
- background-image: none;
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- }
- .ui.youtube.button:hover {
- background-color: #cc0000;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.youtube.button:active {
- background-color: #cc0000;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.instagram.button {
- background-color: #31506a;
- color: #ffffff;
- text-shadow: none;
- background-image: none;
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- }
- .ui.instagram.button:hover {
- background-color: #2f526f;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.instagram.button:active {
- background-color: #325069;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.pinterest.button {
- background-color: #bd081c;
- color: #ffffff;
- text-shadow: none;
- background-image: none;
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- }
- .ui.pinterest.button:hover {
- background-color: #ac0013;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.pinterest.button:active {
- background-color: #8c0615;
- color: #ffffff;
- text-shadow: none;
- }
- .ui.vk.button {
- background-color: #334b65;
- color: #ffffff;
- background-image: none;
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
- }
- .ui.vk.button:hover {
- background-color: #324c69;
- color: #ffffff;
- }
- .ui.vk.button:active {
- background-color: #334b65;
- color: #ffffff;
- }
- .ui.basic.buttons .button, .ui.basic.button {
- box-shadow: rgba(32, 34, 40, 0.15) 0px 0px 0px 1px inset;
- background-image: none !important;
- background-color: transparent !important;
- color: rgba(232, 231, 227, 0.6) !important;
- text-shadow: none !important;
- }
- .ui.basic.buttons {
- box-shadow: none;
- border-top-color: rgba(91, 96, 102, 0.15);
- border-right-color: rgba(91, 96, 102, 0.15);
- border-bottom-color: rgba(91, 96, 102, 0.15);
- border-left-color: rgba(91, 96, 102, 0.15);
- }
- .ui.basic.buttons .button:hover, .ui.basic.button:hover {
- box-shadow: rgba(32, 34, 40, 0.35) 0px 0px 0px 1px inset, rgba(32, 34, 40, 0.15) 0px 0px 0px 0px inset;
- background-image: initial !important;
- background-color: #17181c !important;
- color: rgba(232, 231, 227, 0.8) !important;
- }
- body:not(.full-width) {
- background-color: #17181c;
- }
- pre.raw, code.raw {
- background-color: #191a1e;
- border-top-color: #3a3a3a;
- border-right-color: #3a3a3a;
- border-bottom-color: #3a3a3a;
- border-left-color: #3a3a3a;
- }
- .following.bar.light {
- background-color: #23272f;
- border-bottom-color: #55616d;
- box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 3px;
- }
- .following.bar .top.menu a.item:hover, .following.bar .top.menu .dropdown.item:hover, .following.bar .top.menu .dropdown.item.active {
- background-color: transparent;
- }
- .following.bar .head.link.item {
- color: #ffffff;
- }
- .following.bar .head.link.item:hover {
- color: #e0deda;
- }
- .following.bar .searchbox {
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- background-color: #2f3847 !important;
- }
- .following.bar .searchbox:focus {
- background-color: #17181c !important;
- }
- .following.bar .search.icon {
- color: #c1bdb7 !important;
- }
- .ui.menu, .ui.vertical.menu, .ui.segment {
- box-shadow: none;
- }
- .ui .text.red {
- color: #dc6969 !important;
- }
- .ui .text.red a {
- color: #dc6969 !important;
- }
- .ui .text.red a:hover {
- color: #e67777 !important;
- }
- .ui .text.blue {
- color: #71abd7 !important;
- }
- .ui .text.blue a {
- color: #5ca7f1 !important;
- }
- .ui .text.blue a:hover {
- color: #71abd7 !important;
- }
- .ui .text.black {
- color: #cfccc6;
- }
- .ui .text.black:hover {
- color: #e8e7e3;
- }
- .ui .text.grey {
- color: #bcb7b0 !important;
- }
- .ui .text.grey a {
- color: #cfccc6 !important;
- }
- .ui .text.grey a:hover {
- color: #e8e7e3 !important;
- }
- .ui .text.light.grey {
- color: #b9b4ac !important;
- }
- .ui .text.green {
- color: #92d575 !important;
- }
- .ui .text.purple {
- color: #ad9bc6 !important;
- }
- .ui .text.yellow {
- color: #fcca38 !important;
- }
- .ui .text.gold {
- color: #decb84 !important;
- }
- .ui .warning.header {
- border-top-color: #9f6e10;
- border-right-color: #9f6e10;
- border-bottom-color: #9f6e10;
- border-left-color: #9f6e10;
- background-color: #524308 !important;
- }
- .ui .warning.segment {
- border-top-color: #9f6e10;
- border-right-color: #9f6e10;
- border-bottom-color: #9f6e10;
- border-left-color: #9f6e10;
- }
- .ui .info.segment {
- border-top-color: #314954;
- border-right-color: #314954;
- border-bottom-color: #314954;
- border-left-color: #314954;
- }
- .ui .info.segment.top {
- background-color: #112731 !important;
- }
- .overflow.menu .items .item {
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- border-top-color: initial;
- color: rgba(232, 231, 227, 0.8);
- box-shadow: none;
- }
- .overflow.menu .items .item:hover {
- background-image: initial;
- background-color: rgba(0, 0, 0, 0.05);
- color: rgba(232, 231, 227, 0.8);
- }
- footer {
- background-color: #17181c;
- border-top-color: #3b3b3b;
- color: #b9b4ac;
- }
- footer .container .fa {
- color: #71abd7;
- }
- footer .container .links > * {
- border-left-color: #3b3b3b;
- }
- footer .container .links > :first-child {
- border-left-color: initial;
- }
- .side-footer {
- color: #bebab3;
- }
- .sr-only {
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- }
- .hljs {
- background-image: inherit !important;
- background-color: inherit !important;
- }
- .error-pages h3, .error-pages h4 {
- color: rgba(232, 231, 227, 0.5);
- }
- .v-divider {
- border-left-color: #383838;
- }
- .navbar.signedinas {
- color: #d8d5d1;
- }
- .navbar.bold {
- color: #ffffff !important;
- }
- .navbar.bold:hover {
- color: #e0deda !important;
- }
- .navbar.beta {
- color: #ffffff !important;
- }
- .oembed {
- background-image: initial !important;
- background-color: #1e2126 !important;
- }
- @media (max-width: 1020px) {
- .nav-active {
- box-shadow: #0d1490 0px 0px 0px !important;
- }
- }
- @media (max-width: 1020px) {
- .nav-active:hover {
- background-image: initial !important;
- background-color: #000000 !important;
- }
- }
- @media (max-width: 1020px) {
- .commits-card {
- background-color: transparent;
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- }
- }
- .markdown:not(code) a:not([href]) {
- color: inherit;
- text-decoration-color: initial;
- }
- .markdown:not(code) .absent {
- color: #ff5252;
- }
- .markdown:not(code) .anchor:focus {
- outline-color: initial;
- }
- .markdown:not(code) h1 .octicon-link, .markdown:not(code) h2 .octicon-link, .markdown:not(code) h3 .octicon-link, .markdown:not(code) h4 .octicon-link, .markdown:not(code) h5 .octicon-link, .markdown:not(code) h6 .octicon-link {
- color: #e8e7e3;
- }
- .markdown:not(code) h1:hover .anchor, .markdown:not(code) h2:hover .anchor, .markdown:not(code) h3:hover .anchor, .markdown:not(code) h4:hover .anchor, .markdown:not(code) h5:hover .anchor, .markdown:not(code) h6:hover .anchor {
- text-decoration-color: initial;
- }
- .markdown:not(code) h1 {
- border-bottom-color: #363636;
- }
- .markdown:not(code) h2 {
- border-bottom-color: #363636;
- }
- .markdown:not(code) h6 {
- color: #bcb7b0;
- }
- .markdown:not(code) hr {
- background-color: #1d1f24;
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- }
- .markdown:not(code) blockquote {
- color: #bcb7b0;
- border-left-color: #3a3a3a;
- }
- .markdown:not(code) table th, .markdown:not(code) table td {
- border-top-color: #3a3a3a !important;
- border-right-color: #3a3a3a !important;
- border-bottom-color: #3a3a3a !important;
- border-left-color: #3a3a3a !important;
- }
- .markdown:not(code) table tr {
- background-color: #17181c;
- border-top-color: #3d3d3d;
- }
- .markdown:not(code) table tr:nth-child(2n) {
- background-color: #191a1e;
- }
- .markdown:not(code) span.frame > span {
- border-top-color: #3a3a3a;
- border-right-color: #3a3a3a;
- border-bottom-color: #3a3a3a;
- border-left-color: #3a3a3a;
- }
- .markdown:not(code) span.frame span span {
- color: #d5d2cd;
- }
- .markdown:not(code) code, .markdown:not(code) tt {
- background-color: rgba(0, 0, 0, 0.04);
- }
- .markdown:not(code) del code {
- text-decoration-color: inherit;
- }
- .markdown:not(code) pre > code {
- background-image: initial;
- background-color: transparent;
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- }
- .markdown:not(code) .highlight pre, .markdown:not(code) pre {
- background-color: #191b1e;
- }
- .markdown:not(code) pre code, .markdown:not(code) pre tt {
- background-color: transparent;
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- }
- .markdown:not(code) kbd {
- color: #c8c5bf;
- background-color: #18191d;
- border-top-color: #3d3d3d;
- border-right-color: #3d3d3d;
- border-left-color: #3d3d3d;
- border-bottom-color: #414141;
- box-shadow: #262b35 0px -1px 0px inset;
- }
- .markdown:not(code) .csv-data .blob-num {
- background-image: initial;
- background-color: #17181c;
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- }
- .markdown:not(code) .csv-data tr {
- border-top-color: initial;
- }
- .markdown:not(code) .csv-data th {
- background-image: initial;
- background-color: #191a1e;
- border-top-color: initial;
- }
- .home-main p {
- color: #c2bfb8;
- }
- .home-main.bg {
- background-image: url("https://cdn.jsdelivr.net/npm/gitote@1.0.7/img/signup_prompt.png"), initial;
- background-color: #1a1c20;
- }
- .home-main.btn.register {
- background-image: initial !important;
- background-color: #00cc68 !important;
- }
- .home-main.btn.register:hover {
- color: #f6f5f4 !important;
- }
- .home-main.prompt {
- background-image: url("https://cdn.jsdelivr.net/npm/gitote@1.0.1/img/pattern.svg");
- background-color: #1a1c20;
- }
- .home-main.getstarted {
- background-image: initial !important;
- background-color: #23272f !important;
- }
- .home-main.getstarted h1 {
- color: #ffffff;
- }
- .home-main.auth {
- background-image: linear-gradient(rgba(23, 24, 28, 0) 50%, #17181c), linear-gradient(70deg, #002140 32%, #00380d);
- }
- @media (max-width: 1020px) {
- .home-main.bg {
- background-image: url("https://cdn.jsdelivr.net/npm/gitote@1.0.1/img/pattern.svg"), initial;
- background-color: #1a1c20;
- }
- }
- .form .help {
- color: #b9b4ac;
- }
- .ui.attached.header {
- background-image: initial;
- background-color: #1b1d21;
- }
- .repository .metas .ui.list a .text {
- color: #cfccc6;
- }
- .repository .metas .ui.list a .text:hover {
- color: #e8e7e3;
- }
- .repository .header-wrapper {
- background-color: #191a1d;
- }
- .repository .header-wrapper .ui.tabs.divider {
- border-bottom-color: initial;
- }
- .repository .ui.tabs.container .ui.menu {
- border-bottom-color: initial;
- }
- .repository.branches:not(.settings) .ui.list > .item:not(:last-child) {
- border-bottom-color: #3a3a3a;
- }
- .repository.file.list #repo-files-table tbody .octicon {
- color: #bcb7b0;
- }
- .repository.file.list #repo-files-table tbody .octicon.octicon-file-directory, .repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
- color: #6bb0e8;
- }
- .repository.file.list #repo-files-table tr:hover {
- background-color: #3d3d00;
- }
- .repository.file.list #file-content .header .file-actions .btn-octicon {
- color: #bcb7b0;
- background-image: initial;
- background-color: transparent;
- border-top-color: initial;
- border-right-color: initial;
- border-bottom-color: initial;
- border-left-color: initial;
- outline-color: initial;
- }
- .repository.file.list #file-content .header .file-actions .btn-octicon:hover {
- color: #79a8d3;
- }
- .repository.file.list #file-content .header .file-actions .btn-octicon-danger:hover {
- color: #ff815b;
- }
|