MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Kerkerkumpels Wiki
Zeile 15: Zeile 15:
 
#mw-content-container {
 
#mw-content-container {
 
border-bottom: solid 4px #F29000;
 
border-bottom: solid 4px #F29000;
 +
}
 +
 +
#mw-content h1.firstHeading {
 +
border-bottom: solid 4px #F29000;
 +
}
 +
 +
#mw-page-header-links li.selected {
 +
border-bottom: solid 4px #F29000;
 +
}
 +
 +
#mw-content h1, #mw-content h2 {
 +
border-bottom: solid 2px #F29000;
 
}
 
}

Version vom 31. Mai 2020, 18:45 Uhr

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

.color-middle {
background: #382E30;
}

.color-left {
background: #F29000;
}

.color-right {
background: #F29000; 
}

#mw-content-container {
border-bottom: solid 4px #F29000;
}

#mw-content h1.firstHeading {
border-bottom: solid 4px #F29000;
}

#mw-page-header-links li.selected {
border-bottom: solid 4px #F29000;
}

#mw-content h1, #mw-content h2 {
border-bottom: solid 2px #F29000;
}