Makes the TUM Moodle page a little more modern.
moodle.tum.de by joniogerg
Details
Authorjoniogerg
LicenseNo License
Categorymoodle
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 moodle.tum.de
@version 20221223.14.10
@namespace userstyles.world/user/joniogerg
@description Makes the TUM Moodle page a little more modern.
@author joniogerg
@license No License
==/UserStyle== */
@-moz-document domain("moodle.tum.de") {
nav.fixed-top{
padding: 32px;
margin: 0 !important;
}
#topofscroll {
max-width: 900px !important;
}
.yui3-js-enabled #sectiontd-0 {
border-bottom: none;
}
.yui3-tabview-list{
display: flex;
flex-wrap: wrap;
border: 1px solid rgb(222, 226, 230) !important;
border-top-right-radius: 8px !important;
border-top-left-radius: 8px !important;
}
.yui3-tab {
border: none !important;
}
.yui3-tab a{
background: #ffffff !important;
border: none !important;
padding: 10px 15px !important;
position: relative;
text-align: center;
}
.yui3-tab a:hover{
color: #1673c6 !important;
}
.yui3-tab.yui3-tab-selected a{
color: #1673c6 !important;
}
.yui3-tab.yui3-tab-selected a::after{
content: "";
display: block;
width: 100%;
height: 2px;
border-radius: 1px;
background: #1673c6;
position: absolute;
bottom: 0;
left: 0;
}
.section.img-text {
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
}
.sectionul {
padding-left: 0px !important;
}
.yui3-tabview-panel {
background: #ffffff!important;
border: 1px solid rgb(222, 226, 230) !important;
border-radius: 8px !important;;
border-top: none !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
padding: 20px 30px !important;
}
}