MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Arma Wiki
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
font-size: 1.0em;
 
font-size: 1.0em;
 
font-family: Arial, sans-serif;
 
font-family: Arial, sans-serif;
color: red;
+
color: black;
 
}
 
}
  
Zeile 13: Zeile 13:
 
font-weight: bold;
 
font-weight: bold;
 
font-family: Arial, sans-serif;
 
font-family: Arial, sans-serif;
color: blue;
+
color: black;
 
}
 
}
  

Version vom 4. August 2014, 10:41 Uhr

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