MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Arma Wiki
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
 
{
 
{
 
font-size: 1.0em;
 
font-size: 1.0em;
 +
font-family: Arial, sans-serif;
 
color: red;
 
color: red;
 
}
 
}
Zeile 9: Zeile 10:
 
h2
 
h2
 
{
 
{
font-size: 1.0em;
+
font-size: 0.5em;
 
font-weight: bold;
 
font-weight: bold;
 +
font-family: Arial, sans-serif;
 
color: blue;
 
color: blue;
 
}
 
}

Version vom 4. August 2014, 10:34 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
.class-mainpage-content
{
font-size: 1.0em;
font-family: Arial, sans-serif;
color: red;
}
 
h2
{
font-size: 0.5em;
font-weight: bold;
font-family: Arial, sans-serif;
color: blue;
}
 
#mainpage-welcome > div .toc
{
display: none;
}