Regel 15: Regel 15:
 
/* Styling for portland skin generic */
 
/* Styling for portland skin generic */
 
/* CORA main colors = #1e8ac8; #999; #fff */
 
/* CORA main colors = #1e8ac8; #999; #fff */
.skin-Portland.action-view header.container-fluid {background-color:#1e8ac8;}
+
.skin-Portland.action-view header.container-fluid {background-color:#fff; border-bottom: 2px #1e8ac8 solid;}
 
.skin-Portland.action-view footer.container-fluid {background-color:#1e8ac8;}
 
.skin-Portland.action-view footer.container-fluid {background-color:#1e8ac8;}
.skin-Portland.action-view nav#navigation.container-fluid {background-color:#999;}
+
.skin-Portland.action-view nav#navigation.container-fluid {background-color:#fff;}
.skin-Portland.action-view nav#navigation.container-fluid nav.container ul.nav.navbar-nav.navbar-left li#p-navigation.dropdown a.dropdown-toggle {background-color:#999;}
+
.skin-Portland.action-view nav#navigation.container-fluid nav.container ul.nav.navbar-nav.navbar-left li#p-navigation.dropdown a.dropdown-toggle {background-color:#fff;}
.skin-Portland.action-view section#content.container nav#contentNav {background-color:#999;}
+
.skin-Portland.action-view section#content.container nav#contentNav {background-color:#fff;}
 
.skin-Portland.action-view section#content.container h1 {color:#1e8ac8;}
 
.skin-Portland.action-view section#content.container h1 {color:#1e8ac8;}
 
.skin-Portland.action-view section#content.container h2 {color:#1e8ac8;}
 
.skin-Portland.action-view section#content.container h2 {color:#1e8ac8;}

Versie van 17 jul 2019 06:25

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/* alle divs direct binnen een div class=kolommen, worden zelf kolom */
.kolommen>div {
    float: left;
    padding: 10px;
}

/* Na de kolommen, 'reset' zodat niets doorloopt */
.kolommen:after {
    content: "";
    display: table;
    clear: both;
}

/* Styling for portland skin generic */
/* CORA main colors = #1e8ac8; #999; #fff */
.skin-Portland.action-view header.container-fluid {background-color:#fff; border-bottom: 2px #1e8ac8 solid;}
.skin-Portland.action-view footer.container-fluid {background-color:#1e8ac8;}
.skin-Portland.action-view nav#navigation.container-fluid {background-color:#fff;}
.skin-Portland.action-view nav#navigation.container-fluid nav.container ul.nav.navbar-nav.navbar-left li#p-navigation.dropdown a.dropdown-toggle {background-color:#fff;}
.skin-Portland.action-view section#content.container nav#contentNav {background-color:#fff;}
.skin-Portland.action-view section#content.container h1 {color:#1e8ac8;}
.skin-Portland.action-view section#content.container h2 {color:#1e8ac8;}
.skin-Portland.action-view section#content.container h3 {color:#1e8ac8;}
.skin-Portland.action-view section#content.container h4 {color:#1e8ac8;}
.skin-Portland.action-view section#content.container a {color:#1e8ac8;}
.skin-Portland.action-view section#content.container a.new {color:#ba0000;}
.skin-Portland.action-view section#content.container main div.row div#wikiContent.col-lg-12 div.categories {margin:50px 0 1em;}

/* Styling fix tokens input */
.select2-container.select2-container-multi.pfTokens.createboxInput.form-control.pf-select2-container {border: 1px solid #bbb !important; border-radius: 3px;}

.mainpageimage {width:100%;}
Deze pagina is voor het laatst bewerkt op 17 jul 2019 om 06:25.