-
Notifications
You must be signed in to change notification settings - Fork 2
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
a6fb5f1
commit dc93851
Showing
14 changed files
with
2,120 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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,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; | ||
} |
Binary file not shown.
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