Rozszerza stronę, zmniejsza zaokrąglenia i ikonki.
platforma polsl lepszy wygląd by gargamel_jr
Details
Authorgargamel_jr
LicenseNo License
Categoryplatforma.polsl.pl
Created
Updated
Size1.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 platforma polsl lepszy wygląd
@version 20231019.16.28
@namespace userstyles.world/user/gargamel_jr
@description Rozszerza stronę, zmniejsza zaokrąglenia i ikonki.
@author gargamel_jr
@license No License
==/UserStyle== */
@-moz-document domain("platforma.polsl.pl") {
.pagelayout-standard #page.drawers .main-inner,
body.limitedwidth #page.drawers .main-inner {
max-width: 2000px;
}
body {
line-height: 1.25;
}
.header-maxwidth {
max-width: 2000px;
}
.secondary-navigation {
max-width: 2000px;
}
.activityiconcontainer {
width: 40px;
height: 40px;
}
.activity-item:not(.activityinline) {
padding: 0.9rem;
}
.activity-item {
border-radius: 0.2em;
}
#page.drawers .main-inner {
border-radius: 0.2rem;
}
small,
.small {
font-size: 85%;
}
#frontpage-available-course-list .coursebox,
#frontpage-course-list .coursebox,
.course-search-result .coursebox {
border-radius: 0.2rem;
}
.secondary-navigation .navigation .nav-tabs {
max-width: 2000px;
}
}