Skip to content

Optima school custom style changes by async-devil

Screenshot of Optima school custom style changes

Details

Authorasync-devil

LicenseMIT

Categoryuserstyles

Created

Updated

Size920 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Restyle of future assignments from blue colors to whiter and some other fixings

Notes

Change log:

  • 07.09.21
    • Changed colors for assignment buttons
    • Changed border color of not attempted assignment
    • Added padding for a grade to be centered
  • 08.09.21
    • Added padding for a grade which has another class

TODO:

  • Restyle to whiter colors other buttons
  • Black theme

Source code

/* ==UserStyle==
@name         b.optima-osvita.org
@version      20210908.09.35
@namespace    userstyles.world/user/async-devil
@description  Restyles future assignments from blue colors to whiter
@author       async-devil
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://b.optima-osvita.org") {
.progressBarCell--future {
    background-color: #e8f0ff !important;
    color: #5189fb !important;
}

.progressBarCell--future::after {
    border-bottom-color: #a2bef2 !important;
}

.progressBarCell--notattempted:not(.progressBarCell--future) {
    background-color: #f3dd12 !important;
}

.progressBarCell--notattempted:not(.progressBarCell--future)::after {
    border-bottom-color: #d0bb00 !important;
}

.progressBarCell--quiz.progressBarCell--attempted {
    padding-top: 2px;
}

.progressBarCell--assign.progressBarCell--attempted {
    padding-top: 2px;
}
}

Reviews

No reviews yet.