Tweaks for Upgrad site
Upgrad by addicted-ai
Details
Authoraddicted-ai
LicenseNo License
Categoryupgrad
Created
Updated
Size2.1 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 Upgrad
@version 20220214.08.51
@namespace userstyles.world/user/addicted-ai
@description Tweaks for Upgrad site
@author addicted-ai
@license No License
==/UserStyle== */
@-moz-document domain("learn.upgrad.com") {
.contentWrapper {
max-width: 1400px!important;
line-height: 1.3 !important;
background-color: #d2d2d2 !important;
}
.left_col, .course_control::before,
.layout_container, .internal_nav,
.internal_nav button.closeTab,
.i_main_module {
background-color: #000 !important;
}
.text_component p {
font-size: 20px !important;
line-height: 1.3 !important;
font-weight: 350!important;
font-family: "Noto Sans" !important;
}
.text_component {
font-weight: 350!important;
line-height: 1.1 !important;
font-family: "Noto Sans" !important;
}
.ckOutput {
font-size: 20px !important;
line-height: 1.3 !important;
font-weight: 350!important;
font-family: "Noto Sans" !important;
}
.text_component ol li, .text_component ul li {
line-height: 1.6 !important;
font-weight: 350!important;
font-family: "Noto Sans" !important;
}
.text_component h1, .text_component h2, .text_component h3, .text_component h4, .text_component h5, .text_component h6 {
color: #000!important;;
font-family: Whitney !important;
font-size: 26px!important;;
font-weight: 500!important;
}
header {
position: inherit !important;
height: 70px !important;
}
nav.topNav, .internal_nav_bar {
position: inherit !important;
border-bottom: 0.1px solid #dfe1e6 !important;
}
.layout_container div.layout_content {
margin-top: 2px!important;
}
body {
color: #000 !important;
}
.modules_overview .module_wrapper .name_wrapper .name, .selected_course .course_title,
.i_main_module .main_mod_head .main_mod_title h2
{
color: #b3ac52;
}
.bottom_navigation {
height: 70px !important;
margin-top: -70px !important;
}
.ckOutput table {
width: 90% !important;
}
.ads_placeholder {
display: none !important;
}
}