MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Arma Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: div.class-mainpage-content { font-family: arial, sans-serif; font-size: 10pt; }“)
 
Zeile 5: Zeile 5:
 
font-family: arial, sans-serif;
 
font-family: arial, sans-serif;
 
font-size: 10pt;
 
font-size: 10pt;
 +
}
 +
 +
h2
 +
{
 +
font-family: arial, sans-serif;
 +
font-size: 12pt;
 +
font-weight: bold;
 
}
 
}

Version vom 4. August 2014, 09:12 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
div.class-mainpage-content
{
font-family: arial, sans-serif;
font-size: 10pt;
}
 
h2
{
font-family: arial, sans-serif;
font-size: 12pt;
font-weight: bold;
}