Handelingen

MediaWiki

Pivot.css: verschil tussen versies

Uit BoemelWiki

Regel 1: Regel 1:
 
/* Custom colors - top bar*/
 
/* Custom colors - top bar*/
 
.tab-bar {
 
.tab-bar {
     background: #ADADAD;
+
     background: #517398;
 
}
 
}
 +
 
/* style the labels */
 
/* style the labels */
 
ul.side-nav label {
 
ul.side-nav label {
     background: #517398;
+
     background: #11751b;
     color: #000;
+
     color: #fff;
 
     padding: .25em .5em;
 
     padding: .25em .5em;
 +
}
 +
 +
/* sidebar background color */
 +
body {
 +
    background-color: #222;
 +
}
 +
 +
/* controls the main body area styling */
 +
#p-cactions {
 +
    padding-top: 1.5em;
 +
    padding-bottom: .5em;
 +
    background-color: #f6f6f6;
 +
    border-left: 1px solid #ccc;
 +
    border-right: 1px solid #ccc;
 
}
 
}

Versie van 31 jul 2018 11:20

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

/* style the labels */
ul.side-nav label {
    background: #11751b;
    color: #fff;
    padding: .25em .5em;
}

/* sidebar background color */
body {
    background-color: #222;
}

/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    background-color: #f6f6f6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}