Skip to content

Commit

Permalink
Conformance section
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderke committed Mar 11, 2024
1 parent 49c43da commit ba4ce31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 135 deletions.
20 changes: 2 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,15 @@
</script>
<script class="remove" src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script class="remove" src="js/rules.js" defer></script>
<!-- ============================================================================================ -->
<!-- File. . . : index.html -->
<!-- Bevat . . : Template voor de index.html die verplicht is voor respec -->
<!-- Gebaseerd op https://github.com/Geonovum/respec/wiki -->
<!-- Deze file moet worden neergezet in de root-directory van de -->
<!-- betreffende standaard. -->
<!-- Door. . . : Jan van Gelder -->
<!-- ============================================================================================ -->
<!-- ============================================================================================ -->
<!-- Log . . . : 20181015 - JvG - Initiele versie -->
<!--
====================================================================================================
0 1 2 3 4 5 6 7 8 9 0
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
================================================================================================= -->

</head>
<!-- HTML-Body ================================================================================ -->
<body>
<section data-include="Abstract.md" data-include-format="markdown" id="abstract">
</section>
<section id="sotd">
</section>
<section id="conformance" class="notoc">
</section>
<!-- vanaf hier per hoofdstuk een sectie of een div in het document ======================== -->
<!-- Secties komen in de inhoudsopgave div"s niet ========================================== -->
<!-- Secties hebben verplicht <h2> tags, div"s niet ======================================== -->
Expand All @@ -56,7 +42,5 @@
</section>
<section data-include="Glossary.md" data-include-format="markdown">
</section>
<section id="conformance" class="remove notoc">
</section>
</body>
</html>
118 changes: 1 addition & 117 deletions media/style.css
Original file line number Diff line number Diff line change
@@ -1,120 +1,4 @@
/*-------------------------------------------------------------------------------------
//-- File. . . : style.css
//-- Bevat . . : Template voor de stylesheet voor respec
//-- Gebaseerd op https://github.com/Geonovum/respec/wiki
//-- Deze file mag worden neergezet in de root-directory van de
//-- betreffende standaard, maar ook 1 niveau lager in de map "media"
//-- gedefinieerde stijlen overschrijven de default stijlen.
//-- Door. . . : Jan van Gelder
//-------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------
//-- Log . . . : 20181009 - JvG - Initiele versie
//-----------------------------------------------------------------------------------*/

/*-- Definitie van Image ------------------------------------------------------------*/
img
{
max-width: 100%;
height: auto;
width: auto;
}

/*-- Definite van het Geonovum Logo bovenaan Respec document ------------------------*/
img#Geonovum
{
width:132px;
height: 67px;
}

/*-- Definite van BlockQuotes (uitgelichte tekstblokken) ----------------------------*/
/* blockquote
{
margin-left: 20px !important;
font-family: 'Esteban', serif !important;
font-style: italic;
border-color: transparent !important;
border-style: none !important;
background-color: palegoldenrod;
color: black;
}
*/

/*-- Optioneel een symbool voor de blockquote --------------------------------------*/
/*blockquote:before
{
display: block;
height: 0;
content: "|";
margin-left: -0.95em;
font: italic 400%/1 Esteban, serif;
color: grey;
}
*/

/*-- Definite van tabellen ---------------------------------------------------------*/
table
{
empty-cells: show;
min-width: 90%;
border-color: grey;
border-style: solid;
margin: 1em 0;
}

/*-- Definite van de kopregel van een tabel ----------------------------------------*/
thead
{
background-color: grey;
color: white;
}
/*-- Definite van de body van een tabel --------------------------------------------*/
tbody
{
border-color: darkolivegreen;
background-color: white
}

/*-- Definite van de tabel-rij (deze zorgt voor 2 kleuren in de rijen) -------------*/
tr:nth-child(even)
{
background-color: lightgrey;
}

/*-- Definite van de tabel-cel (data) ----------------------------------------------*/
td
{
min-width: 100px; /* lege kolommen hebben deze minimale breedte */
}

/*-- Definite van rode tekst -------------------------------------------------------*/
r
{
color: red;
}

/*-- Definite van rose tekstblok ---------------------------------------------------*/
redactie
{
background-color: yellow;
color: darkblue;
}

/*-- Lijstweergave summary ---------------------------------------------------------*/
#summary ul {
padding: 0.5em;
list-style: none;
background-color: #FCFAEE;
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-gap: 1em;
}

#summary a {
color: #034575
}

/*-- Design rule block ------------------------------------------------------------*/
/*-- Design rule block ------------------------------------------------------------*/
.rule {
margin: 1em 0;
padding: 1em 2em;
Expand Down

0 comments on commit ba4ce31

Please sign in to comment.