Mitarbeit willkommen! Bitte schau unter Hilfe:Benutzerkonto oder informiere Dich über Populus.Wiki.

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Populus DE
Zur Navigation springenZur Suche springen
Zeile 2: Zeile 2:
 
p, h1, h2, h3, h4, h5, h6, small, ul, ol {
 
p, h1, h2, h3, h4, h5, h6, small, ul, ol {
 
max-width: 48em;
 
max-width: 48em;
  +
}
  +
  +
/* Quiz CSS */
  +
.ns-3000.action-view #column-one {
  +
display:none;
 
}
 
}

Version vom 15. Juli 2023, 08:15 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
p, h1, h2, h3, h4, h5, h6, small, ul, ol {
    max-width: 48em;
}

/* Quiz CSS */
.ns-3000.action-view #column-one {
  display:none;
}