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 Mar 7, 2025
1 parent 4564415 commit 70418dc
Show file tree
Hide file tree
Showing 17 changed files with 3,304 additions and 0 deletions.
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.
Binary file not shown.
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.
2,872 changes: 2,872 additions & 0 deletions Digimelding-Koppelvlakspecificatie/TimvdLippe-patch-1/index.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions Digimelding-Koppelvlakspecificatie/TimvdLippe-patch-1/js/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
var respecConfig = {
alternateFormats: [ {
"label" : "pdf",
"uri" : "Digimelding-Koppelvlakspecificatie.pdf"
} ],
authors: [ {
"mailto" : "[email protected]",
"name" : "Logius",
"url" : "https://logius.nl/standaarden"
} ],
editors: [
{
"company" : "Logius",
"name" : "Edwin Wisse",
"url" : "https://logius.nl/standaarden"
},
{
"company" : "Logius",
"name" : "Peter Haasnoot",
"url" : "https://logius.nl/standaarden"
}
],
github: "https://github.com/Logius-standaarden/Digimelding-Koppelvlakspecificatie",
nl_markdownTableClass: "simple",
previousPublishDate: "2021-01-31",
pubDomain: "digimelding",
publishDate: "2021-02-19",
shortName: "koppelvlak",
specStatus: "WV",
specType: "HR",
subtitle: "Handreiking"
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
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;

}

0 comments on commit 70418dc

Please sign in to comment.