-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fc39f0
commit d530751
Showing
10 changed files
with
246 additions
and
106 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
table.dkkvs { | ||
border-collapse: collapse; | ||
font-size: 12pt; | ||
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: solid 1px black; | ||
border-collapse: separate; | ||
width: 100%; | ||
font-size: 8pt; | ||
border-bottom: 0px solid #005a9c; | ||
|
||
} | ||
|
||
table.legendum { | ||
width: auto; | ||
font-weight: lighter; | ||
background-color: white; | ||
color: black; | ||
border: solid 1px black; | ||
border-collapse: collapse; | ||
} | ||
|
||
.legendum th { | ||
font-weight: normal; | ||
background-color: white; | ||
border: solid 1px black; | ||
color: black; | ||
} | ||
|
||
.legendum td.green { | ||
background-color: #a5d95c; | ||
} | ||
|
||
.legendum td.grey { | ||
background-color: #cbcbcb; | ||
} | ||
table.dkcomp{ | ||
font-size: 10pt; | ||
} | ||
|
||
.dkcomp th { | ||
background-color: #538ED5; | ||
color: white; | ||
font-weight: bold; | ||
} | ||
.dkcomp tr { | ||
vertical-align: middle; | ||
} | ||
.dkcomp tr:first-child { | ||
background-color: #00B0F0; | ||
color: black; | ||
} | ||
|
||
.dkcomp td.normative { | ||
background-color: #92D050; | ||
} | ||
|
||
.dkcomp td.informative { | ||
background-color: #D8D8D8; | ||
} | ||
|
||
.dkcomp td.wus { | ||
background-color: #DBEEF3; | ||
} | ||
|
||
.dkcomp td.ebms { | ||
background-color: #B8CCE4; | ||
} | ||
|
||
.dkcomp td.gb { | ||
background-color: #95B3D7; | ||
} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
table.dkkvs { | ||
border-collapse: collapse; | ||
font-size: 12pt; | ||
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: solid 1px black; | ||
border-collapse: separate; | ||
width: 100%; | ||
font-size: 8pt; | ||
border-bottom: 0px solid #005a9c; | ||
|
||
} | ||
|
||
table.legendum { | ||
width: auto; | ||
font-weight: lighter; | ||
background-color: white; | ||
color: black; | ||
border: solid 1px black; | ||
border-collapse: collapse; | ||
} | ||
|
||
.legendum th { | ||
font-weight: normal; | ||
background-color: white; | ||
border: solid 1px black; | ||
color: black; | ||
} | ||
|
||
.legendum td.green { | ||
background-color: #a5d95c; | ||
} | ||
|
||
.legendum td.grey { | ||
background-color: #cbcbcb; | ||
} | ||
table.dkcomp{ | ||
font-size: 10pt; | ||
} | ||
|
||
.dkcomp th { | ||
background-color: #538ED5; | ||
color: white; | ||
font-weight: bold; | ||
} | ||
.dkcomp tr { | ||
vertical-align: middle; | ||
} | ||
.dkcomp tr:first-child { | ||
background-color: #00B0F0; | ||
color: black; | ||
} | ||
|
||
.dkcomp td.normative { | ||
background-color: #92D050; | ||
} | ||
|
||
.dkcomp td.informative { | ||
background-color: #D8D8D8; | ||
} | ||
|
||
.dkcomp td.wus { | ||
background-color: #DBEEF3; | ||
} | ||
|
||
.dkcomp td.ebms { | ||
background-color: #B8CCE4; | ||
} | ||
|
||
.dkcomp td.gb { | ||
background-color: #95B3D7; | ||
} |