Files: a36726c6e7cf08799b0a0926117b2f53952359b7 / assets / web.css
625 bytesRaw
1 | img[src='assets/hermes.png'] { |
2 | width: 50px; |
3 | height: 50px; |
4 | margin-bottom: -13px; |
5 | } |
6 | |
7 | .book .summary li b { |
8 | display: none; |
9 | } |
10 | |
11 | .book .book-summary ul.summary li a.gitbook-link { |
12 | display: none; |
13 | } |
14 | |
15 | .book .book-summary .summary .chapter .chapter .chapter a { |
16 | font-weight: 300; |
17 | } |
18 | .summary .custom-link { |
19 | display: none; |
20 | } |
21 | nav .summary .articles .chapter a { |
22 | white-space: normal; |
23 | } |
24 | |
25 | .page-inner { |
26 | max-width: 1000px; |
27 | } |
28 | |
29 | .page-inner p img { |
30 | max-height: 700px; |
31 | max-width: 800px; |
32 | |
33 | display: block; |
34 | margin: 0 auto; |
35 | } |
36 | |
37 | table tr td { |
38 | background-color: #fff; |
39 | } |
40 | |
41 | .shadow { |
42 | filter: drop-shadow(0px 8px 10px #999); |
43 | } |
44 |
Built with git-ssb-web