MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Werwolf Online
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */


h1 {
h1, h2, #p-logo-text > a {
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
}
.mw-spoiler {
border: 1px solid black;
padding: 5px;
margin-top: 2px;
margin-bottom: 2px;
background-color: #EEE;
}
}

Aktuelle Version vom 7. Juni 2019, 19:33 Uhr

/* CSS placed here will affect users of the Timeless skin */

h1, h2, #p-logo-text > a {
	font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
}

.mw-spoiler {
	border: 1px solid black;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #EEE;
}