Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
:root {
:root {
     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 {
.wiki-banner-img img {
Line 9: Line 35:
}
}
/* Hides the entire sidebar navigation panel */
/* Hides the entire sidebar navigation panel */
#mw-navigation, .mw-navigation {
  display: none;
}
/* hide theme toggle */
/* hide theme toggle */
#vector-theme-toggler {
#vector-theme-toggler {