X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fdcpomatic.css;h=463caf74a4fac800861cbb73551df308446d4f0c;hb=1f5b81001c5e25ea37a7e8355d3c8a6817d34edd;hp=330131dbb2ce790b0045f81faa1166742dd4d4f1;hpb=800b8a05df037512624db03a0fd08b93955d6bf5;p=dcpomatic.git diff --git a/doc/manual/dcpomatic.css b/doc/manual/dcpomatic.css index 330131dbb..463caf74a 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,13 @@ div.note { } code.code { - font-size: 125%; + font-size: 90%; +} + +table { + border-collapse: collapse; +} + +td, th { + padding: 4px; }