Better font and reading quality. Even better saturation in images and dark mode for images as well. Now with better Maths Latex font.
seek.onlinedegree.iitm.ac.in by steelx
Details
Authorsteelx
LicenseNo License
Categoryiitm, onlinedegree.iitm.ac.in
Created
Updated
Size3.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Dont forget to install 'Stylus' firefox extension
Source code
/* ==UserStyle==
@name seek.onlinedegree.iitm.ac.in
@version 20220125.15.39
@namespace userstyles.world/user/steelx
@description Better font and reading quality.
For dark scheme please un-comment the css code inside stylesheet
@author steelx
@license No License
==/UserStyle== */
@-moz-document domain("seek.onlinedegree.iitm.ac.in") {
/*
Developed by Ajinkya Borade github.com/steelx
*/
main a,
.units__main {
color: red !important;
}
main ul,
main ul li,
main table td,
main table tr,
main div font {
color: #fff2fe !important;
font-size: 1.4rem;
}
/*
Content
*/
.objectives,
.assignment__items-title,
header,
.gcb-assessment-body > div,
#target {
color: whitesmoke;
}
header,
.gcb-assessment-body > div,
#target {
background-color:#0b1e3e !important;
}
.gcb-assessment-body > div {
background-color: #110a26;
}
.objectives a,
.modules__content p b {
font-weight: bold !important;
color: #941057 !important;
}
.gcb-assessment-body,
#target > div {
color: #ccc;
}
header img {
filter: saturate(0.2);
}
.gcb-assessment-body img,
#target > div img {
filter: invert(90%) saturate(2);
}
.gcb-question-row .qt-points,
.gcb-question-row,
.qt-question-group div {
background-color: #1f252e;
}
.gcb-assessment-body div {
font-size: 1.6rem;
}
.feedback-header {
font-weight: bold;
}
.feedback-header .incorrect,
.feedback-header .correct {
display: block;
padding: 0 10px;
}
.feedback-header .correct {
background-color: rgba(0, 128, 0, .50);
}
.feedback-header .incorrect {
background-color: rgba(200, 0, 0, .5);
}
.feedback-header > * {
margin: 0.2rem 0 !important;
}
.qt-question-group input {
color: orange;
}
.gcb-question-row {
position: relative;
box-shadow: 3px 4px rgba(128, 77, 0, .5);
}
.gcb-question-row .qt-points {
position: absolute;
bottom: -4px;
right: 15px;
}
.faculty-answer .katex-html span {
color: var(--bs-teal) !important;
font-weight: 300;
}
/*
Sidebar
*/
.units__main {
background-color: #0a1c39;
}
.units__items-text,
.units__subitems-title span {
color: white !important;
}
.units__subitems-text.opened .units__subitems-title span {
color: orange !important;
}
.assignment__items-text.opened,
.units__subitems-text.opened {
background-color: #443314 !important;
}
.units__subitems-videos {
color: #ffa500 !important;
}
.units__items-text {
background-color: #090e23;
}
.units__heading {
height: 24px !important;
font-size: 16px !important;
line-height: 24px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
background-color: #443314 !important;
color: #8e004c !important;
font-weight: 700;
}
nav.units__options {
margin-top: 0 !important;
height: 22px;
display:flex !important;
justify-content: center !important;
}
nav .units__option {
padding: 0 !important;
line-height: 18px;
height: 19px;
display: block;
}
.lesson-content-tab,
.transcript.custom-scrollbar,
.modules__content-head-title {
display: none !important;
}
}