(21 tussenliggende versies door 2 gebruikers niet weergegeven)
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; }
 +
header div.usernav ul li ul.dropdown-menu { z-index: 9999; }
 +
nav#navigation { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; }
 +
 +
/* DenkMeeLink */
 +
.denkmeelink {
 +
margin-top: -38px;
 +
padding: 0.3em;
 +
color: white;
 +
font-size: 12px;
 +
background-color: #1e8ac8;
 +
border-color: #1e8ac8;
 +
border-width: 0.1em;
 +
border-style: solid;
 +
text-align: center;
 +
display: block;
 +
float: right;
 +
}
 +
.denkmeelink a {
 +
text-decoration: underline;
 +
color: white !important;
 +
}
 +
 
/* 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 {
Regel 15: Regel 39:
 
/* 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 header.container-fluid {background-color:#f4f4f4; border-bottom: 2px #1e8ac8 solid;}
.skin-Portland.action-view footer.container-fluid {background-color:#1e8ac8;}
+
.skin-Portland footer.container-fluid {background-color:#666;}
.skin-Portland.action-view nav#navigation.container-fluid {background-color:#999;}
+
.skin-Portland footer.container-fluid div.container div.row.bottom {border-top: none;}
.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 header.container-fluid h1 a {color:#666;}
.skin-Portland.action-view section#content.container nav#contentNav {background-color:#999;}
+
.skin-Portland 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 section#content.container h1 {color:#1e8ac8;}
+
.skin-Portland nav#navigation.container-fluid {background-color:#fff; color:#666;}
.skin-Portland.action-view section#content.container h2 {color:#1e8ac8;}
+
.skin-Portland nav#navigation.container-fluid nav.container a.dropdown-toggle {color:#666;}
.skin-Portland.action-view section#content.container h3 {color:#1e8ac8;}
+
.skin-Portland nav#navigation.container-fluid nav.container ul.dropdown-menu a {color:#666;}
.skin-Portland.action-view section#content.container h4 {color:#1e8ac8;}
+
.skin-Portland section#content.container nav#contentNav {background-color:#fff;}
.skin-Portland.action-view section#content.container a {color:#1e8ac8;}
+
.skin-Portland section#content.container h1 {color:#1e8ac8;}
.skin-Portland.action-view section#content.container a.new {color:#ba0000;}
+
.skin-Portland section#content.container h2 {color:#1e8ac8;}
.skin-Portland.action-view section#content.container main div.row div#wikiContent.col-lg-12 div.categories {margin:50px 0 1em;}
+
.skin-Portland section#content.container h3 {color:#1e8ac8;}
 +
.skin-Portland section#content.container h4 {color:#1e8ac8;}
 +
.skin-Portland section#content.container a {color:#565656;}
 +
.skin-Portland section#content.container a.new {color:#ba0000;}
 +
.skin-Portland 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 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 */
 
/* Styling fix tokens input */

Versie van 8 dec 2020 08:41

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/* Aanmeldlinkje */
header div.usernav ul li a {color: #1e8ac8; }
header div.usernav ul li ul.dropdown-menu { z-index: 9999; }
nav#navigation { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; }

/* DenkMeeLink */
.denkmeelink {
	margin-top: -38px;
	padding: 0.3em;
	color: white;
	font-size: 12px;
	background-color: #1e8ac8;
	border-color: #1e8ac8;
	border-width: 0.1em;
	border-style: solid;
	text-align: center;
	display: block;
	float: right;
}
.denkmeelink a {
	text-decoration: underline; 
	color: white !important;
}

/* 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 header.container-fluid {background-color:#f4f4f4; border-bottom: 2px #1e8ac8 solid;}
.skin-Portland footer.container-fluid {background-color:#666;}
.skin-Portland footer.container-fluid div.container div.row.bottom {border-top: none;}
.skin-Portland header.container-fluid h1 a {color:#666;}
.skin-Portland 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 nav#navigation.container-fluid {background-color:#fff; color:#666;}
.skin-Portland nav#navigation.container-fluid nav.container a.dropdown-toggle {color:#666;}
.skin-Portland nav#navigation.container-fluid nav.container ul.dropdown-menu a {color:#666;}
.skin-Portland section#content.container nav#contentNav {background-color:#fff;}
.skin-Portland section#content.container h1 {color:#1e8ac8;}
.skin-Portland section#content.container h2 {color:#1e8ac8;}
.skin-Portland section#content.container h3 {color:#1e8ac8;}
.skin-Portland section#content.container h4 {color:#1e8ac8;}
.skin-Portland section#content.container a {color:#565656;}
.skin-Portland section#content.container a.new {color:#ba0000;}
.skin-Portland 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 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 8 dec 2020 om 08:41.