File: main.css

package info (click to toggle)
knot 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,872 kB
  • sloc: ansic: 154,039; sh: 5,822; python: 1,141; makefile: 818
file content (28 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@import url("epub.css");

/* Addendum for admonitions */
@import url("admons.css");

/* Other overrides here */
.epub-cover {
    border-top: 1px solid black;
    padding: 10px 25px 0px 25px;
    text-align: right;
}

.epub-cover img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.epub-cover .version {
    font-style: italic;
    margin-bottom: 100px;
}

.epub-cover .date {
    margin-top: 200px;
    font-size: 125%;
}