Zuletzt bearbeitet vor 3 Jahren
von Erich Sturmair

MediaWiki:QM.css: Unterschied zwischen den Versionen

imported>Erich.sturmair
Keine Bearbeitungszusammenfassung
imported>Erich.sturmair
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
   border: thin solid blue
   border: thin solid blue
   color: black;  
   color: black;  
   font: 100% cursive;
   font: 120% bold;
}
}


Zeile 12: Zeile 12:
   border: thin solid blue
   border: thin solid blue
   color: black;
   color: black;
   font: 100% cursive;
   font: 100%;
}
}

Version vom 23. Oktober 2020, 14:20 Uhr

h1 { 
 background-color: #ccc;
  border-radius: .2em;
  border: thin solid blue
  color: black; 
  font: 120% bold;
}

h2 { 
  background-color: #ccc;
  border-radius: .2em; 
  border: thin solid blue
  color: black;
  font: 100%;
}