MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(try to hide "from triplescripts.org wiki" on the main page (Welcome) after switch to the Citizen skin)
 
(tweaks to otherwise slightly annoying header shadow)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
color: #27292b;
}

body.rootpage-Welcome #siteSub {
body.rootpage-Welcome #siteSub {
visibility: hidden;
visibility: hidden;
}

body.rootpage-Welcome #contentSub .mw-redirectedfrom {
display: none;
}

/* Unhide wiki name in sidebar, but don't use Titillium Web */
#mw-drawer-menu-logo .mw-wiki-title {
height: initial;
opacity: initial;
font-family: 'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI','Oxygen','Ubuntu','Cantarell','Helvetica Neue',sans-serif;
}

/* Make menu shadow less obtrusive */
@media screen and (min-width:950px) {
#mw-header-background {
width: 0px;
}
}

/* Try not to obscure content */
#mw-drawer-button-icon {
margin: 15px 19px;
}

/* Don't allow search to overlap with edit/history/etc buttons */
@media screen and (max-width:1290px) {
#page-tools {
padding-right: 2em;
}

.mw-editsection {
padding-right: 0.5em;
}
}
}

Latest revision as of 01:51, 13 July 2020

body {
  color: #27292b;
}

body.rootpage-Welcome #siteSub {
  visibility: hidden;
}

body.rootpage-Welcome #contentSub .mw-redirectedfrom {
  display: none;
}

/* Unhide wiki name in sidebar, but don't use Titillium Web */
#mw-drawer-menu-logo .mw-wiki-title {
  height: initial;
  opacity: initial;
  font-family: 'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI','Oxygen','Ubuntu','Cantarell','Helvetica Neue',sans-serif;
}

/* Make menu shadow less obtrusive */
@media screen and (min-width:950px) {
  #mw-header-background {
    width: 0px;
  }
}

/* Try not to obscure content */
#mw-drawer-button-icon {
  margin: 15px 19px;
}

/* Don't allow search to overlap with edit/history/etc buttons */
@media screen and (max-width:1290px) {
  #page-tools {
    padding-right: 2em;
  }

  .mw-editsection {
    padding-right: 0.5em;
  }
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.