Aktionen

MediaWiki

Pivot: Unterschied zwischen den Versionen

Aus B.E.A.R.D.S. Wiki

(Die Seite wurde neu angelegt: „→‎Custom colors - top bar: .tab-bar { background: #EEB28D ; } →‎style the labels: ul.side-nav label { background: #EEB28D; color: #fff; p…“)
 
(Die Seite wurde geleert.)
Markierung: Geleert
 
Zeile 1: Zeile 1:
/* Custom colors - top bar*/
 
.tab-bar {
 
    background: #EEB28D
 
;
 
}
 
  
/* style the labels */
 
ul.side-nav label {
 
    background: #EEB28D;
 
    color: #fff;
 
    padding: .25em .5em;
 
}
 
/* sidebar background color */
 
body {
 
    background-color: #FFF;
 
}
 
 
/* controls the main body area styling */
 
#p-cactions {
 
    padding-top: 1.5em;
 
    padding-bottom: .5em;
 
    border-left: 1px solid #ccc;
 
    border-right: 1px solid #ccc;
 
}
 
 
ul.off-canvas-list li label{
 
background: #EEB28D;
 
color: #fff;
 
    padding: .25em .5em;
 
}
 
 
.right-off-canvas-menu {
 
background: #FFF;
 
}
 

Aktuelle Version vom 27. Juni 2021, 19:14 Uhr