Skip to content

Instantly share code, notes, and snippets.

@DragoonAethis
Last active October 2, 2020 11:28
Show Gist options
  • Save DragoonAethis/c02deff5aea4cf3b93ac78800fa08ae8 to your computer and use it in GitHub Desktop.
Save DragoonAethis/c02deff5aea4cf3b93ac78800fa08ae8 to your computer and use it in GitHub Desktop.
eNauczanie Lite - Użyj Stylisha aby zaimportować (Manage -> Write New Style -> Mozilla Format -> Import)
@-moz-document domain("enauczanie.pg.edu.pl") {
#slideshow,
.top-header-branding,
.page-header-image > a:nth-child(1) > img:nth-child(1),
.course-info-container > div > .media > .media-left,
.block_recentlyaccessedcourses,
.block_recentlyaccessedcourses + span#sb-5 {
display: none;
}
.block_myoverview .courses-view-course-item { height: 45px; }
.block_myoverview > div.card-body {
box-shadow: none;
padding: 0 !important;
}
div.content > .sectionname {
padding-top: 0 !important;
margin-top: 0 !important;
}
header#page-header > div > div > div > div#page-navbar > div.breadcrumb-nav > nav > ol {
margin-bottom: 0;
padding: 0;
}
header#page-header > div > div > div > div > div.page-context-header {
padding-right: 0;
padding-left: 0;
}
@media (max-width: 991px) {
.container { max-width: 100%; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment