Regel 1: Regel 1:
 
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
 
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
 +
/* Aanmeldlinkje */
 +
header div.usernav ul li a {color: #1e8ac8; }
 +
 
/* alle divs direct binnen een div class=kolommen, worden zelf kolom */
 
/* alle divs direct binnen een div class=kolommen, worden zelf kolom */
 
.kolommen>div {
 
.kolommen>div {

Versie van 22 nov 2019 18:16

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/* Aanmeldlinkje */
header div.usernav ul li a {color: #1e8ac8; }

/* 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:#f4f4f4; border-bottom: 2px #1e8ac8 solid;}
.skin-Portland.action-view footer.container-fluid {background-color:#666;}
.skin-Portland.action-view footer.container-fluid div.container div.row.bottom {border-top: none;}
.skin-Portland.action-view header.container-fluid h1 a {color:#666;}
.skin-Portland.action-view header.container-fluid div.container div.pull-right div.usernav.pull-left ul.nav.navbar-nav.pull-left li#x.dropdown a.dropdown-toggle {color:#1e8ac8;}
.skin-Portland.action-view nav#navigation.container-fluid {background-color:#fff; color:#666;}
.skin-Portland.action-view nav#navigation.container-fluid nav.container a.dropdown-toggle {color:#666;}
.skin-Portland.action-view nav#navigation.container-fluid nav.container ul.dropdown-menu a {color:#666;}
.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:#666;}
.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;}
.skin-Portland .alert-warning {background-color:#fee; color:#c00; padding:8px; text-align:center; border:none;}
.skin-Portland.action-view section#content.container main {padding: unset;}
.skin-Portland.action-view h2, h3, h4, h5, h6 {margin-bottom: 2px;}

/* ArchiMedes styling modifications */
div.archimate-displaybox-heading {background-color:#1e8ac8;}
div.mw-collapsible.archimate-displaybox span.mw-collapsible-toggle a {color:#fff;}

/* 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 22 nov 2019 om 18:16.