Diferență între revizuiri ale paginii „MediaWiki:Timeless.css”

De la Drept Autor
Linia 15: Linia 15:
#toc ul ul {
#toc ul ul {
   margin: 0 0 0 2em;
   margin: 0 0 0 2em;
}
.tocnumber {
color: #000000;
}
}

Versiunea de la data 21 decembrie 2021 17:03

/* All CSS here will be loaded for users of the Timeless skin */
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
/* Width optimization: Prevents too narrow appearance on mobile phones */
@media (max-width:850px) {
  #mw-content  { padding: 0.5em 0.5em 3em; }
  #firstHeading { width: 100%; }
  #mw-header-container { padding: 3.75em 0.5em 0.35em; }
  #site-navigation h2 { left: 0.5em; }
  #p-logo-text { left: 3em; }
  #user-tools h2 { right: 1em; }
  #site-tools h2 { right: 4em; }
}

/* Table of contents indentation patch (retrofits header level indentations if missing) */
#toc ul ul {
  margin: 0 0 0 2em;
}
.tocnumber {
color: #000000;
}