Files
vokspace/files/light.css
2026-01-02 21:08:58 +01:00

78 lines
2.8 KiB
CSS

body {
background-color: #ffffff;
}
div.main-wrapper div.main>div.content,
div.main,
div.main-wrapper div.main div.content div.fixed-title,
div.folder-divider span {
background-color: #ffffff;
}
div.main-wrapper div.main div.content div.fixed-title h2 {
background-color: #ffffff;
color: #424242;
}
div.main-wrapper div.main div.navigation .list button {
color: #E2E2E2;
}
div.main-wrapper div.main div.navigation .list button:hover {
background-color: rgba(0,0,0,.1) !important;
}
div.folder-divider:before {
background: none;
background-color: #424242;
}
div.main-wrapper div.main div.content div.fixed-title {
box-shadow: 0px 0px 15px 9px rgb(197 197 197 / 80%);
}
div.main-wrapper div.main div.navigation {
background: none;
background-color: #424242;
}
div.main-wrapper div.main div.navigation .list button i, div.action-menu-wrapper button i, button.button-back i {
color: #fff;
}
div.folder-view-wrapper div.folder, .container.lang-manager div.columns, div.content div.voklist div.head, div.content div.voklist>div>div:not(.input), div.content div.voklist form.vocrow input, div.choicebox label {
background-color: #F9F9F9;
}
div.main-wrapper div.main div.navigation .list div.selection-display, div.view-settings div.sorting button, div.view-settings div.sorting>div {
background-color: #fff;
}
div.action-menu-wrapper button, button.button-back, .message-banner, .message-banner .time-beam, div.main-wrapper div.main div.content div.fixed-title button {
background-color: #424242;
color: #fff !important;
}
form:not(.vocrow) input, .input-wrapper input, select, div.tooltip, div.view-settings div.sorting>div div:hover {
background-color: #ececec !important;
}
.message-banner span {
color: #fff;
}
div.main-wrapper div.main div.content div.fixed-title button i {
color: #fff !important;
}
div.navigation button {
color: #fff !important;
}
*:not(span), span, div.folder-divider span,div.form .input-wrapper span, form.form .input-wrapper span {
color: #424242;
}
div.content div.voklist div.head div, div.content div.voklist div.head {
color: #fff;
background-color: #424242;
}
div.content div.voklist.default div.progress-indicator {
border-color: #fff;
}
div.content div.voklist.default div.progress-indicator._1, div.content div.voklist.default div.progress-indicator._2, div.content div.voklist.default div.progress-indicator._3, div.summary-relation div:first-of-type, div.learn-card-choicebox div:first-of-type {
background-color: #FF7575;
}
div.content div.voklist.default div.progress-indicator._4, div.content div.voklist.default div.progress-indicator._5 {
background-color: #FFE275;
}
div.content div.voklist.default div.progress-indicator._6, div.summary-relation div:last-of-type, div.learn-card-choicebox div:last-of-type {
background-color: #88FF75;
}