|
/*
|
|
_______
|
|
/ \
|
|
.==. .==.
|
|
(( ))==(( ))
|
|
/ "==" "=="\
|
|
/____|| || ||___\
|
|
________ ____ ________ ___ ___
|
|
| ___ \ / \ | ___ \ | | / /
|
|
| | \ \ / /\ \ | | \ \| |_/ /
|
|
| | ) / /__\ \ | |__/ /| ___ \
|
|
| |__/ / ______ \| ____ \| | \ \
|
|
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|
|
| ___ \ | ____/ / \ | ___ \ | ____| ___ \
|
|
| | \ \| |___ / /\ \ | | \ \| |___| | \ \
|
|
| |__/ /| ____/ /__\ \ | | ) | ____| |__/ /
|
|
| ____ \| |__/ ______ \| |__/ /| |___| ____ \
|
|
|__| \__\____/__/ \__\_______/ |______|__| \__\
|
|
https://darkreader.org
|
|
*/
|
|
/* User-Agent Style */
|
|
html {
|
|
background-color: #181a1b !important;
|
|
}
|
|
html, body, input, textarea, select, button {
|
|
background-color: #181a1b;
|
|
}
|
|
html, body, input, textarea, select, button {
|
|
border-color: #736b5e;
|
|
color: #e8e6e3;
|
|
}
|
|
a {
|
|
color: #3391ff;
|
|
}
|
|
table {
|
|
border-color: #545b5e;
|
|
}
|
|
::placeholder {
|
|
color: #b2aba1;
|
|
}
|
|
input:-webkit-autofill,
|
|
textarea:-webkit-autofill,
|
|
select:-webkit-autofill {
|
|
background-color: #555b00 !important;
|
|
color: #e8e6e3 !important;
|
|
}
|
|
::-webkit-scrollbar {
|
|
background-color: #202324;
|
|
color: #aba499;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #454a4d;
|
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: #575e62;
|
|
}
|
|
::-webkit-scrollbar-thumb:active {
|
|
background-color: #484e51;
|
|
}
|
|
::-webkit-scrollbar-corner {
|
|
background-color: #181a1b;
|
|
}
|
|
* {
|
|
scrollbar-color: #202324 #454a4d;
|
|
}
|
|
::selection {
|
|
background-color: #004daa !important;
|
|
color: #e8e6e3 !important;
|
|
}
|
|
::-moz-selection {
|
|
background-color: #004daa !important;
|
|
color: #e8e6e3 !important;
|
|
}
|
|
|
|
/* Invert Style */
|
|
.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, embed[type="application/pdf"] {
|
|
filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
|
|
}
|
|
|
|
/* Variables Style */
|
|
:root {
|
|
--darkreader-neutral-background: #131516;
|
|
--darkreader-neutral-text: #d8d4cf;
|
|
--darkreader-selection-background: #004daa;
|
|
--darkreader-selection-text: #e8e6e3;
|
|
}
|
|
|
|
/* Modified CSS */
|
|
.fa-layers-counter {
|
|
background-color: rgb(182, 0, 18);
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.fa-border {
|
|
border-color: rgb(53, 57, 59);
|
|
}
|
|
.fa-inverse {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.sr-only {
|
|
border-color: currentcolor;
|
|
}
|
|
.svg-inline--fa .fa-primary {
|
|
fill: currentcolor;
|
|
}
|
|
.svg-inline--fa .fa-secondary {
|
|
fill: currentcolor;
|
|
}
|
|
.svg-inline--fa mask .fa-primary,
|
|
.svg-inline--fa mask .fa-secondary {
|
|
fill: rgb(232, 230, 227);
|
|
}
|
|
.fad.fa-inverse {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.fa-border {
|
|
border-color: rgb(53, 57, 59);
|
|
}
|
|
.fa-inverse {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.sr-only {
|
|
border-color: currentcolor;
|
|
}
|
|
.c-pointer {
|
|
color: rgb(152, 143, 129);
|
|
}
|
|
.js-accepted-answer-indicator.fc-green-500 {
|
|
color: rgb(97, 217, 124) !important;
|
|
}
|
|
#main-content-trenner {
|
|
border-bottom-color: rgb(81, 87, 91) !important;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.panel--perma,
|
|
.panel--project {
|
|
box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 10px,
|
|
rgba(0, 0, 0, 0.1) 0px 1px 4px,
|
|
rgb(19, 21, 22) 0px 10px 30px;
|
|
}
|
|
}
|
|
.alt2G2 {
|
|
background-image: none !important;
|
|
}
|
|
span.milestone-bar_foreground {
|
|
background-color: rgb(50, 145, 136);
|
|
}
|
|
span.milestone-bar_background {
|
|
background-image:linear-gradient(var(--darkreader-neutral-text) 40%,
|
|
rgba(19, 21, 22, 0) 0px);
|
|
}
|
|
body {
|
|
background-image: initial;
|
|
}
|
|
span.code {
|
|
background-color: rgba(73, 57, 0, 0.08) !important;
|
|
}
|
|
.svg-primary-light {
|
|
fill: rgb(121, 171, 186) !important;
|
|
}
|
|
.svg-primary-dark {
|
|
fill: rgb(168, 199, 210) !important;
|
|
}
|
|
.svg-secondary {
|
|
fill: rgb(187, 136, 157) !important;
|
|
}
|
|
.svg-secondary-light {
|
|
fill: rgb(228, 155, 186) !important;
|
|
}
|
|
.svg-secondary-dark {
|
|
fill: rgb(161, 153, 141) !important;
|
|
}
|
|
.svg-light {
|
|
fill: rgb(163, 200, 212) !important;
|
|
}
|
|
.svg-outline {
|
|
fill: none !important;
|
|
stroke: rgb(232, 230, 227) !important;
|
|
}
|
|
.svg-primary-outline {
|
|
fill: none !important;
|
|
stroke: rgb(163, 200, 212) !important;
|
|
}
|
|
.svg-secondary-outline {
|
|
fill: none !important;
|
|
stroke: rgb(148, 187, 199) !important;
|
|
}
|
|
#recall .recall__header *,
|
|
#recall .recall--link span {
|
|
color: rgb(199, 195, 187) !important;
|
|
}
|
|
#recall svg,
|
|
.vehicle-history__placeholder .vehicle-history a svg {
|
|
fill: rgb(200, 195, 188) !important;
|
|
}
|
|
#recall a,
|
|
.vehicle-history__placeholder .vehicle-history a {
|
|
color: rgb(123, 196, 255) !important;
|
|
}
|
|
.cm-string {
|
|
color: rgb(125, 183, 234) !important;
|
|
}
|
|
.cm-keyword {
|
|
color: rgb(231, 118, 170) !important;
|
|
}
|
|
.cm-variable-2 {
|
|
color: rgb(93, 214, 255) !important;
|
|
}
|
|
@media only screen and (min-width: 1200px) {
|
|
.home.linux .jumbotron .screenshot {
|
|
background-image: url("http://localhost:8000/assets/home/home-screenshot-linux-lg.png");
|
|
}
|
|
.generator_color.is-light {
|
|
color: rgb(232, 230, 227) !important;
|
|
}
|
|
.App.in-search {
|
|
background-color: rgb(25, 27, 28) !important;
|
|
}
|
|
.UserMenu .user-initials {
|
|
background-color: rgb(73, 79, 82) !important;
|
|
}
|
|
.CoursesItem .column-info > a:hover {
|
|
color: rgba(87, 193, 255, 0.73);
|
|
}
|
|
header {
|
|
background-color: rgb(25, 27, 28) !important;
|
|
}
|
|
pre {
|
|
color: rgb(177, 171, 161);
|
|
}
|
|
.header {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-image: none;
|
|
border-bottom-color: rgb(106, 98, 87);
|
|
}
|
|
a {
|
|
color: rgba(87, 193, 255, 0.73);
|
|
}
|
|
img[src$=".png"] {
|
|
background-color: rgb(24, 26, 27);
|
|
}
|
|
#page-container {
|
|
background-image: none !important;
|
|
}
|
|
.ia-invite-controls-area {
|
|
background-color: transparent !important;
|
|
}
|
|
.docs-gm .docs-revisions-switch .apps-ui-material-slide-toggle-thumb {
|
|
background-color: rgb(34, 37, 39) !important;
|
|
}
|
|
.docs-gm .docs-revisions-switch.apps-ui-material-slide-toggle-container-checked .apps-ui-material-slide-toggle-thumb {
|
|
background-color: rgb(7, 51, 124) !important;
|
|
}
|
|
.ndfHFb-c4YZDc.ndfHFb-c4YZDc-i5oIFb .ndfHFb-c4YZDc-Bz112c:not([onclick]):not(:link):not(:visited) {
|
|
background-image: url("http://ssl.gstatic.com/docs/common/viewer/v3/v-sprite26.svg") !important;
|
|
}
|
|
#faux {
|
|
background-image: none !important;
|
|
}
|
|
.highcharts-data-labels text {
|
|
text-shadow: none !important;
|
|
}
|
|
input.input-medium {
|
|
background-image: none !important;
|
|
}
|
|
select.input-small {
|
|
background-image: none !important;
|
|
}
|
|
#heading .left,
|
|
#heading .sub-menu .left-xs,
|
|
#heading .sub-menu .right-xs {
|
|
background-color: transparent !important;
|
|
background-image: none !important;
|
|
}
|
|
section#announcements-area .container {
|
|
background-image: none;
|
|
}
|
|
._5qxm {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
div[role="article"] div.k4urcfbm[aria-hidden="true"] {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
div[data-pagelet="Stories"] .ha302278 {
|
|
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
}
|
|
div[aria-label="Change volume"] .ha302278, div[aria-label="Change Position"] .ha302278,
|
|
._3paq {
|
|
background-color: rgba(24, 26, 27, 0.4) !important;
|
|
}
|
|
.lyi53s4r {
|
|
background-color: rgba(0, 51, 151, 0.9) !important;
|
|
}
|
|
.tdjehn4e,
|
|
.oo1teu6h {
|
|
background-color: rgba(24, 26, 27, 0.1) !important;
|
|
}
|
|
.tdjehn4e:hover,
|
|
.ovq5dppa:hover {
|
|
background-color: rgba(24, 26, 27, 0.2) !important;
|
|
}
|
|
.qbubdy2e {
|
|
fill: none !important;
|
|
}
|
|
._2yua,
|
|
._3pas {
|
|
background-color: rgb(91, 99, 103) !important;
|
|
}
|
|
._2yu8 {
|
|
background-color: rgba(24, 26, 27, 0.5) !important;
|
|
}
|
|
.v-Message-body {
|
|
border-color: transparent !important;
|
|
}
|
|
.card__item-icon--rounded img {
|
|
background-color: rgba(24, 26, 27, 0.15) !important;
|
|
}
|
|
.altitudetitle,
|
|
.altdescmax,
|
|
.altdescmin,
|
|
.zonedesctitle,
|
|
.zonedescmax,
|
|
.zonedesclight,
|
|
.maxhighlightval,
|
|
.maxhighlightname {
|
|
color: rgb(232, 230, 227) !important;
|
|
}
|
|
.ipsType_normal {
|
|
border-color: rgb(123, 114, 101);
|
|
}
|
|
td {
|
|
background-image: none !important;
|
|
}
|
|
.markdown-body pre code {
|
|
background-color: transparent !important;
|
|
}
|
|
.refined-github button.reaction-summary-item {
|
|
border-top-color: rgb(120, 112, 99) !important;
|
|
border-bottom-color: rgb(2, 84, 154) !important;
|
|
}
|
|
.js-site-search-form {
|
|
background-color: rgba(24, 26, 27, 0.1) !important;
|
|
}
|
|
.blob-num:not(.cc-coverage-covered-border):not(.cc-coverage-missed-border) {
|
|
border-right-color: currentcolor !important;
|
|
}
|
|
.cc-issue-description {
|
|
color: rgb(206, 202, 195) !important;
|
|
}
|
|
.cc-readup-background {
|
|
background-color: rgb(22, 24, 25) !important;
|
|
}
|
|
.cc-readup-content {
|
|
border-left-color: rgb(84, 91, 94) !important;
|
|
color: rgb(205, 200, 194) !important;
|
|
}
|
|
.cc-readup-content blockquote {
|
|
border-left-color: rgb(105, 98, 87) !important;
|
|
}
|
|
.cc-pr__link-text {
|
|
color: rgb(178, 171, 161) !important;
|
|
}
|
|
.cc-pr__tooltip {
|
|
background-color: rgb(22, 24, 25) !important;
|
|
color: rgb(178, 171, 161) !important;
|
|
}
|
|
.avatar, .avatar-container {
|
|
border-color: currentcolor !important;
|
|
}
|
|
span[role="presentation"] {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
span[role="presentation"] > .cm-header {
|
|
color: rgb(62, 166, 250);
|
|
}
|
|
span[role="presentation"] > .cm-variable-2 {
|
|
color: rgb(62, 166, 250);
|
|
}
|
|
.phb blockquote {
|
|
background-color: rgb(69, 73, 31) !important;
|
|
}
|
|
.phb h3,
|
|
.phb h2,
|
|
.phb h1 {
|
|
color: rgb(200, 195, 188);
|
|
}
|
|
.phb p {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.cm-link,
|
|
.cm-attribute {
|
|
color: rgb(89, 168, 255) !important;
|
|
}
|
|
.cm-url,
|
|
.cm-string {
|
|
color: rgb(210, 74, 74) !important;
|
|
}
|
|
.cm-quote,
|
|
.cm-tag {
|
|
color: rgb(74, 210, 74) !important;
|
|
}
|
|
.Hero,
|
|
.Footer {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: none !important;
|
|
}
|
|
.highcharts-text-outline {
|
|
stroke: none !important;
|
|
}
|
|
.pds-ge-entry-card__card {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: linear-gradient(rgb(0, 92, 142),
|
|
rgb(0, 92, 142) 4px,
|
|
rgb(24, 26, 27) 4px,
|
|
rgb(24, 26, 27)) !important;
|
|
}
|
|
.vjs-load-progress {
|
|
background-color: rgba(24, 26, 27, 0.3) !important;
|
|
}
|
|
.vjs-play-progress,
|
|
.vjs-play-progress::before,
|
|
.vjs-volume-level::before,
|
|
.vjs-volume-level {
|
|
background-color: rgb(24, 26, 27) !important;
|
|
}
|
|
.vjs-volume-bar {
|
|
background-color: rgba(24, 26, 27, 0.4) !important;
|
|
}
|
|
.o-form__input:hover {
|
|
background-color: transparent !important;
|
|
background-image: none !important;
|
|
}
|
|
.o-form__icon::before {
|
|
color: rgb(216, 212, 207) !important;
|
|
}
|
|
.o-form__input::placeholder {
|
|
color: rgb(216, 212, 207) !important;
|
|
}
|
|
.o-button,
|
|
o-button--secondary {
|
|
background-color: rgb(33, 35, 37) !important;
|
|
border-color: rgb(55, 60, 62) !important;
|
|
color: rgb(216, 212, 207) !important;
|
|
}
|
|
.o-button:hover {
|
|
background-color: transparent !important;
|
|
background-image: none !important;
|
|
}
|
|
.buk {
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTgwIiBoZWlnaHQ9IjM1MiI+PGRlZnM+PGZpbHRlciBpZD0iZGFya3JlYWRlci1pbWFnZS1maWx0ZXIiPjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwLjMzMyAtMC42NjcgLTAuNjY3IDAuMDAwIDEuMDAwIC0wLjY2NyAwLjMzMyAtMC42NjcgMC4wMDAgMS4wMDAgLTAuNjY3IC0wLjY2NyAwLjMzMyAwLjAwMCAxLjAwMCAwLjAwMCAwLjAwMCAwLjAwMCAxLjAwMCAwLjAwMCIgLz48L2ZpbHRlcj48L2RlZnM+PGltYWdlIHdpZHRoPSI1ODAiIGhlaWdodD0iMzUyIiBmaWx0ZXI9InVybCgjZGFya3JlYWRlci1pbWFnZS1maWx0ZXIpIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQWtRQUFBRmdDQU1BQUFCdDY1YlZBQUFCcEZCTVZFVUFBQUR0N2UzcTYrM282KzNwNnUzbzZ1My8vLy9wNnU3cDYrN282KzNwNiszcDZ1MzA5ZmI5L2Y3Ly8vLzE5ZmZmNE9UYTNPRHc4ZlBkMytQKy92NzcvUHp6OWZieDgvVGw1dW54OHZQNit2dmIzZUhnNGVYaDQrYnE2KzdmNGVYNCtQbjM5L2o4L1AzNStmcjI5dmZ6OC9YdzhQTGMzdUx2OFBIaTVPZmo1T2p6OVBYOS9mM3Y3L0hlNE9UaTQrZjA5UGJnNHVYZDMrTGU0T1BjM3VIazVlajQrZm43Ky92ajVlajYrL3ZvNmV2NysvejI5L2ppNCticjdPN242T3Z1Ny9IZjRlVHM3ZS9tNStybDUrbjE5dmZ0N3ZEZDN1THY4UExvNmV6eDhmUHo5UGJ1OFBMczd2RHE3Ty90Ny9IMDlmZisvLy80K2ZycjdmRDYrL3p3OHZUaDdQNStyUGh4cFBmKzlOZjR6RkQzeHovKzg5WkNoZlQ0ekZIMHRBRDN5RUdzeXZ2UTRmMnV5L3YrL3YvcTdPNkt0UG40elZMYzd1RmxzbnRXcW03YjdlRDFvNXpyU1R6cVF6Vm1zbndlamo0c2xVcnJTVHRZcTNCWHEyK0F3SlAwbDQveGdIYnNWRWYwbkpYdmNHWC8vZnorOVBUdFhGRHJSamo2ME16empJUHNWVW45N2V6NzJkYnJTRHIycWFMLysvdjgzdHYycnFqdFcwLzR3THY0d2J6MEQ1MVRBQUFBQ25SU1RsTUFLNC9WOC84R2xQMjlralVNaUFBQUNNOUpSRUZVZUFIczBzZUJoREFRQURCamU4alFmN2QzbThPUDhGeXBCcVdySnBjYU8wRXR1VWwzYmRjSEhOSjM3ZTNRRUhEWWNGM1VCWnpRcGRUMEFTZjBUY29CcCtSVUFrNHBxUWFjVWxQQVNSSWhFUkloRVVpRVJFaUVSQ0FSRWlFUkVvRkVTSVJFL0VLaWNReDRiemlRYUpxWDlRR1dlZHFmYUp6WER6Q1AreE10NndkWTlpZUs5UXZFZnp0MzRkdFdsZ1Z3V0RUQzZMVFBjVHdaTzNIalYyNVNabVlPT3gxbW50THc4aXp6L3RPYlR1cklLN3Q2OHRVcTcxWDZQbUZGUHBWK2l1SGVkMFNFaUJBUklnSVJiVUJFaUFnUmJkdWU5ZG0rTFlhcXhRc2hvbDVEdllwaW1MSHhlZ3d6MFhoMUpJMkpTRmY4bWpRbVNva295d2IrTldneWV5MkdhWXo4bjR3RUk3eW1paW9iVWJNMU5SM0R2RHF5U0REQ2ExTFppTm83WnJLT2lCS0pLTis1YS9lZXZmdGkvNEhhYktjNUo2S1JpZWhnSzh0YWh3N1B4WkdqeDdJc096NGpvbEdKS0daUG5LekhobFBqUjArSGlFWW1vdWlNNzgvam1WM0h6c3lGaUJLSUtNNGVuWXAxTTYxelBsZ25FbEcwRDhlNjg5a0ZFYVVTMGNWTE1YdTVHWWV1aUNpUmlPcXRLNU90cTYxcjEyK0lLSkdJYm1iWmRDZjJITXVPT2ZadzdKRjRBSHZyOXAxWWw5L05kanFBZFFDYmRoWGtYaDRiT2hlaUIxZEJRRVNJQ0JFaEloQVJJa0pFaUFoRWhJZ1FFU0tDNGZ3bElwMklFQkVpUWtRZ0lrU0VpQkFSaUFnUklTSkVaQms2bHFGakdYbzZEVm1HYmorUlplZ2lFcEZsNkVPSnlESjBMRU1Ya1dYb0loS1JaZWdpc2d3ZHk5QkZaQm02aUVSa0dicGpEOHZRc1F3ZGw5SVFFWWdJRVNFaVJBUWlRa1NJQ0JHQmlPTHMvZm1GOWl0YnFiMHdmLzlzUlVjU1VZS2JpMHZMelh3bHR0SkszbHhlV3J4WndaRkVsR0MxVzh1akhIbXR1MXI5a1VSVWFLeTdGdVZaNjQ1VmZ5UVJGWGd3WDQ4eTFlY2ZWSDBrRVJVWW00K3l6WTlWZlNRUkZYd2Vxa2ZaNnQzVlNvOGtvZ0xkdFNqZldyZktJNG1vd00xYWJIajlqVGMzdmZGNitpM3N0SHZNdFp0RFJucnI3WGMydmYxdVNTTVZFOUZpSGh2ZWVLL1BHN0dwc1NWUFZPU0xRMFo2LzRNK2I1Y3pVakVSblYySzU5N3NqK2pOMkxSRnozWXRuUjBjNmNQK2lONHBaNlJpSXJxLzNCZlJSeC8vN0pNeUlscSszejlTK1JIMVJpb21vdmxtUlNKcXpnK085R0ZmT08rOFU4NUl4VVMwa0ZmazdTeGY2QitwL0loNkl4VVRVWHVsSW4rSlZ0b0RJNVViVVcra1lpTDZ0Q0lSZmZwWjMwaGxSOVFicWF5SXZKMTVPL1BCK3ZQMGlIeXc5aFYvSUNKZjhVWGt4MFkvTmpyMitNS3hod05ZQjdDdWdyZ0tJaUtYMGx4S2N6M1c5VmdYOVYzVTk4aVFSNFpFNU9GRkR5OTZqTnBqMUNPeDBNRkNCeEFSSWtKRWlBaEVoSWdRRVNJQ0VTRWlSSVNJaGdOL2lkSWhJa1NFaUJBUmlBZ1JJU0pFQkNKQ1JJZ0lFVzNhdGozcnMzMWJERldMRjBKRXZZWjZGY1V3WStQMUdHYWlrYklXTGwzQmE5S1lLQ1dpTEJ2NDE2REo3TFVZcHBHMm9ESmR3V3ZTcUd4RXpkYlVkQXlUdWlvM1hjRnJVdG1JMmp0bXNvNklFb2tvMzdscjk1NjkrMkwvZ2Rwc3B6a25vcEdKNkdBcnkxcUhEcy9Ga2FQSHNpdzdQaU9pVVlrb1prK2NyTWVHVStOSFQ0ZUlSaWFpNkl6dnorT1pYY2ZPeklXSUVvZ296azVOeGJxWjFqa2ZyQk9KS05xSFk5MzU3SUtJVW9ubzRxV1l2ZHlNUTFkRWxFaEU5ZGFWeWRiVjFyWHJOMFNVU0VRM3MyeTZFM3VPWmNjY2V6ajJTRHlBdlhYN1Rxekw3Mlk3SGNBNmdFMjdDbkl2ancyZEM5R0RxeUFnSWtTRWlCQVJpQWdSSVNKRUJDSkNSSWdJRVlGbDZIZzdRMFFWaElnUUVTSUNFU0VpUklTSVFFU0lDTXZRRVpGbDZKN0Z0d3dkeTlEdEo3SU1YVVFpc2d4ZFJKYWhZeG02aUN4REY1R0lMRU1Ya1dYb1dJWXVJc3ZRUlNRaXk5QWRlMWlHam1Yb3VKU0dpRUJFaU9qL0N4RWhJa1FFSWtKRWlBZ1JnWWpPM3A5ZmFMK3lsZG9MOC9mUFZuR2tOQ0s2dWJpMDNNeFhZaXV0NU0zbHBjV2JGUnhKUkFsV3U3VTh5cEhYdXF2VkgwbEVoY2E2YTFHZXRlNVk5VWNTVVlFSDgvVW9VMzMrUWRWSEVsR0JzZmtvMi94WTFVY1NVY0hub1hxVXJkNWRyZlJJSWlyUVhZdnlyWFdyUEpLSUN0eXN4WVl2djNxNDZhdEhhVmY1MHkvRDEyNE9HZW54azZlYm5qd3VieVFSRlZqTVk4UFgzM3p6emJjUHYvM21aMS9GcHNhV1BKYVRMdzRaNmJ1bmZaNlVOcEtJQ3B4ZGl1ZStYMi9uWVR6Y2lPaGhiTnFpQndTWHpnNk85UFIvbERhU2lBcmNYNDduZmlnM291WDcvU09WSDFGdkpCRVZtMi9HY3crL2Zmand4L2p4NFRQZmJuMUV6Zm4ra2NxUHFEZVNpSW90NUpzUjlZWHpjT3NqeWhmNlJ5by9vdDVJSWlyV1hxbklYNktWOXNCSVpVZlVHNm1JaUQ3ZGpLamN6MFNmZmpZNFVpK2ZYL3p5NmJvU1J5cmc3YXpraUFyZXpuNzE2NmRQZi9QYjMvM2s3YXpDNXB2bFJsVHd3ZnIzZjRnLy91blBFWC81Njh2d3dkcFgvSWRWL0lyL3Q0aS8veVBXL2ROWC9KZmh4OGFIRmZ5eDhWLy8vay9QVDM1c2ZBbU9QYjZxM3JISGs1ZnMyTU1CN0NNSHNBNWdYUVZ4RmNTbE5KZlNTdVY2ck91eEx1cTdxTytSSVk4TWljakRpeDVlOUJpMXg2Z3RkTERRQVVTRWlCQVJJZ0lSSVNKRTlESkJSSWdJRVNHaUJKRHlsd2hFaElnUUVTSUNFU0VpUklTSVFFU2JFQkVpUWtUYnRtZDl0bStMb1dyeFFvaW8xMUN2b2hobWJMd2V3MHcwRWpaNnBTcCtUUm9UcFVTVVpRUC9HalNadlJiRE5CSjJDNllyZmswYWxZMm8yWnFham1HU3RweW1LMzVOS2h0UmU4ZE0xaEZSSWhIbE8zZnQzck4zWCt3L1VKdnROT2RFTkRJUkhXeGxXZXZRNGJrNGN2UllsbVhIWjBRMEtoSEY3SW1UOWRod2F2em82UkRSeUVRVW5mSDllVHl6NjlpWnVSQlJBaEhGMmFtcFdEZlRPdWVEZFNJUlJmdHdyRHVmWFJCUktoRmR2QlN6bDV0eDZJcUlFb21vM3JveTJicmF1bmI5aG9nU2llaG1sazEzWXMreDdKaGpEOGNlaVFld3QyN2ZpWFg1M1d5bkExZ0hzR2xYUWU3bHNhRnpJWHB3RlFSRWhJZ1FFU0lDRVNFaVJJU0lRRVNJQ0JFaG9oNndEQjF2WjRnSUVZR0lFQkVpUWtRZ0lrU0VpS29GRVdFWk9pS3lETjJ6K0phaFl4bTYvVVNXb1l0SVJKYWhpOGd5ZEN4REY1Rmw2Q0lTa1dYb0lySU1IY3ZRUldRWnVvaEVaQm02WXcvTDBMRU1IWmZTRUJHSUNCRWhJa1FFSWtKRWlBZ1JnWWdTSUNKRWhJZ1FVUnI0TDhteExEWjlNSU5JQUFBQUFFbEZUa1N1UW1DQyIgLz48L3N2Zz4=") !important;
|
|
}
|
|
.bui {
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTgwIiBoZWlnaHQ9IjM1MiI+PGRlZnM+PGZpbHRlciBpZD0iZGFya3JlYWRlci1pbWFnZS1maWx0ZXIiPjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwLjMzMyAtMC42NjcgLTAuNjY3IDAuMDAwIDEuMDAwIC0wLjY2NyAwLjMzMyAtMC42NjcgMC4wMDAgMS4wMDAgLTAuNjY3IC0wLjY2NyAwLjMzMyAwLjAwMCAxLjAwMCAwLjAwMCAwLjAwMCAwLjAwMCAxLjAwMCAwLjAwMCIgLz48L2ZpbHRlcj48L2RlZnM+PGltYWdlIHdpZHRoPSI1ODAiIGhlaWdodD0iMzUyIiBmaWx0ZXI9InVybCgjZGFya3JlYWRlci1pbWFnZS1maWx0ZXIpIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQWtRQUFBRmdDQU1BQUFCdDY1YlZBQUFCYmxCTVZFVUFBQUR0N2UzcTYrM282KzNwNnUzbzZ1My8vLy9wNnU3cDYrN282KzNwNiszcDZ1MzA5ZmI5L2Y3Ly8vLzE5ZmZmNE9UYTNPRHc4ZlBkMytQKy92NzcvUHp6OWZieDgvVGw1dW54OHZQNit2dmIzZUhnNGVYaDQrYnE2KzdmNGVYNCtQbjM5L2o4L1AzNStmcjI5dmZ6OC9YdzhQTGMzdUx2OFBIaTVPZmo1T2p6OVBYOS9mM3Y3L0hlNE9UaTQrZjA5UGJnNHVYZDMrTGU0T1BjM3VIazVlajQrZm43Ky92ajVlajYrL3ZvNmV2NysvejI5L2ppNCticjdPN242T3Z1Ny9IZjRlVHM3ZS9tNStybDUrbjE5dmZ0N3ZEZDN1THY4UExvNmV6eDhmUHc4UEc5d01PbHFxMmdwS2lqcUt2NCtQamIzZDZHakpHRWlvK2JvS1Nkb3FXRGlZNlZtcC84L1B5TGtaYWFuNlB6OVBUVjE5akF3OGJBdzhYUTB0VGQzK0NBaG92VTF0ZlcyTnJtNStqRHhzajM5L2ZJeTgzSHljeW5xNitRbHByZzRlTGQzdUNucksrQ2lJM3A2dXZZMnR2WDJkdk16dENabnFMeTgvUGc0dVBqNU9iNStmbnU3dS9GeU1wVHZVTk5BQUFBQ25SU1RsTUFLNC9WOC84R2xQMjlralVNaUFBQUJZcEpSRUZVZUFIczBrRVNRMEFRQU1DQkFmRC81NlpFRGh6WDNsTGRiK2c0TlczWEp4VHF1N2FKeXpCT0NhOU00L0E5TkNlOE5wK0x4b1FLWTBRekpWU1ltbWl6Q3JUUlpSWG9vczhxMEVkV2draVFDSW1RQ0NKQklpUkNJb2dFaVpBSWlTQVNKRUtpZnliUnNpUThOeFFtV3JmOWdKOTlXOHNUTGRzQk45dFNubWcvNEdZdlQ1UUhQS1JFU0lSRVNBUVNJUkVTSWRIbHc2NWQ0RGdNQkVFVXZjQ3E0amJiWVdaY1pzYjczMmVadVNlYzFCTmFZUHpDY3NLU2Q2d0V2bVhqUjhTSUxQbkF3bmRXSEJmZjhmeEF4ZmVncHJnbStkNVVJaEw1ZFBTZFVDSjh4MWMvSkRUVTF5Ui9aaU9LazZrMHZoT29RVU4vVFpyWmlETFpuT1Faa1NGR1ZDaVd5cFZxRGZXRzNjekhMVWFreG9qYVNaRmtwOXRDcno4UWtkVWNJOUppUkdpdXJidDRzdUgwTjhHSTFCZ1I4azY5Z0FlbHdWWUxqTWdBSThKMlA0Vjd1ZVFPd0lpTU1DSmt1cmkzSzN1TXlCUWoyajlBOHpCRzU0Z1JHV0pFYnZJb1RCNG5UMDdQR0pFaFJuUXVrczZqTXBBQlp3L09Ib1lEN01YbEZlNFZycVhJQVpZRHJObXZJRGNGUE1udlllbmR0WE1IeVF3RVlSaUdiOUFuc0ZHMjJUdUVHQWdoa0tRQkpBZ0JiayttVTlsWVJFOU4xVkQxUEVmb2VtczI4OWUzNEJRRVJJU0lFQkVpQWhFaElrU0VpRUJFaUFnUklTSll6cGVJUENKQ1JJZ0lFWUdJRUJFaVFrUWdJa1NFaUJDUk1YU01vZjhqeHRDTm9Wc0ZNWVp1bjJpanZWa2tXKzN0Q2hFWlF4ZlJ6bTVucjBqMnV3ZUgyUkVaUXhmUmF1L29PSnljOXI4TndqQ2VaVWRrREYxRTUvRWlYTVpTRWE3aWRYWkV4dEJGZEJQWHd1M2RxRFMrZjNqTWpzZ1l1b2pHY1JLZXVqSHBQQnRERjFIK0E3ZW12Y242eSt0bzV1M2RHTHFJcWp6d3h6VE9GY2JRUlZUeGdWdkR6MzVwWUF4ZFJQVStzREYwaktIN0FXc01IYWNnSUNKRWhJZ1FFWWdJRVNFaVJBUWlRa1NJQ0JIVkRXUG9JQ0pFaElnUUVZZ0lFU0VpUkFRaVFrU0lDQkVaUThjWU9zYlFyWUlZUTdkUFpKL0lHTHFJaktIVGZFVEcwRVZrREoxR0l6S0dMcUlHeHRCWGpLR0x5Qmo2Y2lJeWhrNGpFUmxERjVFeGRJeWgrd0ZyREIybklDQWlSSVNJRUJHSUNCRWhJa1FFSWtKRWlBZ1JRYzFqNkNBaVJJU0lFQkdJQ0JFaElrUUVJa0pFaUFnUkdVUEhHRHJHMEsyQ0dFTzNUMlNmeUJpNmlJeWhaeERSUm51elNMYmEyeFVpTW9ZdW9wM2R6bDZSN0hjUERyTWpNb1l1b3RYZTBYRTRPZTEvRzRSaFBNdU95Qmk2aU03alJiaU1wU0pjeGV2c2lJeWhpK2dtcm9YYnUxRnBmUC93bUIyUk1YUVJqZU1rUEhWajBuazJoaTZpL0FkdVRYdVQ5WmZYMGN6YnV6RjBFVlY1NEk5cG5DdkNnakYwc2g2NE5menNsd2JoSjJQb0dFUEhVUm9pQWhFaElrU0VpRUJFaUFnUklTSVEwUUlpd2hnNnh0QkJSSWdJRVNFaUVCRWlRa1NJQ0VTRWlCQVJJaktHampGMGpLRmJCVEdHYnArb1djYlFSV1FNWFVRaU1vWXVJbVBvelJPUk1YUVJHVU52bm9pTW9ZdklHUHBmSmlKajZDSXloazcrQXh0RHh4ZzZqdElRRVlnSUVTRWlSQVFpUWtTSUNCR0JpQllRRWNiUU1ZWU9Ja0pFaUFnUmdZZ1FFU0pDUkNBaVJJU0lFSkV4ZEl5aFl3emRLa2pOaktIYkp6S0dMaUlSR1VNWGtURjBqS0dMeUJpNmlFUmtERjFFeHRBeGhpNGlZK2dpRXBFeGRMODlqS0ZqREIxSGFZZ0lSSVNJRUJFaUFoRWhJa1NFaUVCRWlBaGo2QmhEaDBSRWlBZ1JJU0lRRVNKQ1JJZ0lSSVNJRUJFaU1vYU9NWFNNb1ZzRnFaa3hkUHRFeHRCRkpDSmo2Q0l5aG80eGRCRVpReGVSaUl5aGk4Z1lPc2JRUldRTVhVUWlNb2J1dDRjeGRJeWg0eWdORVlHSUVCRWlRa1FnSWtTRWlCQVJpQWdSWVF3ZFkraVFpQWdSSVNKRUJDSkNSSWdJRVlHSUVCRWlRa1RHMERHR2pqRjBxeURHME8wVDJTY3loaTRpWStnWVF4ZVJNWFFSaWNnWXVvaU1vV01NWFVURzBFVWtJbVBvSWtxTW9XTU0zUTlZWStnNEJRRVJJU0pFaEloQVJJZ0lFU0VpRUJFaVFrU0k2SmZnQ3lUR3BRdXpVR2xwQUFBQUFFbEZUa1N1UW1DQyIgLz48L3N2Zz4=") !important;
|
|
}
|
|
.buj {
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTgwIiBoZWlnaHQ9IjM1MiI+PGRlZnM+PGZpbHRlciBpZD0iZGFya3JlYWRlci1pbWFnZS1maWx0ZXIiPjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwLjMzMyAtMC42NjcgLTAuNjY3IDAuMDAwIDEuMDAwIC0wLjY2NyAwLjMzMyAtMC42NjcgMC4wMDAgMS4wMDAgLTAuNjY3IC0wLjY2NyAwLjMzMyAwLjAwMCAxLjAwMCAwLjAwMCAwLjAwMCAwLjAwMCAxLjAwMCAwLjAwMCIgLz48L2ZpbHRlcj48L2RlZnM+PGltYWdlIHdpZHRoPSI1ODAiIGhlaWdodD0iMzUyIiBmaWx0ZXI9InVybCgjZGFya3JlYWRlci1pbWFnZS1maWx0ZXIpIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQWtRQUFBRmdDQU1BQUFCdDY1YlZBQUFCZEZCTVZFVUFBQUR0N2UzcTYrM282KzNwNnUzbzZ1My8vLy9wNnU3cDYrN282KzNvNnV6bjZPam41K2ZtNXViejgvUDkvZjMvLy8vMTlmZmY0T1RhM09EdzhmUDA5ZmJkMytQKy92NzcvUHp6OWZieDgvVGw1dW54OHZQNit2dmIzZUhnNGVYaDQrYnE2KzdmNGVYNCtQbjM5L2o4L1AzNStmcjI5dmZ6OC9YdzhQTGMzdUx2OFBIaTVPZmo1T2p6OVBYdjcvSGU0T1RpNCtmMDlQYmc0dVhkMytMZTRPUGMzdUhrNWVqNCtmbjcrL3ZqNWVqNisvdm82ZXY3Ky96Mjkvamk0K2JyN083bjZPdnU3L0hmNGVUczdlL201K3JsNStuMTl2ZnQ3dkRkM3VMdjhQTG82ZXp4OGZQdzhQRzl3TU9scXEyZ3BLaWpxS3Y0K1BqYjNkNkdqSkdFaW8rYm9LU2RvcVdEaVk2Vm1wLzgvUHlMa1phYW42UHo5UFRWMTlqQXc4YkF3OFhRMHRUZDMrQ0Fob3ZVMXRmVzJOcm01K2pEeHNqMzkvZkl5ODNIeWN5bnE2K1FscHJnNGVMZDN1Q25ySytDaUkzcDZ1dlkydHZYMmR2TXp0Q1pucUx5OC9QZzR1UGo1T2I1K2ZudTd1L0Z5TXBGQmJyckFBQUFDblJTVGxNQUs0L1Y4LzhHbFAyOWtqVU1pQUFBQmZ0SlJFRlVlQUhzMGtFV1F6QVVBTURBTHdqYy83UjlXZ3RkUnBhZE9jT2tVOU4yZlVDaHZtdWI5UFVheG9CSHh1SDFPVFRGWXpDZGk0YW9BRU5LelJoUVlXeFNHMUNsVFYxQWxTNzFBVlg2RkZCSklpUkNJaVFDaVpBSWlaQUlKRUlpSkVJaWtBaUprT2dQU0RRdmVZVkxYdWJ5UkhQZTlnTXUrNWJuNGtUTGRzRE50aFFueXZzQk4zc3VUclFlOEdPVkNJbVFDSWxBSXQ3czJnT1d4RkFVaE9FbHBEbzNSdHZXMk9iK3R6TzI3eHMxNmp2TVFmZ2ZWaVlqb293dFQ5Z1p2TWtCdllzUjJmS01qYmU0bm8rM0JHR2tFZ1pRVTF5VHd1QmZJaEo1KytpWldCSzhKVlEvSkRUVTE2UndZaU5LczdrODNoS3BRVU4vVFpyWWlBckZrcFFaa1NGR1ZLblc2bzFtQysyTzB5Mm5GaU5TWTBTOXJFaTJQN0F3SEkxRlpLSEVpTFFZRWJxTFN6NXVMWHVqRlRBaU5VYUVzdGV1NEZwdHZHcUJFUmxnUkZnYjVYQ2xsRjBIR0pFUlJvVENBRmMyWkpNUm1XSkVXOXZvN3FUbzd6SWlRNHpJeis3RzJiM3Mvc0VoSXpMRWlJNUU4bVUweGpMbTdNSFp3M0NBUFQ0NXhaWEttVlE1d0hLQU5mc1Y1THlDVytYTnkvYnVJSm1CSUF6RDhNbzZmUU1iNVE0T0lRWkNDQ1JwQUFsQ2dNdGpKaHVVUlhkTm1WUjVuaU5NdlpWWnpGOWZ3cHpBVVJvaVFrUWdJa1NFaUJEUkFuemhsd2l2TTBTRWlFQkVpQWlERG9qSW9JTjdJb01PR0hUSUpaVFVCN3phWGlzcTYrMk5qSWdNT29ob2M2dXpYVlIydXJ0N3lSRVpkQkRSVW0vL0lCd2U5VDhNd2pBZUowZGswRUZFSi9FMG5NVlNFYzdqUlhKRUJoMUVkQm1YdzlYMXFEUyt1YjFManNpZ2c0akdjUkx1dTdIU2VURG9JS0wwQjl5YTlpWXJqMCtqVDg4dkJoMUVsUE9BWDZkeHBqRG9JS0xNQjl3YXZ2VkxBNE1POHhxUlFRZUREajU3R0hUQW9BT08waEFSaUFnUklTSkVCQVlkTU9pQTF4a2lBaEVoSWtTRWlBdzZZTkFCZ3c0dUd3MDZ1TEYyWTIzUVFVUUdIV2crSW9NT0lqTG9RR01SR1hRUVVVT0REb3NHSFVSazBPRVBpTWlnZzRnTU9qUktSQVlkZlBZdzZJQkJCeHlsSVNJUUVTSkNSSWdJRERwZzBBR3ZNMFFFSWtKRWlBZ1JHWFRBb0FNR0hmSnB5S0NERzJ1RERpSVMwVDhjZEJEUmFudXRxS3kzTnpJaU11Z2dvczJ0em5aUjJlbnU3aVZIWk5CQlJFdTkvWU53ZUZUOUcvVXdIaWRIWk5CQlJDZnhOSnpGVWhITzQwVnlSQVlkUkhRWmw4UFY5YWcwdnJtOVM0N0lvSU9JeG5FUzdydXgwbmt3NkNDaTlBZmNtdlltSzQ5UG8wL1BMd1lkUkpUemdGK25jYVl3Nk9DelIrWURiZzNmK3FWQitNR2dBd1lkY0pTR2lFQkVpQWdSSVNJdzZJQkJCN3pPRUJHSUNCRWhJa1JrMEFHRER2UExvSU5CQjRNT0JoMHc2Q0FpZ3c0aUVwRkJCeEVaZEtENWlBdzZpTWlnQTgxSFpOQkJSQVlkYUQ0aWd3NGlNdWhBeGdNMjZJQkJCeHlsSVNJUUVTSkNSSWdJRERwZzBBR3ZNMFFFSWtKRWlBZ1JHWFRBb0FNMVBtQ0REaGgwY0dOdDBFRkVJakxvSUNLRERoaDBFSkZCQnhHSnlLQ0RpQXc2WU5CQlJBWWRSQ1FpZ3c0K2V4aDB3S0FEanRJUUVZZ0lFU0VpUkFRR0hURG9nTmNaSWdJUklTSkVSUDBNT2lBaWd3N3VpUXc2WU5EQmpiVkJCeEdKeUtDRGlBdzZZTkJCUkFZZFJDUWlndzRpTXVpQVFRY1JHWFFRa1lnTU92anNZZEFCZ3c0NFNrTkVJQ0pFaElnUUVSaDB3S0FEWG1lSUNFU0VpQkFSTlRQb2dJZ01PcmduTXVpQVFRYzMxZ1lkUkNRaWd3NGlNdWlBUVFjUkdYUVFrWWdNT29qSW9BTUdIVVJrMEVGRUlqTG80TE9IUVFjTU91QW9EUkdCaUJBUklrSkVZTkFCZ3c1NG5TRWlFQkVpUWtUVXpLQURJakxvNEo3SW9BTUdIZHhZRzNRUWtZZ01Pb2pJb0FNR0hVUmswRUZFSWpMb0lDS0REaGgwRUpGQkJ4R0p5S0NEeng0R0hURG9nS00wUkFRaVFrU0lDQkdCUVFjTU91QjFob2hBUklnSUVWRXpndzZJeUtDRGV5S0REaGgwY0dOdDBFRkVJakxvSUNLRERoaDBFSkZCQnhHSnlLQ0RpQXc2WU5CQlJBWWRSQ1FpZ3c0K2V4aDB3S0FEanRJUUVZZ0lFU0VpUkFRR0hURG9nTmNaSWdJUklTSkVSTTBNT2lBaWd3N3VpUXc2WU5EQmpiVkJCeEdKeUtDRGlBdzZZTkJCUkFZZFJDUWlndzRpTXVpQVFRY1JHWFFRa1lnTU92anNZZEFCZ3c0NFNrTkVJQ0pFaElnUUVZZ0lFU0VpUkFRaW90R0k0SnVGWDd3RE4xcWRFamdHTzhnQUFBQUFTVVZPUks1Q1lJST0iIC8+PC9zdmc+") !important;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: rgb(50, 54, 56) !important;
|
|
}
|
|
::-webkit-scrollbar {
|
|
background-color: transparent !important;
|
|
}
|
|
#searchBtn {
|
|
border-color: rgb(140, 130, 115) !important;
|
|
}
|
|
#menuWide li {
|
|
background-color: rgb(0, 30, 166) !important;
|
|
color: rgb(232, 230, 227) !important;
|
|
}
|
|
#menuWide li:hover {
|
|
background-color: rgb(14, 28, 90) !important;
|
|
}
|
|
._576q mask path {
|
|
fill: rgb(232, 230, 227) !important;
|
|
}
|
|
._576q mask rect {
|
|
fill: rgb(232, 230, 227) !important;
|
|
}
|
|
._576q div {
|
|
background-color: transparent !important;
|
|
}
|
|
.heimu,
|
|
.heimu a,
|
|
a .heimu,
|
|
.heimu a.new {
|
|
background-color: rgb(45, 49, 51) !important;
|
|
color: rgb(209, 205, 199) !important;
|
|
}
|
|
body:not(.heimu_toggle_on) .heimu:hover,
|
|
body:not(.heimu_toggle_on) .heimu:active,
|
|
body:not(.heimu_toggle_on) .heimu.off {
|
|
color: rgb(232, 230, 227) !important;
|
|
}
|
|
body:not(.heimu_toggle_on) .heimu:hover a,
|
|
body:not(.heimu_toggle_on) a:hover .heimu,
|
|
body:not(.heimu_toggle_on) .heimu.off a,
|
|
body:not(.heimu_toggle_on) a:hover .heimu.off {
|
|
color: rgb(121, 170, 255) !important;
|
|
}
|
|
body:not(.heimu_toggle_on) .heimu.off .new,
|
|
body:not(.heimu_toggle_on) .heimu.off .new:hover,
|
|
body:not(.heimu_toggle_on) .new:hover .heimu.off,
|
|
body:not(.heimu_toggle_on) .heimu.off .new,
|
|
body:not(.heimu_toggle_on) .heimu.off .new:hover,
|
|
body:not(.heimu_toggle_on) .new:hover .heimu.off {
|
|
color: rgb(255, 74, 74) !important;
|
|
}
|
|
.terminal tspan[fill="#FFF"] {
|
|
fill: rgb(232, 230, 227) !important;
|
|
}
|
|
.terminal tspan[fill="#BBB"] {
|
|
fill: rgb(189, 183, 175) !important;
|
|
}
|
|
.menub1 a:hover {
|
|
color: rgb(255, 255, 171);
|
|
}
|
|
table[style*="/cvir/UI"],
|
|
.cgBg {
|
|
background-image: none !important;
|
|
}
|
|
.weatherMap .mapLayer .fil0,
|
|
#weatherChartsHolder .chartValue {
|
|
fill: rgb(152, 143, 129) !important;
|
|
}
|
|
header[style*="background-image"], .bg-cover[style*="background-image"] {
|
|
background-color: rgba(0, 0, 0, 0) !important; background-image: none !important;
|
|
}
|
|
[class^="ndgTag"] {
|
|
border-top-color: transparent !important;
|
|
}
|
|
@media (-webkit-min-device-pixel-ratio: 1.25),
|
|
(min-resolution: 120dpi) {
|
|
#logo a {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: url("http://localhost:8000/g/if/v3/framework/menu_icons_responsive_v6_x2.png") !important;
|
|
}
|
|
}
|
|
.ankeiler > a.commentCount {
|
|
background-image: url("http://localhost:8000/g/icons/commentcounter_small_bg.svg") !important;
|
|
text-decoration-color: currentcolor !important;
|
|
}
|
|
.thumb.category {
|
|
border-color: currentcolor !important;
|
|
}
|
|
#categoryBrowser li a {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: none !important;
|
|
}
|
|
#categoryBrowser li a,
|
|
#categoryBrowser li.active > a {
|
|
color: rgb(52, 158, 238) !important;
|
|
}
|
|
a.showMoreItems {
|
|
background-image: none !important;
|
|
}
|
|
.corner::before,
|
|
.corner::after {
|
|
border-color: rgb(123, 114, 101) !important;
|
|
}
|
|
#userbar li.icon.flag.nl::after {
|
|
border-top-color: rgb(162, 17, 53) !important;
|
|
background-color: rgb(24, 26, 27) !important;
|
|
border-bottom-color: rgb(1, 105, 209) !important;
|
|
}
|
|
#userbar li.icon.flag.be::after {
|
|
border-left-color: rgb(140, 130, 115) !important;
|
|
background-color: rgb(188, 188, 0) !important;
|
|
border-right-color: rgb(162, 17, 53) !important;
|
|
}
|
|
#userbar li.icon a {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: url("https://tweakers.net/g/if/v3/framework/menu_icons_v2.png") !important;
|
|
}
|
|
@media (-webkit-min-device-pixel-ratio: 1.25),
|
|
(min-resolution: 120dpi) {
|
|
#userbar li.icon a {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: url("../../../g/if/v3/framework/menu_icons_responsive_v6_x2.png") !important;
|
|
}
|
|
}
|
|
.ctaButton.play::after {
|
|
background-color: rgb(24, 26, 27) !important;
|
|
}
|
|
div.slogan-container > div.word-block-wrapper {
|
|
color: rgb(200, 195, 188) !important;
|
|
}
|
|
.vrt-site-header__container::before {
|
|
background-color: transparent !important;
|
|
}
|
|
[data-asset-intro-image],
|
|
[data-asset-intro-image-light] {
|
|
background-image: url("http://localhost:8000/img/intro-connection_c98cc75f2aa905314d74375a975d2cf2.jpg") !important;
|
|
}
|
|
html[dir] .landing-main > :first-child > :nth-child(2) > :first-child {
|
|
border-color: rgb(48, 52, 54) !important;
|
|
}
|
|
span[data-icon="tail-in"] {
|
|
color: rgb(205, 200, 194) !important;
|
|
}
|
|
span[data-icon="tail-out"] {
|
|
color: rgb(208, 204, 198) !important;
|
|
}
|
|
.card_item .info .subj {
|
|
text-shadow: rgb(24, 26, 27) -1px 1px;
|
|
}
|
|
.card_item .update {
|
|
color: rgb(232, 230, 227);
|
|
text-shadow: rgb(24, 26, 27) -1px -1px;
|
|
}
|
|
.card_item .info .author {
|
|
text-shadow: rgb(24, 26, 27) -1px -1px;
|
|
}
|
|
.mw-mmv-image .svg, .fullImageLink [src*=".svg"], a[href$=".svg"]:hover > img, a[href*=".gif"]:hover > img {
|
|
background-color: rgba(24, 26, 27, 0.75) !important;
|
|
}
|
|
.main-top {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: none !important;
|
|
}
|
|
.cevapButton {
|
|
background-image: none !important;
|
|
}
|
|
span.postdetails span.name a {
|
|
background-color: transparent !important;
|
|
background-image: none !important;
|
|
}
|
|
.TOP-bh {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-image: linear-gradient(to right,
|
|
rgb(14, 101, 120) 0%,
|
|
rgb(14, 86, 102) 35%,
|
|
rgb(14, 73, 86) 80%);
|
|
}
|
|
.Gor6zc {
|
|
background-color: rgb(24, 26, 27) !important;
|
|
}
|
|
#t3-header > div > div.col-xs-3.visible-xs-block > button.search-toggle {
|
|
background-color: inherit !important;
|
|
}
|
|
#t3-header > div > div.col-xs-3.visible-xs-block > button.globe-toggle {
|
|
background-color: inherit !important;
|
|
}
|
|
.tableContainer thead th {
|
|
background-image: none !important;
|
|
}
|
|
.tableContainer thead {
|
|
border-color: rgb(48, 52, 54) !important;
|
|
}
|
|
.ytp-hover-progress-light {
|
|
background-color: rgba(24, 26, 27, 0.5) !important;
|
|
}
|
|
.ytp-progress-list {
|
|
background-color: rgba(24, 26, 27, 0.2) !important;
|
|
}
|
|
.ytp-volume-slider-handle {
|
|
background-color: rgb(24, 26, 27) !important;
|
|
}
|
|
.ytp-volume-slider-handle::before {
|
|
background-color: rgb(24, 26, 27) !important;
|
|
}
|
|
.ytp-volume-slider-handle::after {
|
|
background-color: rgba(24, 26, 27, 0.2) !important;
|
|
}
|
|
.ytp-menuitem-toggle-checkbox {
|
|
background-color: rgba(24, 26, 27, 0.3) !important; background-image: none !important;
|
|
}
|
|
.ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox {
|
|
background-color: rgb(204, 0, 0) !important;
|
|
background-image: none !important;
|
|
}
|
|
.ytp-menuitem-toggle-checkbox::after {
|
|
background-color: rgb(61, 66, 69) !important;
|
|
}
|
|
.ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox::after {
|
|
background-color: rgb(24, 26, 27) !important;
|
|
}
|
|
.ytp-contextmenu .ytp-menuitem .ytp-menuitem-toggle-checkbox {
|
|
background-color: rgba(0, 0, 0, 0) !important; background-image: none !important;
|
|
}
|
|
.ytp-contextmenu .ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z\" fill=\"white\"/></svg>") !important;
|
|
}
|
|
#backgroundFrontLayer.app-header {
|
|
background-image:var(--app-header-background-front-layer_-_background-image) !important;
|
|
}
|
|
.badge-style-type-live-now.ytd-badge-supported-renderer {
|
|
border-color: rgb(158, 8, 0) !important;
|
|
}
|
|
.ytp-load-progress {
|
|
background-color: rgba(24, 26, 27, 0.3) !important;
|
|
background-image: none !important;
|
|
}
|
|
yt-chip-cloud-chip-renderer {
|
|
background-color: rgba(24, 26, 27, 0.05) !important;
|
|
}
|
|
yt-chip-cloud-chip-renderer.iron-selected {
|
|
background-color: rgba(24, 26, 27, 0.2) !important;
|
|
}
|
|
paper-item[aria-selected="true"] {
|
|
background-color: rgba(24, 26, 27, 0.2) !important;
|
|
}
|
|
}
|
|
body {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(24, 26, 27);
|
|
}
|
|
abbr[data-original-title],
|
|
abbr[title] {
|
|
text-decoration-color: currentcolor;
|
|
border-bottom-color: currentcolor;
|
|
}
|
|
a {
|
|
color: rgb(51, 162, 255);
|
|
text-decoration-color: currentcolor;
|
|
background-color: transparent;
|
|
}
|
|
a:hover {
|
|
color: rgb(97, 183, 255);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
a:not([href]):not([class]) {
|
|
color: inherit;
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
a:not([href]):not([class]):hover {
|
|
color: inherit;
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
caption {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
button:focus {
|
|
outline-color: currentcolor;
|
|
}
|
|
fieldset {
|
|
border-color: currentcolor;
|
|
}
|
|
legend {
|
|
color: inherit;
|
|
}
|
|
hr {
|
|
border-color: rgba(140, 130, 115, 0.1) currentcolor currentcolor;
|
|
}
|
|
.mark,
|
|
mark {
|
|
background-color: rgb(63, 54, 7);
|
|
}
|
|
.list-unstyled {
|
|
list-style-image: none;
|
|
}
|
|
.list-inline {
|
|
list-style-image: none;
|
|
}
|
|
.blockquote-footer {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.img-thumbnail {
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(56, 61, 63);
|
|
}
|
|
.figure-caption {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
code {
|
|
color: rgb(233, 74, 147);
|
|
}
|
|
a > code {
|
|
color: inherit;
|
|
}
|
|
kbd {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(28, 30, 31);
|
|
}
|
|
pre {
|
|
color: rgb(209, 205, 199);
|
|
}
|
|
pre code {
|
|
color: inherit;
|
|
}
|
|
.table {
|
|
color: rgb(209, 205, 199);
|
|
}
|
|
.table td,
|
|
.table th {
|
|
border-top-color: rgb(56, 61, 63);
|
|
}
|
|
.table thead th {
|
|
border-bottom-color: rgb(56, 61, 63);
|
|
}
|
|
.table tbody + tbody {
|
|
border-top-color: rgb(56, 61, 63);
|
|
}
|
|
.table-bordered {
|
|
border-color: rgb(56, 61, 63);
|
|
}
|
|
.table-bordered td,
|
|
.table-bordered th {
|
|
border-color: rgb(56, 61, 63);
|
|
}
|
|
.table-borderless tbody + tbody,
|
|
.table-borderless td,
|
|
.table-borderless th,
|
|
.table-borderless thead th {
|
|
border-color: currentcolor;
|
|
}
|
|
.table-striped tbody tr:nth-of-type(2n+1) {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
.table-hover tbody tr:hover {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgba(0, 0, 0, 0.07);
|
|
}
|
|
.table-primary,
|
|
.table-primary > td,
|
|
.table-primary > th {
|
|
background-color: rgb(44, 48, 50);
|
|
}
|
|
.table-primary tbody + tbody,
|
|
.table-primary td,
|
|
.table-primary th,
|
|
.table-primary thead th {
|
|
border-color: rgb(0, 68, 142);
|
|
}
|
|
.table-hover .table-primary:hover {
|
|
background-color: rgb(51, 55, 57);
|
|
}
|
|
.table-hover .table-primary:hover > td,
|
|
.table-hover .table-primary:hover > th {
|
|
background-color: rgb(51, 55, 57);
|
|
}
|
|
.table-secondary,
|
|
.table-secondary > td,
|
|
.table-secondary > th {
|
|
background-color: rgb(46, 50, 51);
|
|
}
|
|
.table-secondary tbody + tbody,
|
|
.table-secondary td,
|
|
.table-secondary th,
|
|
.table-secondary thead th {
|
|
border-color: rgb(68, 74, 77);
|
|
}
|
|
.table-hover .table-secondary:hover {
|
|
background-color: rgb(53, 58, 60);
|
|
}
|
|
.table-hover .table-secondary:hover > td,
|
|
.table-hover .table-secondary:hover > th {
|
|
background-color: rgb(53, 58, 60);
|
|
}
|
|
.table-success,
|
|
.table-success > td,
|
|
.table-success > th {
|
|
background-color: rgb(30, 72, 48);
|
|
}
|
|
.table-success tbody + tbody,
|
|
.table-success td,
|
|
.table-success th,
|
|
.table-success thead th {
|
|
border-color: rgb(43, 106, 58);
|
|
}
|
|
.table-hover .table-success:hover {
|
|
background-color: rgb(34, 83, 54);
|
|
}
|
|
.table-hover .table-success:hover > td,
|
|
.table-hover .table-success:hover > th {
|
|
background-color: rgb(34, 83, 54);
|
|
}
|
|
.table-info,
|
|
.table-info > td,
|
|
.table-info > th {
|
|
background-color: rgb(24, 71, 78);
|
|
}
|
|
.table-info tbody + tbody,
|
|
.table-info td,
|
|
.table-info th,
|
|
.table-info thead th {
|
|
border-color: rgb(35, 104, 114);
|
|
}
|
|
.table-hover .table-info:hover {
|
|
background-color: rgb(28, 81, 89);
|
|
}
|
|
.table-hover .table-info:hover > td,
|
|
.table-hover .table-info:hover > th {
|
|
background-color: rgb(28, 81, 89);
|
|
}
|
|
.table-warning,
|
|
.table-warning > td,
|
|
.table-warning > th {
|
|
background-color: rgb(92, 70, 0);
|
|
}
|
|
.table-warning tbody + tbody,
|
|
.table-warning td,
|
|
.table-warning th,
|
|
.table-warning thead th {
|
|
border-color: rgb(141, 106, 0);
|
|
}
|
|
.table-hover .table-warning:hover {
|
|
background-color: rgb(107, 81, 0);
|
|
}
|
|
.table-hover .table-warning:hover > td,
|
|
.table-hover .table-warning:hover > th {
|
|
background-color: rgb(107, 81, 0);
|
|
}
|
|
.table-danger,
|
|
.table-danger > td,
|
|
.table-danger > th {
|
|
background-color: rgb(78, 14, 20);
|
|
}
|
|
.table-danger tbody + tbody,
|
|
.table-danger td,
|
|
.table-danger th,
|
|
.table-danger thead th {
|
|
border-color: rgb(119, 20, 29);
|
|
}
|
|
.table-hover .table-danger:hover {
|
|
background-color: rgb(91, 16, 24);
|
|
}
|
|
.table-hover .table-danger:hover > td,
|
|
.table-hover .table-danger:hover > th {
|
|
background-color: rgb(91, 16, 24);
|
|
}
|
|
.table-light,
|
|
.table-light > td,
|
|
.table-light > th {
|
|
background-color: rgb(25, 27, 28);
|
|
}
|
|
.table-light tbody + tbody,
|
|
.table-light td,
|
|
.table-light th,
|
|
.table-light thead th {
|
|
border-color: rgb(49, 53, 55);
|
|
}
|
|
.table-hover .table-light:hover {
|
|
background-color: rgb(32, 35, 36);
|
|
}
|
|
.table-hover .table-light:hover > td,
|
|
.table-hover .table-light:hover > th {
|
|
background-color: rgb(32, 35, 36);
|
|
}
|
|
.table-dark,
|
|
.table-dark > td,
|
|
.table-dark > th {
|
|
background-color: rgb(55, 60, 62);
|
|
}
|
|
.table-dark tbody + tbody,
|
|
.table-dark td,
|
|
.table-dark th,
|
|
.table-dark thead th {
|
|
border-color: rgb(77, 83, 87);
|
|
}
|
|
.table-hover .table-dark:hover {
|
|
background-color: rgb(62, 67, 70);
|
|
}
|
|
.table-hover .table-dark:hover > td,
|
|
.table-hover .table-dark:hover > th {
|
|
background-color: rgb(62, 67, 70);
|
|
}
|
|
.table-active,
|
|
.table-active > td,
|
|
.table-active > th {
|
|
background-color: rgba(0, 0, 0, 0.07);
|
|
}
|
|
.table-hover .table-active:hover {
|
|
background-color: rgba(0, 0, 0, 0.07);
|
|
}
|
|
.table-hover .table-active:hover > td,
|
|
.table-hover .table-active:hover > th {
|
|
background-color: rgba(0, 0, 0, 0.07);
|
|
}
|
|
.table .thead-dark th {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(44, 47, 49);
|
|
border-color: rgb(115, 106, 94);
|
|
}
|
|
.table .thead-light th {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(35, 38, 39);
|
|
border-color: rgb(56, 61, 63);
|
|
}
|
|
.table-dark {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(44, 47, 49);
|
|
}
|
|
.table-dark td,
|
|
.table-dark th,
|
|
.table-dark thead th {
|
|
border-color: rgb(115, 106, 94);
|
|
}
|
|
.table-dark.table-bordered {
|
|
border-color: currentcolor;
|
|
}
|
|
.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
|
|
background-color: rgba(24, 26, 27, 0.05);
|
|
}
|
|
.table-dark.table-hover tbody tr:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgba(24, 26, 27, 0.07);
|
|
}
|
|
@media (max-width: 575.98px) {
|
|
.table-responsive-sm > .table-bordered {
|
|
border-color: currentcolor;
|
|
}
|
|
}
|
|
@media (max-width: 767.98px) {
|
|
.table-responsive-md > .table-bordered {
|
|
border-color: currentcolor;
|
|
}
|
|
}
|
|
@media (max-width: 991.98px) {
|
|
.table-responsive-lg > .table-bordered {
|
|
border-color: currentcolor;
|
|
}
|
|
}
|
|
@media (max-width: 1199.98px) {
|
|
.table-responsive-xl > .table-bordered {
|
|
border-color: currentcolor;
|
|
}
|
|
}
|
|
.table-responsive > .table-bordered {
|
|
border-color: currentcolor;
|
|
}
|
|
.form-control {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(60, 65, 68);
|
|
}
|
|
.form-control:-moz-focusring {
|
|
color: transparent;
|
|
text-shadow: rgb(60, 65, 68) 0px 0px 0px;
|
|
}
|
|
.form-control:focus {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(0, 67, 140);
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.form-control::-webkit-input-placeholder {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.form-control::placeholder {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.form-control::placeholder {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.form-control:disabled,
|
|
.form-control[readonly] {
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.form-control-plaintext {
|
|
color: rgb(209, 205, 199);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.form-check-input:disabled ~ .form-check-label,
|
|
.form-check-input[disabled] ~ .form-check-label {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.valid-feedback {
|
|
color: rgb(97, 217, 124);
|
|
}
|
|
.valid-tooltip {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgba(32, 134, 55, 0.9);
|
|
}
|
|
.form-control.is-valid,
|
|
.was-validated .form-control:valid {
|
|
border-color: rgb(37, 156, 64);
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
}
|
|
.form-control.is-valid:focus,
|
|
.was-validated .form-control:valid:focus {
|
|
border-color: rgb(37, 156, 64);
|
|
box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-select.is-valid,
|
|
.was-validated .custom-select:valid {
|
|
border-color: rgb(37, 156, 64);
|
|
background-color: rgb(24, 26, 27);
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48ZmlsdGVyIGlkPSJkYXJrcmVhZGVyLWltYWdlLWZpbHRlciI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMjQ5IC0wLjYxNCAtMC42NzIgMC4wMDAgMS4wMzUgLTAuNjQ2IDAuMjg4IC0wLjY2NCAwLjAwMCAxLjAyMCAtMC42MzYgLTAuNjA5IDAuMjUwIDAuMDAwIDAuOTk0IDAuMDAwIDAuMDAwIDAuMDAwIDEuMDAwIDAuMDAwIiAvPjwvZmlsdGVyPjwvZGVmcz48aW1hZ2Ugd2lkdGg9IjQiIGhlaWdodD0iNSIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzUnIHZpZXdCb3g9JzAgMCA0IDUnJTNlJTNjcGF0aCBmaWxsPSclMjMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+"),
|
|
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
}
|
|
.custom-select.is-valid:focus,
|
|
.was-validated .custom-select:valid:focus {
|
|
border-color: rgb(37, 156, 64);
|
|
box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.form-check-input.is-valid ~ .form-check-label,
|
|
.was-validated .form-check-input:valid ~ .form-check-label {
|
|
color: rgb(97, 217, 124);
|
|
}
|
|
.custom-control-input.is-valid ~ .custom-control-label,
|
|
.was-validated .custom-control-input:valid ~ .custom-control-label {
|
|
color: rgb(97, 217, 124);
|
|
}
|
|
.custom-control-input.is-valid ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
|
|
border-color: rgb(35, 143, 59);
|
|
background-color: rgb(39, 163, 91);
|
|
}
|
|
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
|
|
box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.custom-file-input.is-valid ~ .custom-file-label,
|
|
.was-validated .custom-file-input:valid ~ .custom-file-label {
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.custom-file-input.is-valid:focus ~ .custom-file-label,
|
|
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
|
|
border-color: rgb(37, 156, 64);
|
|
box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.invalid-feedback {
|
|
color: rgb(223, 70, 85);
|
|
}
|
|
.invalid-tooltip {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgba(165, 29, 42, 0.9);
|
|
}
|
|
.form-control.is-invalid,
|
|
.was-validated .form-control:invalid {
|
|
border-color: rgb(148, 26, 37);
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4yNDkgLTAuNjE0IC0wLjY3MiAwLjAwMCAxLjAzNSAtMC42NDYgMC4yODggLTAuNjY0IDAuMDAwIDEuMDIwIC0wLjYzNiAtMC42MDkgMC4yNTAgMC4wMDAgMC45OTQgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTInIGhlaWdodD0nMTInIGZpbGw9J25vbmUnIHN0cm9rZT0nJTIzZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8lM2UlM2NwYXRoIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J001LjggMy42aC40TDYgNi41eicvJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nJTIzZGMzNTQ1JyBzdHJva2U9J25vbmUnLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
|
|
}
|
|
.form-control.is-invalid:focus,
|
|
.was-validated .form-control:invalid:focus {
|
|
border-color: rgb(148, 26, 37);
|
|
box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-select.is-invalid,
|
|
.was-validated .custom-select:invalid {
|
|
border-color: rgb(148, 26, 37);
|
|
background-color: rgb(24, 26, 27);
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48ZmlsdGVyIGlkPSJkYXJrcmVhZGVyLWltYWdlLWZpbHRlciI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMjQ5IC0wLjYxNCAtMC42NzIgMC4wMDAgMS4wMzUgLTAuNjQ2IDAuMjg4IC0wLjY2NCAwLjAwMCAxLjAyMCAtMC42MzYgLTAuNjA5IDAuMjUwIDAuMDAwIDAuOTk0IDAuMDAwIDAuMDAwIDAuMDAwIDEuMDAwIDAuMDAwIiAvPjwvZmlsdGVyPjwvZGVmcz48aW1hZ2Ugd2lkdGg9IjQiIGhlaWdodD0iNSIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzUnIHZpZXdCb3g9JzAgMCA0IDUnJTNlJTNjcGF0aCBmaWxsPSclMjMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+"),
|
|
url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4yNDkgLTAuNjE0IC0wLjY3MiAwLjAwMCAxLjAzNSAtMC42NDYgMC4yODggLTAuNjY0IDAuMDAwIDEuMDIwIC0wLjYzNiAtMC42MDkgMC4yNTAgMC4wMDAgMC45OTQgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTInIGhlaWdodD0nMTInIGZpbGw9J25vbmUnIHN0cm9rZT0nJTIzZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8lM2UlM2NwYXRoIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J001LjggMy42aC40TDYgNi41eicvJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nJTIzZGMzNTQ1JyBzdHJva2U9J25vbmUnLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
|
|
}
|
|
.custom-select.is-invalid:focus,
|
|
.was-validated .custom-select:invalid:focus {
|
|
border-color: rgb(148, 26, 37);
|
|
box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.form-check-input.is-invalid ~ .form-check-label,
|
|
.was-validated .form-check-input:invalid ~ .form-check-label {
|
|
color: rgb(223, 70, 85);
|
|
}
|
|
.custom-control-input.is-invalid ~ .custom-control-label,
|
|
.was-validated .custom-control-input:invalid ~ .custom-control-label {
|
|
color: rgb(223, 70, 85);
|
|
}
|
|
.custom-control-input.is-invalid ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
|
|
border-color: rgb(135, 23, 34);
|
|
background-color: rgb(139, 24, 35);
|
|
}
|
|
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
|
|
box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
|
|
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.custom-file-input.is-invalid ~ .custom-file-label,
|
|
.was-validated .custom-file-input:invalid ~ .custom-file-label {
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.custom-file-input.is-invalid:focus ~ .custom-file-label,
|
|
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
|
|
border-color: rgb(148, 26, 37);
|
|
box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn {
|
|
color: rgb(209, 205, 199);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.btn:hover {
|
|
color: rgb(209, 205, 199);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.btn.focus,
|
|
.btn:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-primary {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: rgb(0, 86, 179);
|
|
}
|
|
.btn-primary:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 84, 174);
|
|
border-color: rgb(0, 93, 194);
|
|
}
|
|
.btn-primary.focus,
|
|
.btn-primary:focus {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 84, 174);
|
|
border-color: rgb(0, 93, 194);
|
|
box-shadow: rgba(0, 88, 181, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-primary.disabled,
|
|
.btn-primary:disabled {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: rgb(0, 86, 179);
|
|
}
|
|
.btn-primary:not(:disabled):not(.disabled).active,
|
|
.btn-primary:not(:disabled):not(.disabled):active,
|
|
.show > .btn-primary.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 78, 163);
|
|
border-color: rgb(0, 95, 198);
|
|
}
|
|
.btn-primary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-primary:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-primary.dropdown-toggle:focus {
|
|
box-shadow: rgba(0, 88, 181, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-secondary {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(88, 95, 99);
|
|
border-color: rgb(102, 94, 83);
|
|
}
|
|
.btn-secondary:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(73, 79, 82);
|
|
border-color: rgb(110, 102, 90);
|
|
}
|
|
.btn-secondary.focus,
|
|
.btn-secondary:focus {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(73, 79, 82);
|
|
border-color: rgb(110, 102, 90);
|
|
box-shadow: rgba(90, 98, 102, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-secondary.disabled,
|
|
.btn-secondary:disabled {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(88, 95, 99);
|
|
border-color: rgb(102, 94, 83);
|
|
}
|
|
.btn-secondary:not(:disabled):not(.disabled).active,
|
|
.btn-secondary:not(:disabled):not(.disabled):active,
|
|
.show > .btn-secondary.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(69, 74, 77);
|
|
border-color: rgb(112, 104, 92);
|
|
}
|
|
.btn-secondary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-secondary:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-secondary.dropdown-toggle:focus {
|
|
box-shadow: rgba(90, 98, 102, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-success {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(32, 134, 55);
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.btn-success:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(26, 109, 45);
|
|
border-color: rgb(40, 168, 69);
|
|
}
|
|
.btn-success.focus,
|
|
.btn-success:focus {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(26, 109, 45);
|
|
border-color: rgb(40, 168, 69);
|
|
box-shadow: rgba(58, 144, 78, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-success.disabled,
|
|
.btn-success:disabled {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(32, 134, 55);
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.btn-success:not(:disabled):not(.disabled).active,
|
|
.btn-success:not(:disabled):not(.disabled):active,
|
|
.show > .btn-success.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(24, 101, 42);
|
|
border-color: rgb(41, 171, 71);
|
|
}
|
|
.btn-success:not(:disabled):not(.disabled).active:focus,
|
|
.btn-success:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-success.dropdown-toggle:focus {
|
|
box-shadow: rgba(58, 144, 78, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-info {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(18, 130, 147);
|
|
border-color: rgb(21, 151, 171);
|
|
}
|
|
.btn-info:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(15, 106, 120);
|
|
border-color: rgb(23, 163, 186);
|
|
}
|
|
.btn-info.focus,
|
|
.btn-info:focus {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(15, 106, 120);
|
|
border-color: rgb(23, 163, 186);
|
|
box-shadow: rgba(46, 141, 156, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-info.disabled,
|
|
.btn-info:disabled {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(18, 130, 147);
|
|
border-color: rgb(21, 151, 171);
|
|
}
|
|
.btn-info:not(:disabled):not(.disabled).active,
|
|
.btn-info:not(:disabled):not(.disabled):active,
|
|
.show > .btn-info.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(14, 98, 111);
|
|
border-color: rgb(24, 166, 188);
|
|
}
|
|
.btn-info:not(:disabled):not(.disabled).active:focus,
|
|
.btn-info:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-info.dropdown-toggle:focus {
|
|
box-shadow: rgba(46, 141, 156, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-warning {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(200, 150, 0);
|
|
border-color: rgb(176, 132, 0);
|
|
}
|
|
.btn-warning:hover {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(179, 134, 0);
|
|
border-color: rgb(192, 144, 0);
|
|
}
|
|
.btn-warning.focus,
|
|
.btn-warning:focus {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(179, 134, 0);
|
|
border-color: rgb(192, 144, 0);
|
|
box-shadow: rgba(178, 136, 10, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-warning.disabled,
|
|
.btn-warning:disabled {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(200, 150, 0);
|
|
border-color: rgb(176, 132, 0);
|
|
}
|
|
.btn-warning:not(:disabled):not(.disabled).active,
|
|
.btn-warning:not(:disabled):not(.disabled):active,
|
|
.show > .btn-warning.dropdown-toggle {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(169, 126, 0);
|
|
border-color: rgb(196, 147, 0);
|
|
}
|
|
.btn-warning:not(:disabled):not(.disabled).active:focus,
|
|
.btn-warning:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-warning.dropdown-toggle:focus {
|
|
box-shadow: rgba(178, 136, 10, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-danger {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(165, 29, 42);
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.btn-danger:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(160, 28, 41);
|
|
border-color: rgb(160, 28, 41);
|
|
}
|
|
.btn-danger.focus,
|
|
.btn-danger:focus {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(160, 28, 41);
|
|
border-color: rgb(160, 28, 41);
|
|
box-shadow: rgba(147, 26, 38, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-danger.disabled,
|
|
.btn-danger:disabled {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(165, 29, 42);
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.btn-danger:not(:disabled):not(.disabled).active,
|
|
.btn-danger:not(:disabled):not(.disabled):active,
|
|
.show > .btn-danger.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(151, 26, 38);
|
|
border-color: rgb(164, 29, 41);
|
|
}
|
|
.btn-danger:not(:disabled):not(.disabled).active:focus,
|
|
.btn-danger:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-danger.dropdown-toggle:focus {
|
|
box-shadow: rgba(147, 26, 38, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-light {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(27, 30, 31);
|
|
border-color: rgb(50, 54, 56);
|
|
}
|
|
.btn-light:hover {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(38, 41, 43);
|
|
border-color: rgb(57, 62, 64);
|
|
}
|
|
.btn-light.focus,
|
|
.btn-light:focus {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(38, 41, 43);
|
|
border-color: rgb(57, 62, 64);
|
|
box-shadow: rgba(45, 49, 51, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-light.disabled,
|
|
.btn-light:disabled {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(27, 30, 31);
|
|
border-color: rgb(50, 54, 56);
|
|
}
|
|
.btn-light:not(:disabled):not(.disabled).active,
|
|
.btn-light:not(:disabled):not(.disabled):active,
|
|
.show > .btn-light.dropdown-toggle {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(42, 45, 47);
|
|
border-color: rgb(59, 64, 66);
|
|
}
|
|
.btn-light:not(:disabled):not(.disabled).active:focus,
|
|
.btn-light:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-light.dropdown-toggle:focus {
|
|
box-shadow: rgba(45, 49, 51, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-dark {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(44, 47, 49);
|
|
border-color: rgb(121, 112, 99);
|
|
}
|
|
.btn-dark:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(29, 32, 33);
|
|
border-color: rgb(129, 120, 106);
|
|
}
|
|
.btn-dark.focus,
|
|
.btn-dark:focus {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(29, 32, 33);
|
|
border-color: rgb(129, 120, 106);
|
|
box-shadow: rgba(66, 71, 74, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-dark.disabled,
|
|
.btn-dark:disabled {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(44, 47, 49);
|
|
border-color: rgb(121, 112, 99);
|
|
}
|
|
.btn-dark:not(:disabled):not(.disabled).active,
|
|
.btn-dark:not(:disabled):not(.disabled):active,
|
|
.show > .btn-dark.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(24, 27, 28);
|
|
border-color: rgb(131, 122, 108);
|
|
}
|
|
.btn-dark:not(:disabled):not(.disabled).active:focus,
|
|
.btn-dark:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-dark.dropdown-toggle:focus {
|
|
box-shadow: rgba(66, 71, 74, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-primary {
|
|
color: rgb(51, 162, 255);
|
|
border-color: rgb(0, 86, 179);
|
|
}
|
|
.btn-outline-primary:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: rgb(0, 86, 179);
|
|
}
|
|
.btn-outline-primary.focus,
|
|
.btn-outline-primary:focus {
|
|
box-shadow: rgba(0, 98, 204, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-primary.disabled,
|
|
.btn-outline-primary:disabled {
|
|
color: rgb(51, 162, 255);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-primary:not(:disabled):not(.disabled).active,
|
|
.btn-outline-primary:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-primary.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: rgb(0, 86, 179);
|
|
}
|
|
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-primary.dropdown-toggle:focus {
|
|
box-shadow: rgba(0, 98, 204, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-secondary {
|
|
color: rgb(158, 150, 137);
|
|
border-color: rgb(102, 94, 83);
|
|
}
|
|
.btn-outline-secondary:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(88, 95, 99);
|
|
border-color: rgb(102, 94, 83);
|
|
}
|
|
.btn-outline-secondary.focus,
|
|
.btn-outline-secondary:focus {
|
|
box-shadow: rgba(88, 95, 99, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-secondary.disabled,
|
|
.btn-outline-secondary:disabled {
|
|
color: rgb(158, 150, 137);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-secondary:not(:disabled):not(.disabled).active,
|
|
.btn-outline-secondary:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-secondary.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(88, 95, 99);
|
|
border-color: rgb(102, 94, 83);
|
|
}
|
|
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-secondary.dropdown-toggle:focus {
|
|
box-shadow: rgba(88, 95, 99, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-success {
|
|
color: rgb(97, 217, 124);
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.btn-outline-success:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(32, 134, 55);
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.btn-outline-success.focus,
|
|
.btn-outline-success:focus {
|
|
box-shadow: rgba(32, 134, 55, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-success.disabled,
|
|
.btn-outline-success:disabled {
|
|
color: rgb(97, 217, 124);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-success:not(:disabled):not(.disabled).active,
|
|
.btn-outline-success:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-success.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(32, 134, 55);
|
|
border-color: rgb(37, 156, 64);
|
|
}
|
|
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-success.dropdown-toggle:focus {
|
|
box-shadow: rgba(32, 134, 55, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-info {
|
|
color: rgb(81, 212, 233);
|
|
border-color: rgb(21, 151, 171);
|
|
}
|
|
.btn-outline-info:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(18, 130, 147);
|
|
border-color: rgb(21, 151, 171);
|
|
}
|
|
.btn-outline-info.focus,
|
|
.btn-outline-info:focus {
|
|
box-shadow: rgba(18, 130, 147, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-info.disabled,
|
|
.btn-outline-info:disabled {
|
|
color: rgb(81, 212, 233);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-info:not(:disabled):not(.disabled).active,
|
|
.btn-outline-info:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-info.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(18, 130, 147);
|
|
border-color: rgb(21, 151, 171);
|
|
}
|
|
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-info.dropdown-toggle:focus {
|
|
box-shadow: rgba(18, 130, 147, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-warning {
|
|
color: rgb(255, 199, 30);
|
|
border-color: rgb(176, 132, 0);
|
|
}
|
|
.btn-outline-warning:hover {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(200, 150, 0);
|
|
border-color: rgb(176, 132, 0);
|
|
}
|
|
.btn-outline-warning.focus,
|
|
.btn-outline-warning:focus {
|
|
box-shadow: rgba(200, 150, 0, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-warning.disabled,
|
|
.btn-outline-warning:disabled {
|
|
color: rgb(255, 199, 30);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-warning:not(:disabled):not(.disabled).active,
|
|
.btn-outline-warning:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-warning.dropdown-toggle {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(200, 150, 0);
|
|
border-color: rgb(176, 132, 0);
|
|
}
|
|
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-warning.dropdown-toggle:focus {
|
|
box-shadow: rgba(200, 150, 0, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-danger {
|
|
color: rgb(223, 70, 85);
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.btn-outline-danger:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(165, 29, 42);
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.btn-outline-danger.focus,
|
|
.btn-outline-danger:focus {
|
|
box-shadow: rgba(165, 29, 42, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-danger.disabled,
|
|
.btn-outline-danger:disabled {
|
|
color: rgb(223, 70, 85);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-danger:not(:disabled):not(.disabled).active,
|
|
.btn-outline-danger:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-danger.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(165, 29, 42);
|
|
border-color: rgb(148, 26, 37);
|
|
}
|
|
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-danger.dropdown-toggle:focus {
|
|
box-shadow: rgba(165, 29, 42, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-light {
|
|
color: rgb(228, 226, 222);
|
|
border-color: rgb(50, 54, 56);
|
|
}
|
|
.btn-outline-light:hover {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(27, 30, 31);
|
|
border-color: rgb(50, 54, 56);
|
|
}
|
|
.btn-outline-light.focus,
|
|
.btn-outline-light:focus {
|
|
box-shadow: rgba(27, 30, 31, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-light.disabled,
|
|
.btn-outline-light:disabled {
|
|
color: rgb(228, 226, 222);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-light:not(:disabled):not(.disabled).active,
|
|
.btn-outline-light:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-light.dropdown-toggle {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(27, 30, 31);
|
|
border-color: rgb(50, 54, 56);
|
|
}
|
|
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-light.dropdown-toggle:focus {
|
|
box-shadow: rgba(27, 30, 31, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-dark {
|
|
color: rgb(195, 190, 182);
|
|
border-color: rgb(121, 112, 99);
|
|
}
|
|
.btn-outline-dark:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(44, 47, 49);
|
|
border-color: rgb(121, 112, 99);
|
|
}
|
|
.btn-outline-dark.focus,
|
|
.btn-outline-dark:focus {
|
|
box-shadow: rgba(44, 47, 49, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-outline-dark.disabled,
|
|
.btn-outline-dark:disabled {
|
|
color: rgb(195, 190, 182);
|
|
background-color: transparent;
|
|
}
|
|
.btn-outline-dark:not(:disabled):not(.disabled).active,
|
|
.btn-outline-dark:not(:disabled):not(.disabled):active,
|
|
.show > .btn-outline-dark.dropdown-toggle {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(44, 47, 49);
|
|
border-color: rgb(121, 112, 99);
|
|
}
|
|
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-outline-dark.dropdown-toggle:focus {
|
|
box-shadow: rgba(44, 47, 49, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.btn-link {
|
|
color: rgb(51, 162, 255);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.btn-link:hover {
|
|
color: rgb(97, 183, 255);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.btn-link.focus,
|
|
.btn-link:focus {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.btn-link.disabled,
|
|
.btn-link:disabled {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.dropdown-toggle::after {
|
|
border-color: currentcolor transparent;
|
|
}
|
|
.dropdown-menu {
|
|
color: rgb(209, 205, 199);
|
|
list-style-image: none;
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgba(140, 130, 115, 0.15);
|
|
}
|
|
.dropup .dropdown-toggle::after {
|
|
border-color: currentcolor transparent;
|
|
}
|
|
.dropright .dropdown-toggle::after {
|
|
border-color: transparent currentcolor;
|
|
}
|
|
.dropleft .dropdown-toggle::before {
|
|
border-top-color: transparent;
|
|
border-right-color: currentcolor;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.dropdown-divider {
|
|
border-top-color: rgb(53, 58, 60);
|
|
}
|
|
.dropdown-item {
|
|
color: rgb(209, 205, 199);
|
|
background-color: transparent;
|
|
border-color: currentcolor;
|
|
}
|
|
.dropdown-item:focus,
|
|
.dropdown-item:hover {
|
|
color: rgb(217, 213, 208);
|
|
text-decoration-color: currentcolor;
|
|
background-color: rgb(27, 30, 31);
|
|
}
|
|
.dropdown-item.active,
|
|
.dropdown-item:active {
|
|
color: rgb(232, 230, 227);
|
|
text-decoration-color: currentcolor;
|
|
background-color: rgb(0, 98, 204);
|
|
}
|
|
.dropdown-item.disabled,
|
|
.dropdown-item:disabled {
|
|
color: rgb(158, 150, 137);
|
|
background-color: transparent;
|
|
}
|
|
.dropdown-header {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.dropdown-item-text {
|
|
color: rgb(209, 205, 199);
|
|
}
|
|
.input-group-text {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(35, 38, 39);
|
|
border-color: rgb(60, 65, 68);
|
|
}
|
|
.custom-control-input:checked ~ .custom-control-label::before {
|
|
color: rgb(232, 230, 227);
|
|
border-color: rgb(0, 86, 179);
|
|
background-color: rgb(0, 98, 204);
|
|
}
|
|
.custom-control-input:focus ~ .custom-control-label::before {
|
|
box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
|
border-color: rgb(0, 67, 140);
|
|
}
|
|
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(45, 49, 51);
|
|
border-color: rgb(0, 59, 125);
|
|
}
|
|
.custom-control-input:disabled ~ .custom-control-label,
|
|
.custom-control-input[disabled] ~ .custom-control-label {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.custom-control-input:disabled ~ .custom-control-label::before,
|
|
.custom-control-input[disabled] ~ .custom-control-label::before {
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.custom-control-label::before {
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(69, 75, 78);
|
|
}
|
|
.custom-control-label::after {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-image: none;
|
|
}
|
|
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
|
|
}
|
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
|
border-color: rgb(0, 86, 179);
|
|
background-color: rgb(0, 98, 204);
|
|
}
|
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
|
|
}
|
|
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
background-color: rgba(0, 98, 204, 0.5);
|
|
}
|
|
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
|
|
background-color: rgba(0, 98, 204, 0.5);
|
|
}
|
|
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
|
|
}
|
|
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
background-color: rgba(0, 98, 204, 0.5);
|
|
}
|
|
.custom-switch .custom-control-label::after {
|
|
background-color: rgb(66, 71, 74);
|
|
}
|
|
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
|
background-color: rgb(24, 26, 27);
|
|
}
|
|
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
background-color: rgba(0, 98, 204, 0.5);
|
|
}
|
|
.custom-select {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(24, 26, 27);
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48ZmlsdGVyIGlkPSJkYXJrcmVhZGVyLWltYWdlLWZpbHRlciI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMjQ5IC0wLjYxNCAtMC42NzIgMC4wMDAgMS4wMzUgLTAuNjQ2IDAuMjg4IC0wLjY2NCAwLjAwMCAxLjAyMCAtMC42MzYgLTAuNjA5IDAuMjUwIDAuMDAwIDAuOTk0IDAuMDAwIDAuMDAwIDAuMDAwIDEuMDAwIDAuMDAwIiAvPjwvZmlsdGVyPjwvZGVmcz48aW1hZ2Ugd2lkdGg9IjQiIGhlaWdodD0iNSIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzUnIHZpZXdCb3g9JzAgMCA0IDUnJTNlJTNjcGF0aCBmaWxsPSclMjMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
|
|
border-color: rgb(60, 65, 68);
|
|
}
|
|
.custom-select:focus {
|
|
border-color: rgb(0, 67, 140);
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-select[multiple],
|
|
.custom-select[size]:not([size="1"]) {
|
|
background-image: none;
|
|
}
|
|
.custom-select:disabled {
|
|
color: rgb(158, 150, 137);
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.custom-select:-moz-focusring {
|
|
color: transparent;
|
|
text-shadow: rgb(60, 65, 68) 0px 0px 0px;
|
|
}
|
|
.custom-file-input:focus ~ .custom-file-label {
|
|
border-color: rgb(0, 67, 140);
|
|
box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-file-input:disabled ~ .custom-file-label,
|
|
.custom-file-input[disabled] ~ .custom-file-label {
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.custom-file-label {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(60, 65, 68);
|
|
}
|
|
.custom-file-label::after {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(35, 38, 39);
|
|
border-left-color: inherit;
|
|
}
|
|
.custom-range {
|
|
background-color: transparent;
|
|
}
|
|
.custom-range:focus {
|
|
outline-color: currentcolor;
|
|
}
|
|
.custom-range:focus::-webkit-slider-thumb {
|
|
box-shadow: rgb(24, 26, 27) 0px 0px 0px 1px,
|
|
rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-range:focus::-moz-range-thumb {
|
|
box-shadow: rgb(24, 26, 27) 0px 0px 0px 1px,
|
|
rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.custom-range::-webkit-slider-thumb {
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: currentcolor;
|
|
}
|
|
.custom-range::-webkit-slider-runnable-track {
|
|
color: transparent;
|
|
background-color: rgb(40, 44, 45);
|
|
border-color: transparent;
|
|
}
|
|
.custom-range::-moz-range-thumb {
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: currentcolor;
|
|
}
|
|
.custom-range::-moz-range-thumb:active {
|
|
background-color: rgb(45, 49, 51);
|
|
}
|
|
.custom-range::-moz-range-track {
|
|
color: transparent;
|
|
background-color: rgb(40, 44, 45);
|
|
border-color: transparent;
|
|
}
|
|
.custom-range:disabled::-webkit-slider-thumb {
|
|
background-color: rgb(66, 71, 74);
|
|
}
|
|
.custom-range:disabled::-moz-range-thumb {
|
|
background-color: rgb(66, 71, 74);
|
|
}
|
|
.nav {
|
|
list-style-image: none;
|
|
}
|
|
.nav-link:focus,
|
|
.nav-link:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.nav-link.disabled {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.nav-tabs {
|
|
border-bottom-color: rgb(56, 61, 63);
|
|
}
|
|
.nav-tabs .nav-link {
|
|
border-color: transparent;
|
|
}
|
|
.nav-tabs .nav-link:focus,
|
|
.nav-tabs .nav-link:hover {
|
|
border-color: rgb(53, 58, 60) rgb(53, 58, 60) rgb(56, 61, 63);
|
|
}
|
|
.nav-tabs .nav-link.disabled {
|
|
color: rgb(158, 150, 137);
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.nav-tabs .nav-item.show .nav-link,
|
|
.nav-tabs .nav-link.active {
|
|
color: rgb(181, 175, 166);
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(56, 61, 63) rgb(56, 61, 63) rgb(48, 52, 54);
|
|
}
|
|
.nav-pills .nav-link.active,
|
|
.nav-pills .show > .nav-link {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
}
|
|
.navbar-brand:focus,
|
|
.navbar-brand:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.navbar-nav {
|
|
list-style-image: none;
|
|
}
|
|
.navbar-toggler {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.navbar-toggler:focus,
|
|
.navbar-toggler:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.navbar-toggler-icon {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-image: none;
|
|
}
|
|
.navbar-light .navbar-brand {
|
|
color: rgba(232, 230, 227, 0.9);
|
|
}
|
|
.navbar-light .navbar-brand:focus,
|
|
.navbar-light .navbar-brand:hover {
|
|
color: rgba(232, 230, 227, 0.9);
|
|
}
|
|
.navbar-light .navbar-nav .nav-link {
|
|
color: rgba(232, 230, 227, 0.5);
|
|
}
|
|
.navbar-light .navbar-nav .nav-link:focus,
|
|
.navbar-light .navbar-nav .nav-link:hover {
|
|
color: rgba(232, 230, 227, 0.7);
|
|
}
|
|
.navbar-light .navbar-nav .nav-link.disabled {
|
|
color: rgba(232, 230, 227, 0.3);
|
|
}
|
|
.navbar-light .navbar-nav .active > .nav-link,
|
|
.navbar-light .navbar-nav .nav-link.active,
|
|
.navbar-light .navbar-nav .nav-link.show,
|
|
.navbar-light .navbar-nav .show > .nav-link {
|
|
color: rgba(232, 230, 227, 0.9);
|
|
}
|
|
.navbar-light .navbar-toggler {
|
|
color: rgba(232, 230, 227, 0.5);
|
|
border-color: rgba(140, 130, 115, 0.1);
|
|
}
|
|
.navbar-light .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4yNDkgLTAuNjE0IC0wLjY3MiAwLjAwMCAxLjAzNSAtMC42NDYgMC4yODggLTAuNjY0IDAuMDAwIDEuMDIwIC0wLjYzNiAtMC42MDkgMC4yNTAgMC4wMDAgMC45OTQgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMzAnIGhlaWdodD0nMzAnIHZpZXdCb3g9JzAgMCAzMCAzMCclM2UlM2NwYXRoIHN0cm9rZT0ncmdiYSUyODAsIDAsIDAsIDAuNSUyOScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
|
|
}
|
|
.navbar-light .navbar-text {
|
|
color: rgba(232, 230, 227, 0.5);
|
|
}
|
|
.navbar-light .navbar-text a {
|
|
color: rgba(232, 230, 227, 0.9);
|
|
}
|
|
.navbar-light .navbar-text a:focus,
|
|
.navbar-light .navbar-text a:hover {
|
|
color: rgba(232, 230, 227, 0.9);
|
|
}
|
|
.navbar-dark .navbar-brand {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.navbar-dark .navbar-brand:focus,
|
|
.navbar-dark .navbar-brand:hover {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.navbar-dark .navbar-nav .nav-link {
|
|
color: rgba(232, 230, 227, 0.5);
|
|
}
|
|
.navbar-dark .navbar-nav .nav-link:focus,
|
|
.navbar-dark .navbar-nav .nav-link:hover {
|
|
color: rgba(232, 230, 227, 0.75);
|
|
}
|
|
.navbar-dark .navbar-nav .nav-link.disabled {
|
|
color: rgba(232, 230, 227, 0.25);
|
|
}
|
|
.navbar-dark .navbar-nav .active > .nav-link,
|
|
.navbar-dark .navbar-nav .nav-link.active,
|
|
.navbar-dark .navbar-nav .nav-link.show,
|
|
.navbar-dark .navbar-nav .show > .nav-link {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.navbar-dark .navbar-toggler {
|
|
color: rgba(232, 230, 227, 0.5);
|
|
border-color: rgba(48, 52, 54, 0.1);
|
|
}
|
|
.navbar-dark .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
}
|
|
.navbar-dark .navbar-text {
|
|
color: rgba(232, 230, 227, 0.5);
|
|
}
|
|
.navbar-dark .navbar-text a {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.navbar-dark .navbar-text a:focus,
|
|
.navbar-dark .navbar-text a:hover {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.card {
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgba(140, 130, 115, 0.13);
|
|
}
|
|
.card > .list-group {
|
|
border-top-color: inherit;
|
|
border-bottom-color: inherit;
|
|
}
|
|
.card > .card-header + .list-group,
|
|
.card > .list-group + .card-footer {
|
|
border-top-color: currentcolor;
|
|
}
|
|
.card-link:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.card-header {
|
|
background-color: rgba(0, 0, 0, 0.03);
|
|
border-bottom-color: rgba(140, 130, 115, 0.13);
|
|
}
|
|
.card-footer {
|
|
background-color: rgba(0, 0, 0, 0.03);
|
|
border-top-color: rgba(140, 130, 115, 0.13);
|
|
}
|
|
.card-header-tabs {
|
|
border-bottom-color: currentcolor;
|
|
}
|
|
@media (min-width: 576px) {
|
|
.card-group > .card + .card {
|
|
border-left-color: currentcolor;
|
|
}
|
|
}
|
|
.accordion > .card:not(:last-of-type) {
|
|
border-bottom-color: currentcolor;
|
|
}
|
|
.breadcrumb {
|
|
list-style-image: none;
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.breadcrumb-item + .breadcrumb-item::before {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.breadcrumb-item + .breadcrumb-item:hover::before {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.breadcrumb-item + .breadcrumb-item:hover::before {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.breadcrumb-item.active {
|
|
color: rgb(158, 150, 137);
|
|
}
|
|
.pagination {
|
|
list-style-image: none;
|
|
}
|
|
.page-link {
|
|
color: rgb(51, 162, 255);
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(56, 61, 63);
|
|
}
|
|
.page-link:hover {
|
|
color: rgb(97, 183, 255);
|
|
text-decoration-color: currentcolor;
|
|
background-color: rgb(35, 38, 39);
|
|
border-color: rgb(56, 61, 63);
|
|
}
|
|
.page-link:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
|
|
}
|
|
.page-item.active .page-link {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: rgb(0, 86, 179);
|
|
}
|
|
.page-item.disabled .page-link {
|
|
color: rgb(158, 150, 137);
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgb(56, 61, 63);
|
|
}
|
|
a.badge:focus,
|
|
a.badge:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.badge-primary {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
}
|
|
a.badge-primary:focus,
|
|
a.badge-primary:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 78, 163);
|
|
}
|
|
a.badge-primary.focus,
|
|
a.badge-primary:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(0, 98, 204, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.badge-secondary {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(88, 95, 99);
|
|
}
|
|
a.badge-secondary:focus,
|
|
a.badge-secondary:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(69, 74, 77);
|
|
}
|
|
a.badge-secondary.focus,
|
|
a.badge-secondary:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(88, 95, 99, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.badge-success {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(32, 134, 55);
|
|
}
|
|
a.badge-success:focus,
|
|
a.badge-success:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(24, 101, 42);
|
|
}
|
|
a.badge-success.focus,
|
|
a.badge-success:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(32, 134, 55, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.badge-info {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(18, 130, 147);
|
|
}
|
|
a.badge-info:focus,
|
|
a.badge-info:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(14, 98, 111);
|
|
}
|
|
a.badge-info.focus,
|
|
a.badge-info:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(18, 130, 147, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.badge-warning {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(200, 150, 0);
|
|
}
|
|
a.badge-warning:focus,
|
|
a.badge-warning:hover {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(169, 126, 0);
|
|
}
|
|
a.badge-warning.focus,
|
|
a.badge-warning:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(200, 150, 0, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.badge-danger {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(165, 29, 42);
|
|
}
|
|
a.badge-danger:focus,
|
|
a.badge-danger:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(151, 26, 38);
|
|
}
|
|
a.badge-danger.focus,
|
|
a.badge-danger:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(165, 29, 42, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.badge-light {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(27, 30, 31);
|
|
}
|
|
a.badge-light:focus,
|
|
a.badge-light:hover {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(42, 45, 47);
|
|
}
|
|
a.badge-light.focus,
|
|
a.badge-light:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(27, 30, 31, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.badge-dark {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(44, 47, 49);
|
|
}
|
|
a.badge-dark:focus,
|
|
a.badge-dark:hover {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(24, 27, 28);
|
|
}
|
|
a.badge-dark.focus,
|
|
a.badge-dark:focus {
|
|
outline-color: currentcolor;
|
|
box-shadow: rgba(44, 47, 49, 0.5) 0px 0px 0px 0.2rem;
|
|
}
|
|
.jumbotron {
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.alert {
|
|
border-color: transparent;
|
|
}
|
|
.alert-heading {
|
|
color: inherit;
|
|
}
|
|
.alert-dismissible .close {
|
|
color: inherit;
|
|
}
|
|
.alert-primary {
|
|
color: rgb(124, 195, 255);
|
|
background-color: rgb(38, 42, 43);
|
|
border-color: rgb(0, 59, 123);
|
|
}
|
|
.alert-primary hr {
|
|
border-top-color: rgb(0, 63, 131);
|
|
}
|
|
.alert-primary .alert-link {
|
|
color: rgb(206, 202, 195);
|
|
}
|
|
.alert-secondary {
|
|
color: rgb(194, 188, 180);
|
|
background-color: rgb(40, 43, 44);
|
|
border-color: rgb(59, 64, 66);
|
|
}
|
|
.alert-secondary hr {
|
|
border-top-color: rgb(63, 68, 70);
|
|
}
|
|
.alert-secondary .alert-link {
|
|
color: rgb(210, 206, 200);
|
|
}
|
|
.alert-success {
|
|
color: rgb(153, 230, 171);
|
|
background-color: rgb(26, 62, 41);
|
|
border-color: rgb(37, 90, 50);
|
|
}
|
|
.alert-success hr {
|
|
border-top-color: rgb(39, 96, 52);
|
|
}
|
|
.alert-success .alert-link {
|
|
color: rgb(214, 210, 205);
|
|
}
|
|
.alert-info {
|
|
color: rgb(142, 227, 241);
|
|
background-color: rgb(20, 59, 67);
|
|
border-color: rgb(30, 89, 97);
|
|
}
|
|
.alert-info hr {
|
|
border-top-color: rgb(32, 93, 103);
|
|
}
|
|
.alert-info .alert-link {
|
|
color: rgb(214, 210, 205);
|
|
}
|
|
.alert-warning {
|
|
color: rgb(251, 215, 112);
|
|
background-color: rgb(81, 62, 0);
|
|
border-color: rgb(123, 92, 0);
|
|
}
|
|
.alert-warning hr {
|
|
border-top-color: rgb(130, 98, 0);
|
|
}
|
|
.alert-warning .alert-link {
|
|
color: rgb(205, 200, 194);
|
|
}
|
|
.alert-danger {
|
|
color: rgb(225, 134, 143);
|
|
background-color: rgb(67, 12, 17);
|
|
border-color: rgb(104, 18, 27);
|
|
}
|
|
.alert-danger hr {
|
|
border-top-color: rgb(110, 20, 29);
|
|
}
|
|
.alert-danger .alert-link {
|
|
color: rgb(203, 199, 192);
|
|
}
|
|
.alert-light {
|
|
color: rgb(153, 144, 131);
|
|
background-color: rgb(25, 27, 28);
|
|
border-color: rgb(34, 34, 69);
|
|
}
|
|
.alert-light hr {
|
|
border-top-color: rgb(35, 35, 75);
|
|
}
|
|
.alert-light .alert-link {
|
|
color: rgb(166, 159, 147);
|
|
}
|
|
.alert-dark {
|
|
color: rgb(213, 209, 204);
|
|
background-color: rgb(46, 50, 52);
|
|
border-color: rgb(64, 69, 71);
|
|
}
|
|
.alert-dark hr {
|
|
border-top-color: rgb(67, 73, 75);
|
|
}
|
|
.alert-dark .alert-link {
|
|
color: rgb(229, 227, 224);
|
|
}
|
|
.progress {
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.progress-bar {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
}
|
|
.progress-bar-striped {
|
|
background-image: linear-gradient(45deg,
|
|
rgba(24, 26, 27, 0.15) 25%,
|
|
rgba(0, 0, 0, 0) 25%,
|
|
rgba(0, 0, 0, 0) 50%,
|
|
rgba(24, 26, 27, 0.15) 50%,
|
|
rgba(24, 26, 27, 0.15) 75%,
|
|
rgba(0, 0, 0, 0) 75%,
|
|
rgba(0, 0, 0, 0));
|
|
}
|
|
.list-group-item-action {
|
|
color: rgb(181, 175, 166);
|
|
}
|
|
.list-group-item-action:focus,
|
|
.list-group-item-action:hover {
|
|
color: rgb(181, 175, 166);
|
|
text-decoration-color: currentcolor;
|
|
background-color: rgb(27, 30, 31);
|
|
}
|
|
.list-group-item-action:active {
|
|
color: rgb(209, 205, 199);
|
|
background-color: rgb(35, 38, 39);
|
|
}
|
|
.list-group-item {
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgba(140, 130, 115, 0.13);
|
|
}
|
|
.list-group-item.disabled,
|
|
.list-group-item:disabled {
|
|
color: rgb(158, 150, 137);
|
|
background-color: rgb(24, 26, 27);
|
|
}
|
|
.list-group-item.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 98, 204);
|
|
border-color: rgb(0, 86, 179);
|
|
}
|
|
.list-group-item-primary {
|
|
color: rgb(124, 195, 255);
|
|
background-color: rgb(44, 48, 50);
|
|
}
|
|
.list-group-item-primary.list-group-item-action:focus,
|
|
.list-group-item-primary.list-group-item-action:hover {
|
|
color: rgb(124, 195, 255);
|
|
background-color: rgb(51, 55, 57);
|
|
}
|
|
.list-group-item-primary.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 51, 106);
|
|
border-color: rgb(0, 104, 215);
|
|
}
|
|
.list-group-item-secondary {
|
|
color: rgb(194, 188, 180);
|
|
background-color: rgb(46, 50, 51);
|
|
}
|
|
.list-group-item-secondary.list-group-item-action:focus,
|
|
.list-group-item-secondary.list-group-item-action:hover {
|
|
color: rgb(194, 188, 180);
|
|
background-color: rgb(53, 58, 60);
|
|
}
|
|
.list-group-item-secondary.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(46, 49, 51);
|
|
border-color: rgb(120, 111, 99);
|
|
}
|
|
.list-group-item-success {
|
|
color: rgb(153, 230, 171);
|
|
background-color: rgb(30, 72, 48);
|
|
}
|
|
.list-group-item-success.list-group-item-action:focus,
|
|
.list-group-item-success.list-group-item-action:hover {
|
|
color: rgb(153, 230, 171);
|
|
background-color: rgb(34, 83, 54);
|
|
}
|
|
.list-group-item-success.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(17, 70, 29);
|
|
border-color: rgb(43, 179, 74);
|
|
}
|
|
.list-group-item-info {
|
|
color: rgb(142, 227, 241);
|
|
background-color: rgb(24, 71, 78);
|
|
}
|
|
.list-group-item-info.list-group-item-action:focus,
|
|
.list-group-item-info.list-group-item-action:hover {
|
|
color: rgb(142, 227, 241);
|
|
background-color: rgb(28, 81, 89);
|
|
}
|
|
.list-group-item-info.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(10, 67, 77);
|
|
border-color: rgb(25, 173, 198);
|
|
}
|
|
.list-group-item-warning {
|
|
color: rgb(251, 215, 112);
|
|
background-color: rgb(92, 70, 0);
|
|
}
|
|
.list-group-item-warning.list-group-item-action:focus,
|
|
.list-group-item-warning.list-group-item-action:hover {
|
|
color: rgb(251, 215, 112);
|
|
background-color: rgb(107, 81, 0);
|
|
}
|
|
.list-group-item-warning.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(106, 80, 3);
|
|
border-color: rgb(208, 156, 6);
|
|
}
|
|
.list-group-item-danger {
|
|
color: rgb(225, 134, 143);
|
|
background-color: rgb(78, 14, 20);
|
|
}
|
|
.list-group-item-danger.list-group-item-action:focus,
|
|
.list-group-item-danger.list-group-item-action:hover {
|
|
color: rgb(225, 134, 143);
|
|
background-color: rgb(91, 16, 24);
|
|
}
|
|
.list-group-item-danger.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(91, 22, 29);
|
|
border-color: rgb(171, 42, 54);
|
|
}
|
|
.list-group-item-light {
|
|
color: rgb(153, 144, 131);
|
|
background-color: rgb(25, 27, 28);
|
|
}
|
|
.list-group-item-light.list-group-item-action:focus,
|
|
.list-group-item-light.list-group-item-action:hover {
|
|
color: rgb(153, 144, 131);
|
|
background-color: rgb(32, 35, 36);
|
|
}
|
|
.list-group-item-light.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(95, 103, 107);
|
|
border-color: rgb(83, 90, 94);
|
|
}
|
|
.list-group-item-dark {
|
|
color: rgb(213, 209, 204);
|
|
background-color: rgb(55, 60, 62);
|
|
}
|
|
.list-group-item-dark.list-group-item-action:focus,
|
|
.list-group-item-dark.list-group-item-action:hover {
|
|
color: rgb(213, 209, 204);
|
|
background-color: rgb(62, 67, 70);
|
|
}
|
|
.list-group-item-dark.list-group-item-action.active {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(23, 24, 25);
|
|
border-color: rgb(130, 121, 107);
|
|
}
|
|
.close {
|
|
color: rgb(232, 230, 227);
|
|
text-shadow: rgb(24, 26, 27) 0px 1px 0px;
|
|
}
|
|
.close:hover {
|
|
color: rgb(232, 230, 227);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
button.close {
|
|
background-color: transparent;
|
|
border-color: currentcolor;
|
|
}
|
|
.toast {
|
|
background-color: rgba(24, 26, 27, 0.85);
|
|
border-color: rgba(140, 130, 115, 0.1);
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem;
|
|
}
|
|
.toast-header {
|
|
color: rgb(158, 150, 137);
|
|
background-color: rgba(24, 26, 27, 0.85);
|
|
border-bottom-color: rgba(140, 130, 115, 0.05);
|
|
}
|
|
.modal {
|
|
outline-color: currentcolor;
|
|
}
|
|
.modal-content {
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgba(140, 130, 115, 0.2);
|
|
outline-color: currentcolor;
|
|
}
|
|
.modal-backdrop {
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
.modal-header {
|
|
border-bottom-color: rgb(56, 61, 63);
|
|
}
|
|
.modal-footer {
|
|
border-top-color: rgb(56, 61, 63);
|
|
}
|
|
.tooltip {
|
|
text-decoration-color: currentcolor; text-shadow: none;
|
|
}
|
|
.tooltip .arrow::before {
|
|
border-color: transparent;
|
|
}
|
|
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
|
|
.bs-tooltip-top .arrow::before {
|
|
border-top-color: rgb(140, 130, 115);
|
|
}
|
|
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
|
|
.bs-tooltip-right .arrow::before {
|
|
border-right-color: rgb(140, 130, 115);
|
|
}
|
|
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
|
|
.bs-tooltip-bottom .arrow::before {
|
|
border-bottom-color: rgb(140, 130, 115);
|
|
}
|
|
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
|
|
.bs-tooltip-left .arrow::before {
|
|
border-left-color: rgb(140, 130, 115);
|
|
}
|
|
.tooltip-inner {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
.popover {
|
|
text-decoration-color: currentcolor;
|
|
text-shadow: none;
|
|
background-color: rgb(24, 26, 27);
|
|
border-color: rgba(140, 130, 115, 0.2);
|
|
}
|
|
.popover .arrow::after, .popover .arrow::before {
|
|
border-color: transparent;
|
|
}
|
|
.bs-popover-auto[x-placement^="top"] > .arrow::before,
|
|
.bs-popover-top > .arrow::before {
|
|
border-top-color: rgba(140, 130, 115, 0.25);
|
|
}
|
|
.bs-popover-auto[x-placement^="top"] > .arrow::after,
|
|
.bs-popover-top > .arrow::after {
|
|
border-top-color: rgb(48, 52, 54);
|
|
}
|
|
.bs-popover-auto[x-placement^="right"] > .arrow::before,
|
|
.bs-popover-right > .arrow::before {
|
|
border-right-color: rgba(140, 130, 115, 0.25);
|
|
}
|
|
.bs-popover-auto[x-placement^="right"] > .arrow::after,
|
|
.bs-popover-right > .arrow::after {
|
|
border-right-color: rgb(48, 52, 54);
|
|
}
|
|
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
|
|
.bs-popover-bottom > .arrow::before {
|
|
border-bottom-color: rgba(140, 130, 115, 0.25);
|
|
}
|
|
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
|
|
.bs-popover-bottom > .arrow::after {
|
|
border-bottom-color: rgb(48, 52, 54);
|
|
}
|
|
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
|
|
.bs-popover-bottom .popover-header::before {
|
|
border-bottom-color: rgb(50, 54, 57);
|
|
}
|
|
.bs-popover-auto[x-placement^="left"] > .arrow::before,
|
|
.bs-popover-left > .arrow::before {
|
|
border-left-color: rgba(140, 130, 115, 0.25);
|
|
}
|
|
.bs-popover-auto[x-placement^="left"] > .arrow::after,
|
|
.bs-popover-left > .arrow::after {
|
|
border-left-color: rgb(48, 52, 54);
|
|
}
|
|
.popover-header {
|
|
background-color: rgb(29, 31, 32);
|
|
border-bottom-color: rgb(54, 58, 60);
|
|
}
|
|
.popover-body {
|
|
color: rgb(209, 205, 199);
|
|
}
|
|
.carousel-control-next,
|
|
.carousel-control-prev {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.carousel-control-next:focus,
|
|
.carousel-control-next:hover,
|
|
.carousel-control-prev:focus,
|
|
.carousel-control-prev:hover {
|
|
color: rgb(232, 230, 227);
|
|
text-decoration-color: currentcolor;
|
|
outline-color: currentcolor;
|
|
}
|
|
.carousel-control-next-icon,
|
|
.carousel-control-prev-icon {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-image: none;
|
|
}
|
|
.carousel-control-prev-icon {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
|
|
}
|
|
.carousel-control-next-icon {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
|
|
}
|
|
.carousel-indicators {
|
|
list-style-image: none;
|
|
}
|
|
.carousel-indicators li {
|
|
background-color: rgb(24, 26, 27);
|
|
border-top-color: transparent;
|
|
border-bottom-color: transparent;
|
|
}
|
|
.carousel-caption {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.spinner-border {
|
|
border-color: currentcolor transparent currentcolor currentcolor;
|
|
}
|
|
.spinner-grow {
|
|
background-color: currentcolor;
|
|
}
|
|
.bg-primary {
|
|
background-color: rgb(0, 98, 204) !important;
|
|
}
|
|
a.bg-primary:focus,
|
|
a.bg-primary:hover,
|
|
button.bg-primary:focus,
|
|
button.bg-primary:hover {
|
|
background-color: rgb(0, 78, 163) !important;
|
|
}
|
|
.bg-secondary {
|
|
background-color: rgb(88, 95, 99) !important;
|
|
}
|
|
a.bg-secondary:focus,
|
|
a.bg-secondary:hover,
|
|
button.bg-secondary:focus,
|
|
button.bg-secondary:hover {
|
|
background-color: rgb(69, 74, 77) !important;
|
|
}
|
|
.bg-success {
|
|
background-color: rgb(32, 134, 55) !important;
|
|
}
|
|
a.bg-success:focus,
|
|
a.bg-success:hover,
|
|
button.bg-success:focus,
|
|
button.bg-success:hover {
|
|
background-color: rgb(24, 101, 42) !important;
|
|
}
|
|
.bg-info {
|
|
background-color: rgb(18, 130, 147) !important;
|
|
}
|
|
a.bg-info:focus,
|
|
a.bg-info:hover,
|
|
button.bg-info:focus,
|
|
button.bg-info:hover {
|
|
background-color: rgb(14, 98, 111) !important;
|
|
}
|
|
.bg-warning {
|
|
background-color: rgb(200, 150, 0) !important;
|
|
}
|
|
a.bg-warning:focus,
|
|
a.bg-warning:hover,
|
|
button.bg-warning:focus,
|
|
button.bg-warning:hover {
|
|
background-color: rgb(169, 126, 0) !important;
|
|
}
|
|
.bg-danger {
|
|
background-color: rgb(165, 29, 42) !important;
|
|
}
|
|
a.bg-danger:focus,
|
|
a.bg-danger:hover,
|
|
button.bg-danger:focus,
|
|
button.bg-danger:hover {
|
|
background-color: rgb(151, 26, 38) !important;
|
|
}
|
|
.bg-light {
|
|
background-color: rgb(27, 30, 31) !important;
|
|
}
|
|
a.bg-light:focus,
|
|
a.bg-light:hover,
|
|
button.bg-light:focus,
|
|
button.bg-light:hover {
|
|
background-color: rgb(42, 45, 47) !important;
|
|
}
|
|
.bg-dark {
|
|
background-color: rgb(44, 47, 49) !important;
|
|
}
|
|
a.bg-dark:focus,
|
|
a.bg-dark:hover,
|
|
button.bg-dark:focus,
|
|
button.bg-dark:hover {
|
|
background-color: rgb(24, 27, 28) !important;
|
|
}
|
|
.bg-white {
|
|
background-color: rgb(24, 26, 27) !important;
|
|
}
|
|
.bg-transparent {
|
|
background-color: transparent !important;
|
|
}
|
|
.border {
|
|
border-color: rgb(56, 61, 63) !important;
|
|
}
|
|
.border-top {
|
|
border-top-color: rgb(56, 61, 63) !important;
|
|
}
|
|
.border-right {
|
|
border-right-color: rgb(56, 61, 63) !important;
|
|
}
|
|
.border-bottom {
|
|
border-bottom-color: rgb(56, 61, 63) !important;
|
|
}
|
|
.border-left {
|
|
border-left-color: rgb(56, 61, 63) !important;
|
|
}
|
|
.border-0 {
|
|
border-color: currentcolor !important;
|
|
}
|
|
.border-top-0 {
|
|
border-top-color: currentcolor !important;
|
|
}
|
|
.border-right-0 {
|
|
border-right-color: currentcolor !important;
|
|
}
|
|
.border-bottom-0 {
|
|
border-bottom-color: currentcolor !important;
|
|
}
|
|
.border-left-0 {
|
|
border-left-color: currentcolor !important;
|
|
}
|
|
.border-primary {
|
|
border-color: rgb(0, 86, 179) !important;
|
|
}
|
|
.border-secondary {
|
|
border-color: rgb(102, 94, 83) !important;
|
|
}
|
|
.border-success {
|
|
border-color: rgb(37, 156, 64) !important;
|
|
}
|
|
.border-info {
|
|
border-color: rgb(21, 151, 171) !important;
|
|
}
|
|
.border-warning {
|
|
border-color: rgb(176, 132, 0) !important;
|
|
}
|
|
.border-danger {
|
|
border-color: rgb(148, 26, 37) !important;
|
|
}
|
|
.border-light {
|
|
border-color: rgb(50, 54, 56) !important;
|
|
}
|
|
.border-dark {
|
|
border-color: rgb(121, 112, 99) !important;
|
|
}
|
|
.border-white {
|
|
border-color: rgb(48, 52, 54) !important;
|
|
}
|
|
.embed-responsive .embed-responsive-item,
|
|
.embed-responsive embed,
|
|
.embed-responsive iframe,
|
|
.embed-responsive object,
|
|
.embed-responsive video {
|
|
border-color: currentcolor;
|
|
}
|
|
.sr-only {
|
|
border-color: currentcolor;
|
|
}
|
|
.shadow-sm {
|
|
box-shadow: rgba(0, 0, 0, 0.07) 0px 0.125rem 0.25rem !important;
|
|
}
|
|
.shadow {
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
|
|
}
|
|
.shadow-lg {
|
|
box-shadow: rgba(0, 0, 0, 0.18) 0px 1rem 3rem !important;
|
|
}
|
|
.shadow-none {
|
|
box-shadow: none !important;
|
|
}
|
|
.stretched-link::after {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.text-white {
|
|
color: rgb(232, 230, 227) !important;
|
|
}
|
|
.text-primary {
|
|
color: rgb(51, 162, 255) !important;
|
|
}
|
|
a.text-primary:focus,
|
|
a.text-primary:hover {
|
|
color: rgb(97, 183, 255) !important;
|
|
}
|
|
.text-secondary {
|
|
color: rgb(158, 150, 137) !important;
|
|
}
|
|
a.text-secondary:focus,
|
|
a.text-secondary:hover {
|
|
color: rgb(182, 176, 167) !important;
|
|
}
|
|
.text-success {
|
|
color: rgb(97, 217, 124) !important;
|
|
}
|
|
a.text-success:focus,
|
|
a.text-success:hover {
|
|
color: rgb(140, 228, 161) !important;
|
|
}
|
|
.text-info {
|
|
color: rgb(81, 212, 233) !important;
|
|
}
|
|
a.text-info:focus,
|
|
a.text-info:hover {
|
|
color: rgb(129, 223, 239) !important;
|
|
}
|
|
.text-warning {
|
|
color: rgb(255, 199, 30) !important;
|
|
}
|
|
a.text-warning:focus,
|
|
a.text-warning:hover {
|
|
color: rgb(255, 209, 74) !important;
|
|
}
|
|
.text-danger {
|
|
color: rgb(223, 70, 85) !important;
|
|
}
|
|
a.text-danger:focus,
|
|
a.text-danger:hover {
|
|
color: rgb(227, 95, 107) !important;
|
|
}
|
|
.text-light {
|
|
color: rgb(228, 226, 222) !important;
|
|
}
|
|
a.text-light:focus,
|
|
a.text-light:hover {
|
|
color: rgb(204, 199, 193) !important;
|
|
}
|
|
.text-dark {
|
|
color: rgb(195, 190, 182) !important;
|
|
}
|
|
a.text-dark:focus,
|
|
a.text-dark:hover {
|
|
color: rgb(219, 216, 212) !important;
|
|
}
|
|
.text-body {
|
|
color: rgb(209, 205, 199) !important;
|
|
}
|
|
.text-muted {
|
|
color: rgb(158, 150, 137) !important;
|
|
}
|
|
.text-black-50 {
|
|
color: rgba(232, 230, 227, 0.5) !important;
|
|
}
|
|
.text-white-50 {
|
|
color: rgba(232, 230, 227, 0.5) !important;
|
|
}
|
|
.text-hide {
|
|
color: transparent;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
border-color: currentcolor;
|
|
}
|
|
.text-decoration-none {
|
|
text-decoration-color: currentcolor !important;
|
|
}
|
|
.text-reset {
|
|
color: inherit !important;
|
|
}
|
|
.calendar {
|
|
border-color: rgb(58, 62, 65);
|
|
}
|
|
.calendar-graph text.wday,
|
|
.calendar-graph text.month {
|
|
fill: rgb(178, 172, 162);
|
|
}
|
|
.contrib-legend .legend {
|
|
list-style-image: none;
|
|
}
|
|
.text-small {
|
|
color: rgb(157, 149, 136);
|
|
}
|
|
.contrib-column {
|
|
border-left-color: rgb(58, 62, 65);
|
|
border-top-color: rgb(58, 62, 65);
|
|
}
|
|
.contrib-column-first {
|
|
border-left-color: currentcolor;
|
|
}
|
|
.contrib-number {
|
|
color: rgb(200, 195, 188);
|
|
}
|
|
.monospace {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.monospace a {
|
|
color: rgb(92, 176, 227);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.left.text-muted {
|
|
color: rgb(157, 149, 136);
|
|
}
|
|
.left.text-muted a {
|
|
color: rgb(83, 144, 198);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.left.text-muted a:hover,
|
|
.monospace a:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.day-tooltip {
|
|
color: rgb(170, 163, 152);
|
|
background-color: rgba(0, 0, 0, 0.85);
|
|
background-image: none;
|
|
}
|
|
.day-tooltip strong {
|
|
color: rgb(214, 210, 205);
|
|
}
|
|
.day-tooltip::after {
|
|
border-color: rgba(140, 130, 115, 0.85) transparent transparent;
|
|
}
|
|
.octicon {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.mega-octicon {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.gha-feed {
|
|
background-color: rgb(24, 26, 27);
|
|
background-image: none;
|
|
border-color: rgb(58, 62, 65);
|
|
}
|
|
.gha-feed small {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
span.gha-time {
|
|
color: rgb(189, 183, 175);
|
|
}
|
|
.gha-feed a {
|
|
color: rgb(83, 149, 202);
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.gha-feed a:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.gha-feed pre {
|
|
border-color: currentcolor;
|
|
box-shadow: rgb(62, 68, 70) 1px 1px 4px;
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.gha-header {
|
|
border-bottom-color: rgb(58, 62, 65);
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-image: linear-gradient(rgb(24, 26, 27) 0px,
|
|
rgb(30, 33, 34) 100%);
|
|
}
|
|
.gha-footer {
|
|
border-top-color: rgb(58, 62, 65);
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-image: linear-gradient(rgb(24, 26, 27) 0px,
|
|
rgb(30, 33, 34) 100%);
|
|
color: rgb(178, 172, 162);
|
|
}
|
|
.gha-footer a {
|
|
color: rgb(178, 172, 162);
|
|
}
|
|
.gha-footer a:hover,
|
|
.gha-header a:hover {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.gha-github-icon {
|
|
color: rgb(178, 172, 162);
|
|
}
|
|
.gha-gravatar img {
|
|
border-color: rgb(58, 62, 65);
|
|
box-shadow: rgb(53, 57, 59) 1px 1px 3px;
|
|
}
|
|
.gha-activity {
|
|
border-bottom-color: rgb(58, 62, 65);
|
|
}
|
|
.gha-repo {
|
|
border-bottom-color: rgb(58, 62, 65);
|
|
}
|
|
.gha-activity-icon .octicon {
|
|
color: rgb(189, 183, 175);
|
|
}
|
|
.gha-message-merge {
|
|
background-color: rgb(33, 36, 37);
|
|
background-image: none;
|
|
color: rgba(232, 230, 227, 0.5);
|
|
}
|
|
.gha-user-info {
|
|
color: rgb(178, 172, 162);
|
|
}
|
|
.gha-user-info a {
|
|
color: rgb(178, 172, 162);
|
|
}
|
|
.gha-info {
|
|
border-color: rgb(86, 86, 41);
|
|
background-color: rgb(71, 71, 0);
|
|
background-image: none;
|
|
color: rgb(174, 167, 156);
|
|
}
|
|
.gha-time {
|
|
color: rgb(189, 183, 175);
|
|
}
|
|
.gha-muted {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
body {
|
|
color: rgb(190, 184, 176);
|
|
background-color: rgb(34, 47, 53);
|
|
background-image: none;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
a {
|
|
color: rgb(98, 201, 137);
|
|
}
|
|
a:hover {
|
|
text-decoration-color: currentcolor;
|
|
color: rgb(125, 211, 157);
|
|
}
|
|
a:focus {
|
|
text-decoration-color: currentcolor;
|
|
}
|
|
.btn:focus,
|
|
a.btn:focus {
|
|
color: rgb(232, 230, 227);
|
|
box-shadow: none;
|
|
}
|
|
a.btn-cta-primary,
|
|
.btn-cta-primary {
|
|
background-color: rgb(81, 143, 56);
|
|
background-image: none;
|
|
border-color: rgb(54, 126, 49);
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
a.btn-cta-primary:hover,
|
|
.btn-cta-primary:hover {
|
|
background-color: rgb(58, 138, 54);
|
|
background-image: none;
|
|
border-color: rgb(56, 132, 51);
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
a.btn-cta-secondary,
|
|
.btn-cta-secondary {
|
|
background-color: rgb(45, 116, 150);
|
|
background-image: none;
|
|
border-color: rgb(40, 104, 134);
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
a.btn-cta-secondary:hover,
|
|
a.btn-cta-secondary:not(:disabled):not(.disabled):active:focus,
|
|
.btn-cta-secondary:hover,
|
|
.btn-cta-secondary:not(:disabled):not(.disabled):active:focus {
|
|
background-color: rgb(45, 118, 151);
|
|
background-image: none;
|
|
border-color: rgb(41, 109, 140);
|
|
color: rgb(232, 230, 227);
|
|
box-shadow: none;
|
|
}
|
|
.text-highlight {
|
|
color: rgb(197, 192, 184);
|
|
}
|
|
.badge-theme {
|
|
background-color: rgb(46, 136, 80);
|
|
background-image: none;
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
a.dotted-link {
|
|
border-bottom-color: rgb(83, 89, 93);
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
a.dotted-link:hover {
|
|
text-decoration-color: currentcolor;
|
|
color: rgb(181, 174, 164);
|
|
}
|
|
.header {
|
|
background-color: rgb(30, 32, 33);
|
|
background-image: none;
|
|
border-top-color: rgb(83, 89, 93);
|
|
}
|
|
.header .profile-content .name {
|
|
color: rgb(181, 174, 164);
|
|
}
|
|
.header .profile-content .desc {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.header .profile-content .social a {
|
|
background-color: rgb(64, 70, 72);
|
|
background-image: none;
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.header .profile-content .social a:hover {
|
|
background-color: rgb(93, 101, 105);
|
|
background-image: none;
|
|
}
|
|
.section .section-inner {
|
|
background-color: rgb(24, 26, 27);
|
|
background-image: none;
|
|
}
|
|
.section .heading {
|
|
color: rgb(172, 165, 154);
|
|
}
|
|
.latest .item .title a {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.latest .item .title a:hover {
|
|
color: rgb(164, 157, 145);
|
|
}
|
|
.latest .featured .summary {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.latest .has-ribbon .text {
|
|
background-color: rgb(46, 136, 80);
|
|
background-image: none;
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.latest .has-ribbon .ribbon .text {
|
|
color: rgb(232, 230, 227);
|
|
background-color: rgb(45, 116, 150);
|
|
}
|
|
.latest .has-ribbon .ribbon .text::before,
|
|
.latest .has-ribbon .ribbon .text::after {
|
|
border-top-color: rgb(47, 122, 157);
|
|
border-left-color: transparent;
|
|
border-right-color: transparent;
|
|
}
|
|
.projects .item .title a {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.projects .item .title a:hover {
|
|
color: rgb(164, 157, 145);
|
|
}
|
|
.experience .item .title .place {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
.experience .item .title .place a {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
.experience .item .title .place a:hover {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
.experience .item .title .year {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
.info .svg-inline--fa {
|
|
color: rgb(203, 198, 192);
|
|
}
|
|
.skills .skillset .level-title .level-label {
|
|
color: rgb(203, 198, 192);
|
|
}
|
|
.skills .skillset .level-bar {
|
|
background-color: rgb(37, 40, 42);
|
|
background-image: none;
|
|
}
|
|
.skills .skillset .level-bar-inner {
|
|
background-color: rgb(44, 130, 90);
|
|
background-image: none;
|
|
}
|
|
.testimonials .item .quote {
|
|
color: rgb(168, 160, 149);
|
|
border-left-color: rgb(36, 105, 62);
|
|
}
|
|
.testimonials .item .quote .svg-inline--fa {
|
|
color: rgb(123, 210, 156);
|
|
}
|
|
.testimonials .item .source .name {
|
|
color: rgb(171, 163, 152);
|
|
}
|
|
.testimonials .item .source .title {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
.education .item .university {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
.education .item .university .year {
|
|
color: rgb(187, 181, 172);
|
|
}
|
|
.languages .item .title {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.languages .item .level {
|
|
color: rgb(168, 160, 149);
|
|
}
|
|
.languages .item .svg-inline--fa {
|
|
color: rgb(123, 210, 156);
|
|
}
|
|
.blog .item .title a {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.blog .item .title a:hover {
|
|
color: rgb(164, 157, 145);
|
|
}
|
|
.list ul li a {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.list ul li a:hover {
|
|
color: rgb(181, 174, 164);
|
|
}
|
|
.credits ul li a {
|
|
color: rgb(155, 146, 133);
|
|
}
|
|
.credits ul li a .svg-inline--fa {
|
|
color: rgb(187, 181, 172);
|
|
}
|
|
.credits ul li a:hover {
|
|
color: rgb(181, 174, 164);
|
|
}
|
|
.aside .subheading {
|
|
color: rgb(172, 165, 154);
|
|
}
|
|
.footer {
|
|
background-color: rgb(42, 46, 47);
|
|
background-image: none;
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.footer .copyright {
|
|
color: rgb(179, 172, 162);
|
|
}
|
|
.footer a {
|
|
color: rgb(232, 230, 227);
|
|
}
|
|
.footer .fa-heart {
|
|
color: rgb(251, 130, 101);
|
|
}
|
|
|
|
/* Override Style */
|
|
.vimvixen-hint {
|
|
background-color: #7b5300 !important;
|
|
border-color: #d8b013 !important;
|
|
color: #f3e8c8 !important;
|
|
}
|
|
::placeholder {
|
|
opacity: 0.5 !important;
|
|
}
|