Skip to content

Commit

Permalink
new preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
logius-standaardenbeheer committed Aug 6, 2024
1 parent 0b580c4 commit db8a8e7
Show file tree
Hide file tree
Showing 12 changed files with 2,699 additions and 0 deletions.
2,603 changes: 2,603 additions & 0 deletions OIN-Stelsel/202408-begrippenkader/index.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions OIN-Stelsel/202408-begrippenkader/js/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
var respecConfig = {
alternateFormats: [ {
"label" : "pdf",
"uri" : "OIN-Stelsel.pdf"
} ],
authors: [ {
"company" : "Logius",
"companyURL" : "http://www.logius.nl/",
"name" : "Pieter Hering"
} ],
editors: [ {
"company" : "Logius",
"companyURL" : "http://www.logius.nl/",
"name" : "Pieter Hering"
} ],
github: "https://github.com/Logius-standaarden/OIN-Stelsel",
previousPublishVersion: "2.0.3",
previousPublishDate: "2020-03-31",
pubDomain: "dk",
publishDate: "2024-01-19",
publishVersion: "2.1.0",
shortName: "oin",
specStatus: "WV",
specType: "HR"
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions OIN-Stelsel/202408-begrippenkader/media/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
table.dkkvs {
border-collapse: collapse;
font-size: 10.5pt;
width: 100%;
/* --- dkcvs --- */
border-collapse: collapse;
border-bottom: 3px solid #005a9c;
}

.dkkvs th {
border: 1px solid white;
background-color: #005a9c;
color: white;
text-align: left;
padding: 8px;


/* --- dkcvs --- */

padding: 3px 5px;
text-align: left;

}

/* --- dkcvs --- */

.dkkvs th a {
color: #fff;
padding: 3px 5px;
text-align: left;
}

.dkkvs th[scope="row"] {
background: inherit;
color: inherit;
border-top: 1px solid #ddd;
}

.dkkvs td {
border: 1px solid black;
padding: 3px 10px;
border-top: 1px solid #ddd;
vertical-align: top;
}

.dkkvs tr:nth-child(even) {
background: #f0f6ff;
}

/* --- dkcvs --- */

table.dkkvsincell {
border: 1px;
border-collapse: separate;
width:100%;
font-size: 8pt;
border-bottom: 0px solid #005a9c;

}

.code {
box-sizing: border-box;
border-collapse: collapse;
color: black;
padding: .2em .4em;
margin: 0;
font-size: 85%;
background-color: rgb(238, 230, 230);
border-radius: 6px;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}

0 comments on commit db8a8e7

Please sign in to comment.