Dark Radius for Mathnasium
Dark Radius by comicallybad
Details
Authorcomicallybad
LicenseMIT
Categoryhttps://radius.mathnasium.com/
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name Dark Radius
@version 20211223.22.23
@namespace userstyles.world/user/comicallybad
@description Dark Radius for Mathnasium
@author comicallybad
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://radius.mathnasium.com/") {
body {
padding-top: 0;
padding-bottom: 5px;
font-family: Helvetica,Arial,sans-serif;
background-color: #111;
color: #FFF;
}
.h2, h2 {
font-size: 30px;
color: #FFF;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
color: #FFF;
}
.form-group {
margin-bottom: 15px;
color: #FFF;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
background-color: #111;
}
b, strong {
font-weight: 700;
color: #FFF;
}
DigitalWorkoutPlanEntryForm .labelnormal {
font-weight: 500 !important;
padding-left: 10px;
padding-top: 7px;
color: #FFF;
}
#DigitalWorkoutPlanEntryForm {
font-size: small !important;
color: #FFF;
}
.deleteHeader {
font-weight: bolder;
font-size: 1.5em;
margin-bottom: 5px;
color: #FFF;
}
.switch-field input:checked+label {
background-color: #0efefe;
-webkit-box-shadow: none;
box-shadow: none;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #fff;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#starsOnCurrCardDetailWrapper, #cardLevelDetailWrapper {
margin-left: 10px;
font-size: 15px;
color: #fff;
}
.col-sm-12 {
width: 100%;
color: #000;
}
}