Dark mode
Dark [online.ase.ro] by BAlexandruM
Details
AuthorBAlexandruM
LicenseNo License
Categoryonline.ase.ro
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark [online.ase.ro]
@namespace online.ase.ro
@description Various tweaks for online.ase.ro
@author BAlexandruM
@preprocessor stylus
@version 1.0.0
==/UserStyle== */
@-moz-document domain("online.ase.ro"){
body {
background: #151515;
font-size: 14px;
}
.card-body{
background: #151515;
color: #ed9d00;
}
.nav{
background: #333a40;
color: #1c0399;
}
.navbar {
box-shadow: 0 4px 0px #ed9d00
}
.bg-white {
background-color: #151515 !important;
}
.row{
background: #333a40;
color: #fff;
}
/*======================================*/
.path-mod-assign td.submissionstatussubmitted, .path-mod-assign div.submissionstatussubmitted, .path-mod-assign a:link.submissionstatussubmitted {
color: #fff;
background-color: #064200;
}
.path-mod-assign td.earlysubmission, .path-mod-assign div.earlysubmission {
color: #fff;
background-color: #064200;
}
.path-mod-assign .overdue, .path-mod-assign .overduesubmission, .path-mod-assign [data-region="grade-panel"] td.submissionnotgraded, .path-mod-assign [data-region="grade-panel"] div.submissionnotgraded {
color: #fff;
background-color: rgb(73, 0, 0);
}
/*======================================*/
.cell{
color: #fff;
}
.popover-region-toggle{
background: #333a40;
color: #1c0399;
}
.fixed-top{
background: #333a40;
color: #1c0399;
}
a {
color: #fff;
}
a :hover {
color: #f00;
}
.course-content{
background: #333a40;
color: #e70505;
}
#region-main{
background: #151515;
}
::-webkit-scrollbar {
width: 10px;
height: 6px;
}
::-webkit-scrollbar-track {
background: #080808;
}
::-webkit-scrollbar-thumb {
background: #282828;
}
::-webkit-scrollbar-thumb:hover {
background: #393939;
}
}