comparison mupdf-source/docs/_static/custom.css @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 /* reset list indentation */
2 ol, ul { padding-left: 40px; }
3
4 /* glossary terms should be bold */
5 dl.glossary > dt {
6 font-weight: bold
7 }
8
9 /* sidebar logo and brand */
10 img.logo {
11 max-width: 100%;
12 }
13 .sidebar-logo {
14 max-width: 80px;
15 }
16 .sidebar-brand-text {
17 font-size: 14px;
18 padding: 0;
19 margin: 10px 0;
20 text-align: center;
21 }
22
23 /* discord link in footer */
24 .discord-link { font-size: 14px; }
25 .discord-link svg { vertical-align: -4px; margin-left: 2px; }
26
27 /* blue h1 header */
28 h1 {
29 padding: 5px 15px;
30 background-color: #007aff !important; /* override :target highlighting */
31 color: #fff;
32 border-radius: 5px;
33 margin-top: 16px;
34 margin-left: -10px;
35 }
36 /* theme icon buttons - invert color because they're on our blue background instead of white/black */
37 .content-icon-container button {
38 filter: invert(100%);
39 }
40
41 /* custom |tags| */
42 .only_mutool, .only_mupdfjs {
43 font: bold 12px monospace;
44 padding: 5px 10px;
45 border-radius: 5px;
46 }
47 .only_mutool { color: white; background-color: #2ab57c; }
48 .only_mupdfjs { color: white; background-color: #2c5cbd; }
49
50 /* Hide the "Made with Furo" text */
51 .bottom-of-page .left-details { font-size: 0; }
52 .bottom-of-page .left-details .copyright { font-size:12px; }
53 .bottom-of-page .left-details .last-updated { font-size:12px; }