MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BSRP Wiki
Wechseln zu: Navigation, Suche
 
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 7: Zeile 7:
  
  
body {
+
.firstHeading {
 +
  font-family: arsMagicaTopic !important;
 +
  color: #8c3615;
 +
}
 +
 
 +
.mw-headline { 
 +
  font-family: arsMagicaTopic;
 +
  color: #8c3615;
 +
}
 +
 
 +
.headerSort { 
 
   font-family: arsMagicaTopic;
 
   font-family: arsMagicaTopic;
 
   color: #8c3615;
 
   color: #8c3615;
 +
}
  
 +
p > b {
 +
  color: #8c3615;
 
}
 
}

Aktuelle Version vom 28. Juli 2017, 23:31 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@font-face {
  font-family: arsMagicaTopic;
  src: url(https://bsrp.tkunkel.de/Lombardi.ttf);
}


.firstHeading {  
  font-family: arsMagicaTopic !important;
  color: #8c3615;
}

.mw-headline {  
  font-family: arsMagicaTopic;
  color: #8c3615;
}

.headerSort {  
  font-family: arsMagicaTopic;
  color: #8c3615;
}

p > b {
  color: #8c3615;
}