Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/mujs/docs/style.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 h1, nav, footer { font-family: sans-serif; } | |
| 2 | |
| 3 a { text-decoration: none; } | |
| 4 a:hover { text-decoration: underline; } | |
| 5 h2 { font-size: 1.25rem; } | |
| 6 h3 { font-size: 1.12rem; } | |
| 7 ul li { list-style-type: circle; } | |
| 8 pre, table, ol, dl { margin-left: 2rem; } | |
| 9 li { margin: 0; } | |
| 10 th, td { text-align: left; vertical-align: top; } | |
| 11 | |
| 12 body { margin: 0; } | |
| 13 h1 { | |
| 14 font-weight: normal; | |
| 15 margin: 0; | |
| 16 padding: 1rem 2rem; | |
| 17 } | |
| 18 header{ | |
| 19 color: white; | |
| 20 background: no-repeat; | |
| 21 background-color: #36648b; | |
| 22 background-image: url("mujs-logo.png"); | |
| 23 background-position: top right; | |
| 24 min-height: 72px; | |
| 25 } | |
| 26 nav { | |
| 27 padding: 0.75rem 2rem; | |
| 28 background-color: #ddd; | |
| 29 no-text-transform: uppercase; | |
| 30 } | |
| 31 nav a { color: #303030; padding-right: 2rem; } | |
| 32 article { | |
| 33 max-width: 50rem; | |
| 34 margin: 2rem; | |
| 35 } | |
| 36 footer { | |
| 37 background-color: #ddd; | |
| 38 color: #303030; | |
| 39 padding: 1rem 2rem; | |
| 40 } |
