Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 3: Line 3:
     color-scheme: dark;
     color-scheme: dark;
}
}
 
.navbar-container .nav-link.active {
  color: #fff;
  border-radius: 0 !important;
  margin: 0 !important;
  background-color: #478a2b;
}
.navbar-container .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
}
.wikibannercontainer {
width: 100%;
display: flex;
flex-direction: column;
}
.wiki-banner-img p {
padding: 0; margin: 0;
}
.navbar-container {
  width: 100%;
  background-color: #5aa938;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 0.25rem solid #376921;
  border-top: 0.25rem solid #86c553;
}
.wiki-banner-img img {
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
}
/* Hides the entire sidebar navigation panel */
/* hide theme toggle */
/* hide theme toggle */
#vector-theme-toggler {
#vector-theme-toggler {
Line 462: Line 493:
}
}
}
}
 
.fullwidth, .fullwidth * {
width: 100%;
height: auto;
}
@media screen {
@media screen {
.nochecker .gallerybox .thumb img {
.nochecker .gallerybox .thumb img {