Enlarges legacy netacad course text because they're painful to read in large screens. Didnt see the new version coming though.
Legacy Netacad Zoom by AgeReapor
Details
AuthorAgeReapor
LicenseMIT License
Categorycontenthub.netacad.com
Created
Updated
Size1.6 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 Legacy Netacad Zoom
@version 20240901.07.45
@namespace https://userstyles.world/user/AgeReapor
@description Enlarges legacy netacad course text because they're painful to read in large screens. Didnt see the new version coming though.
@author AgeReapor
@license MIT License
==/UserStyle== */
@-moz-document url-prefix("https://contenthub.netacad.com/") {
.text-asset h2 {
padding-left: 2rem;
font-size: 5rem;
line-height: 6rem;
font-weight: 400;
}
.text-asset > p {
text-indent: 4rem;
font-size: 3rem;
line-height: 4rem;
padding: 1rem 3rem;
text-align: justify;
}
.text-asset p a {
display: inline !important;
}
.text-asset ul,
.text-asset ol {
padding: 2rem;
padding: 0 8rem;
}
.text-asset li {
font-weight: 300;
font-size: 2.5rem;
line-height: 3.5rem;
padding: .25rem 3rem;
}
.text-asset table {
margin: 4rem auto;
}
.text-asset table th {
font-size: 2rem !important;
text-align: center !important;
line-height: 3.5rem;
padding: .25rem 3rem;
}
.text-asset table td {
font-weight: 300 !important;
font-size: 2rem !important;
line-height: 3.5rem;
padding-left: 2rem !important;
}
.toast p,
.toast ol,
.toast il {
padding: 1rem 1rem;
}
.media-container {
padding: 0 0;
}
.cyu-quiz-container > .row {
display: flex;
flex-direction: column;
}
.cyu-quiz-container > .row > div {
width: 100%;
max-width: 100%;
}
iframe {
padding-left: 10vw;
padding-right: 10vw;
}
main {
overflow: hidden;
border-top-right-radius: 4em;
}
.main-content-wrapper.nav-visible {
padding-left: 64px !important;
padding-right: 0 !important;
}
}