MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Copedia
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 25: Zeile 25:
}
}
#left-navigation {
#left-navigation {
   left: 1em;
   left: 0em;
}
}
#mw-head-base,
#mw-head-base,
div#content,
div#content,
div#footer {
div#footer {
   margin-left: 1em;
   margin-left: 0em;
}
}

Version vom 30. Juli 2016, 11:55 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
tt {
  font-size:12px;
}
code,pre {
  font-size:12px;
}
/* Anpassungen Cogneon */
#mw-body {
    background-color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ff6600;
}

/** Hide sidebar **/
div#mw-panel {
  display: none;
}
#left-navigation {
  left: 0em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 0em;
}