MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus MGM Münzlexikon
Zeile 1: Zeile 1:
 
/* All CSS here will be loaded for users of the Timeless skin */
 
/* All CSS here will be loaded for users of the Timeless skin */
  
html {
+
body {
height: 100%;
+
margin: 0;
 +
background: #000;
 +
color: #ccccff;
 +
font-family: 'Merriweather', serif;
 
}
 
}

Version vom 19. Februar 2021, 10:18 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

body {
	margin: 0;
	background: #000;
	color: #ccccff;
	font-family: 'Merriweather', serif;
}