Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Bohnenwiki

Zeile 1: Zeile 1:
 
/* Custom colors - top bar*/
 
/* Custom colors - top bar*/
 
.tab-bar {
 
.tab-bar {
     background: #efefef
+
     background: #ba2a2a
 
;
 
;
 
}
 
}
Zeile 7: Zeile 7:
 
/* style the labels */
 
/* style the labels */
 
ul.side-nav label {
 
ul.side-nav label {
     background: #efefef;
+
     background: #ba2a2a;
 
     color: #fff;
 
     color: #fff;
 
     padding: .25em .5em;
 
     padding: .25em .5em;
Zeile 25: Zeile 25:
  
 
ul.off-canvas-list li label{
 
ul.off-canvas-list li label{
background: #efefef;
+
background: #ba2a2a;
 
color: #fff;
 
color: #fff;
 
     padding: .25em .5em;
 
     padding: .25em .5em;

Version vom 27. Juni 2021, 18:07 Uhr

/* Custom colors - top bar*/
.tab-bar {
    background: #ba2a2a
;
}

/* style the labels */
ul.side-nav label {
    background: #ba2a2a;
    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: #ba2a2a;
	color: #fff;
    padding: .25em .5em;
}

.right-off-canvas-menu {
	background: #FFF;
}
Cookies helfen uns bei der Bereitstellung von Bohnenwiki. Durch die Nutzung von Bohnenwiki erklärst du dich damit einverstanden, dass wir Cookies speichern.