mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 19:29:41 +02:00
initial public release
This commit is contained in:
parent
ecffecc2ce
commit
e913b907d7
129 changed files with 28453 additions and 0 deletions
74
book/source/_static/epub/css/custom.css
Normal file
74
book/source/_static/epub/css/custom.css
Normal file
|
@ -0,0 +1,74 @@
|
|||
/*
|
||||
SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
*/
|
||||
|
||||
/*
|
||||
Admonitions
|
||||
*/
|
||||
div.admonition {
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
div.warning,
|
||||
div.admonition-warning {
|
||||
background-color: palevioletred;
|
||||
}
|
||||
|
||||
/*
|
||||
External links
|
||||
*/
|
||||
a.external.reference {
|
||||
border-bottom: 1px solid darkgreen;
|
||||
color: darkgreen;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Internal links
|
||||
*/
|
||||
a.internal {
|
||||
text-decoration: none;
|
||||
border-bottom-style: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Text in section and reference links and footnote links
|
||||
*/
|
||||
span.std-doc,
|
||||
span.std-numref,
|
||||
span.std-ref,
|
||||
a.footnote-reference {
|
||||
border-bottom: 1px dashed #3333ff;
|
||||
color: #3333ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Text in glossary links
|
||||
*/
|
||||
span.std-term {
|
||||
color: black;
|
||||
border-bottom: 1px dotted black;
|
||||
}
|
||||
|
||||
/*
|
||||
Footnote list
|
||||
*/
|
||||
aside.footnote-list {
|
||||
border-top: 1px solid black;
|
||||
margin-top: 2em;
|
||||
padding-top: 2em;
|
||||
}
|
||||
|
||||
/*
|
||||
Cover
|
||||
*/
|
||||
|
||||
div.cover-img {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.cover-img span img {
|
||||
height: 100%;
|
||||
}
|
BIN
book/source/_static/epub/img/cover.png
Normal file
BIN
book/source/_static/epub/img/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 967 KiB |
Loading…
Add table
Add a link
Reference in a new issue