diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-10 01:34:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-10 01:34:21 +0100 |
| commit | 1f261b862e4f065505970c945531bf94843d5d17 (patch) | |
| tree | efefb46cb2522c6c883ecb2a0225915ad999ed2e /doc/manual/dcpomatic.css | |
| parent | 7d33aff2d5e81185f3361e28c84e3f9858464ef1 (diff) | |
Manual tweaks; both content and style for new website.
Diffstat (limited to 'doc/manual/dcpomatic.css')
| -rw-r--r-- | doc/manual/dcpomatic.css | 43 |
1 files changed, 37 insertions, 6 deletions
diff --git a/doc/manual/dcpomatic.css b/doc/manual/dcpomatic.css index 330131dbb..460040b0a 100644 --- a/doc/manual/dcpomatic.css +++ b/doc/manual/dcpomatic.css @@ -1,10 +1,41 @@ +@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP'); +@import url('https://fonts.googleapis.com/css?family=Bebas+Neue'); + +h1, h2 { + font-family: 'Bebas Neue'; +} + +h1 { + color: #d04040; +} + +h2 { + color: #1a9191; +} + body { - font-family: luxi sans, sans-serif; + font-family: 'Noto Serif JP'; margin-left: 4em; margin-right: 4em; margin-top: 1em; margin-bottom: 1em; - background-color: #E2E8EE; + background-color: #fff7f5; +} + +@media (min-width: 1024px) { + body { + font-size: 1.2vw; + } + +@media (max-width: 1024px) { + body { + font-size: 3vw; + } +} + +a { + color: black; + text-underline-offset: 3px; } div.sidebar { @@ -19,9 +50,9 @@ div.sidebar { } span.guilabel { - border-width: 1px; - border-style: solid; - background-color: #BED2E6; + border: 2px solid black; + color: white; + background-color: #1a9191; padding-top: 1px; padding-bottom: 1px; padding-left: 3px; @@ -43,5 +74,5 @@ div.note { } code.code { - font-size: 125%; + font-size: 90%; } |
