MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BSRP Wiki
Wechseln zu: Navigation, Suche
Zeile 22: Zeile 22:
 
}
 
}
  
div#mw-panel div.portal div.body ul {
+
.mw-panel {
 
   color: #8c3615;
 
   color: #8c3615;
 
}
 
}

Version vom 28. Juli 2017, 23:29 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;
  color: #8c3615;
}

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

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

.mw-panel {
  color: #8c3615;
}

p > b {
  color: #8c3615;
}