<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

    Specific layout and styling, project based


*/
/*
Flexslider vs LayerSlider vs SliderRevolution
Font-scaling
Transition
Isotope Masonry less
popover alties =&gt; wireframe analyse hiervoor
breadcrumb vs history what is a breadcrumb hiearchy or history?
gray-color thingy

widget-row vs thumbs vs joyo-thumbs
shortcode for
- Fontawesome
- Accordion
- Notifications
- span-fluid in content bv span3
font-awesome OWN export
joyo-widget and all other style
widget in sidebar vs in column = uiterlijk op basis van locale class via functions of template
  een sidebar uiterlijk moet ook midden in de pagina kunnen.
*/
/*

- SCAFFOLDING							Groundwork for the site. Background colors are set in less or overruled here
- SCAFFOLDING OBJECTS					Objects reoccurring on every page
- COMPONENTS							Everything what can be moved around
- BACK TO TOP							Anchor animating to top of the page
- EXCEPTIONS FOR SPECIFIC SITUATIONS	Some pages are not like the others
- D-I-D AREA							Do-It-Dirty

*/
/* SCAFFOLDING STYLING
----------------------------------------------------------------------------------------*/
html {
  background-color: ;
}
body {
  background-color: #ffffff;
  position: relative;
  padding-top: 0;
}
.segment {
  position: relative;
}
.segment &gt; .container {
  background-color: #ffffff;
  position: relative;
}
#segment-header {
  background-color: #f5f5f5;
}
#segment-header &gt; .container {
  background-color: #e6e6e6;
}
#segment-footer {
  background-color: #707070;
}
#segment-footer &gt; .container {
  background-color: #ad1f2f;
  color: #ffffff;
}
#segment-footer &gt; .container .inner-wrapper {
  padding: 11px 20px;
}
#segment-post-footer {
  background-color: #f5f5f5;
}
#segment-post-footer &gt; .container {
  background-color: #e6e6e6;
  min-height: 90px;
}
/*
@media (max-width: 767px) {
	body {
		//padding-left: 0;
		//padding-right: 0;
		.segment &gt; .container {
			//padding-left: 10px;
			//padding-right: 10px;
		}
	}
	.segment {
		margin-left: -20px;
		margin-right: -20px;
		&amp;#segment-content {
			margin-left: 0;
			margin-right: 0;
		}
	}
}
*/
#sidebar &gt; .inner-wrapper {
  margin-top: 14px;
  margin-bottom: 20px;
}
#content &gt; .inner-wrapper,
.container &gt; .row &gt; .inner-wrapper {
  margin-top: 14px;
  margin-bottom: 20px;
}
/* SCAFFOlDING OBJECTS
----------------------------------------------------------------------------------------*/
.logo {
  float: left;
  margin-top: 6px;
  margin-left: 20px;
  margin-bottom: 4px;
}

#project-nav {
  line-height: 50px;
  float: right;
  margin-top: 16px;
  color: #808080;
}
#project-nav a {
  color: inherit;
}
.project-status {
  margin-top: 16px;
  color: maroon;
}
#project-search {
  line-height: 50px;
  float: left;
  margin-top: 16px;
  color: maroon;
}
#project-search a {
  color: inherit;
}
.project-logo {
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  margin-bottom: 4px;
}

#stripe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 8px;
  background: #999999;
}
#notes a {
  color: #555555;
}
/* GENERIC OBJECTS
----------------------------------------------------------------------------------------*/
.navbar {
  clear: both;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-color: #ffffff;
  border-width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
}
.navbar .nav &gt; li &gt; a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar .nav &gt; li &gt; a {
  padding: 10px 12px;
  text-shadow: none;
}
.navbar .nav &gt; li &gt; a,
.navbar .nav &gt; .active &gt; a,
.navbar .nav &gt; .active &gt; a:hover,
.navbar .nav &gt; .active &gt; a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-menu li &gt; a {
  padding: 6px 20px;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-submenu:hover &gt; a,
.dropdown-submenu:focus &gt; a {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left #da0c23, left 100%, from(#da0c23), to(#333333));
  background-image: -webkit-linear-gradient(top, #da0c23, #da0c23, #333333, 100%);
  background-image: -moz-linear-gradient(top, #da0c23 #da0c23, #333333 100%);
  background-image: linear-gradient(to bottom, #da0c23 #da0c23, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda0c23', endColorstr='#ff333333', GradientType=0);
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left #da0c23, left 100%, from(#da0c23), to(#333333));
  background-image: -webkit-linear-gradient(top, #da0c23, #da0c23, #333333, 100%);
  background-image: -moz-linear-gradient(top, #da0c23 #da0c23, #333333 100%);
  background-image: linear-gradient(to bottom, #da0c23 #da0c23, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda0c23', endColorstr='#ff333333', GradientType=0);
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs a {
  color: #555555;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  border-bottom-color: #955159;
}
.nav-tabs {
  border-bottom-color: #955159;
}
.nav-tabs &gt; .active &gt; a,
.nav-tabs &gt; .active &gt; a:hover,
.nav-tabs &gt; .active &gt; a:focus {
  color: #da0c23;
  border-color: #955159 #955159 transparent;
}
/*
@media (max-width: 979px) {
    // make tabs act like nav-stacked
    // (mostly) copied from bootstrap/navs.less
    .nav-tabs &gt; li {
        float: none;
    }
    .nav-tabs &gt; li &gt; a {
        margin-right: 0; // no need for the gap between nav items
    }
    .nav-tabs {
        border-bottom: 0;
    }
    .nav-tabs &gt; li &gt; a {
        border: 1px solid #ddd;
        .border-top-radius(0);
        .border-right-radius(0);
        .border-bottom-radius(0);
        .border-left-radius(0);
    }
    .nav-tabs &gt; .active &gt; a,
    .nav-tabs &gt; .active &gt; a:hover {
        border: 1px solid #ddd;
    }
    .nav-tabs &gt; li:first-child &gt; a {
        .border-top-radius(4px);
    }
    .nav-tabs &gt; li:last-child &gt; a {
        .border-bottom-radius(4px);
    }
    .nav-tabs &gt; li &gt; a:hover,
    .nav-tabs &gt; li &gt; a:focus {
        border-color: #ddd;
        z-index: 2;
    }
}
*/
.nav-list &gt; li &gt; a {
  padding: 3px 15px;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 0px 0px;
}
.breadcrumb a {
  color: #555555;
}
.breadcrumb .btn-link {
  font-weight: bold;
  border-color: white;
  border-right-width: 5px;
}



.nav-listing {
  overflow: hidden;
}
.nav-listing &gt; li {
  float: left;
  width: 25%;
}
.nav-listing &gt; li &gt; a {
  padding: 2px 6px;
}
.sectioncount {
  x-float: right;
  x-color: #555555;
  x-font-size: 12px;
}
.sectioncount a {
  color: inherit;
}
h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.2em;
}
p &gt; img {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}
.table td {
  padding: 6px;
  line-height: 18px;
}
.table th h1,
.table th h2,
.table th h3,
.table th h4,
.table th h5,
.table th h6 {
  margin-bottom: 0;
}
.table th.inverted {
  background-color: #555555;
  color: #ffffff;
  border: none!important;
}
.table th.inverted h1,
.table th.inverted h2,
.table th.inverted h3,
.table th.inverted h4,
.table th.inverted h5,
.table th.inverted h6 {
  color: inherit;
}
pre {
  font-size: 12px;
}
.icon-warning-sign {
  font-size: 30px;
  margin-right: 10px;
  display: block;
  float: left;
}
/* BACK TO TOP
----------------------------------------------------------------------------------------*/
a.to-top {
  background: url('../images/theme/up.png') no-repeat;
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  margin-top: -28px;
}
/* EXCEPTIONS FOR SPECIFIC SITUATIONS
----------------------------------------------------------------------------------------*/
/* D-I-D AREA
----------------------------------------------------------------------------------------*/

/* ----------TOC styling ------*/

// Adding 'Contents' headline to the TOC
#markdown-toc {
}

#markdown-toc::before {
  content: 'Contents:';
  /*font-size: 1.5em;*/
}


ul#markdown-toc {
  /* font-size: 0.8em; */
  /* list-style: none; */
    list-style-position: inside;
    margin: 4px;
    padding: 4px;
    /*float: right;*/
    z-index: 10;
    width: 40%;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

li#markdown-toc {
/* font-size: 1.5em; */
}

/* Section numbering*/

body{counter-reset: section}
h2{counter-reset: sub-section}
h3{counter-reset: composite}
h4{counter-reset: detail}
h5{counter-reset: more-detail}

h2:not([nocount^="true"]):before{
  counter-increment: section;
  content:  var(--pagenumber) "." counter(section) " ";
  color: silver;
}
h3:not([nocount^="true"]):before{
  counter-increment: sub-section;
  content: var(--pagenumber) "." counter(section) "." counter(sub-section) " ";
  color: silver;
}
h4:not([nocount^="true"]):before{
  counter-increment: composite;
  content: var(--pagenumber) "." counter(section) "." counter(sub-section) "." counter(composite) " ";
  color: silver;
}
h5:not([nocount^="true"]):before{
  counter-increment: detail;
  content: var(--pagenumber) "." counter(section) "." counter(sub-section) "." counter(composite) "." counter(detail) " ";
  color: silver;
}
h6:not([nocount^="true"]):before{
  counter-increment: more-detail;
  content: var(--pagenumber) "." counter(section) "." counter(sub-section) "." counter(composite) "." counter(detail) "." counter(more-detail)" ";
  color: silver;
}
/* ----------Publish box styling------*/


#publish-box {
  list-style: none;
  padding: 0;
}

p#publish-box {
  background-color: yellow;
  border:1px solid maroon;
  padding: 5px;
}

img#publish-box {
text-align: baseline;
}

#markdown-toc li{
font-size: 1em;

}

/* ----- increase li font sized fhir.css makes it all 12 px---*/

p, li {
    font-size: 1em;
}

/*-----top of page arrow ----*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display:none;
    background-color: #999999;
}

.card-body {
 border: 1px solid;
 border-color: #cccccc;
 padding: 10px
}

/*----pseudo json styling ----*/

pre.spec {
  font-size: 11px;
  width: 650px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-image: initial;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px;
}

/* this part adds an icon after external links, using external.png file  for p and li elements */

p a[href^="http://"]:not([no-external^="true"]):after, a[href^="https://"]:not([no-external^="true"]):after {
    content: url(../images/external.png);
    display: inline-block;
    text-decoration: none;
    padding-left: 3px;
}

li a[href^="http://"]:not([no-external^="true"]):after, a[href^="https://"]:not([no-external^="true"]):after {
    content: url(../images/external.png);
    display: inline-block;
    text-decoration: none;
    padding-left: 3px;
}


/*--------- make all figures the same siz------e*/
.figure-img{
  height: 415px;
  width: 740px;
}

.figure-img-narrow{
  height: 181px;
  width: 740px;
}

.figure-img-portrait{
  width: 100%;
}

.figure-img-portrait-med{
  height: 1040px;
  width: 740%;
}

.figure-img-small{
  height: 100px;
  width: 350px;
}
/*--------- change example button color------*/

.btn-example {
  color: #000000;
  background-color: #EFF3F6;
  border-color: #8C88A3;
}

.btn-example:hover,
.btn-example:focus,
.btn-example:active,
.btn-example.active,
.open .dropdown-toggle.btn-example {
  color: #000000;
  background-color: #E3E6E8;
  border-color: #8C88A3;
}

.btn-example:active,
.btn-example.active,
.open .dropdown-toggle.btn-example {
  background-image: none;
}

.btn-example.disabled,
.btn-example[disabled],
fieldset[disabled] .btn-example,
.btn-example.disabled:hover,
.btn-example[disabled]:hover,
fieldset[disabled] .btn-example:hover,
.btn-example.disabled:focus,
.btn-example[disabled]:focus,
fieldset[disabled] .btn-example:focus,
.btn-example.disabled:active,
.btn-example[disabled]:active,
fieldset[disabled] .btn-example:active,
.btn-example.disabled.active,
.btn-example[disabled].active,
fieldset[disabled] .btn-example.active {
  background-color: #EFF3F6;
  border-color: #8C88A3;
}

.btn-example .badge {
  color: #EFF3F6;
  background-color: #000000;
}

/* ============ downloads css ============= */

a[href$=".sch"]:after, a[href$=".zip"]:after, a[href$=".tgz"]:after, a[href$=".xml"]:after, a[href$=".json"]:after, a[href$=".csv"]:after, a[href$=".ttl"]:after {
  content: url(../images/download.png);
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
}

/* ----------note-to-balloters styling------*/

p.note-to-balloters {
    margin: 5px;
    padding: 10px;
    border-left-style: solid;
    background-color: #fff2ff;
    border-left-color: #ffa0ff;
}
</pre></body></html>