X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fdcpomatic.css;h=463caf74a4fac800861cbb73551df308446d4f0c;hb=a382bddc798c2699c816d92a46718b44485f8889;hp=566f09e6388dd43a68e7a7c6a38e79d1dce86a41;hpb=f0edd6ab35c3c2b7800a26ec8206adab75e5f633;p=dcpomatic.git diff --git a/doc/manual/dcpomatic.css b/doc/manual/dcpomatic.css index 566f09e63..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,11 +50,37 @@ 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; padding-right: 3px; -} \ No newline at end of file +} + +div.note { + border-width: 1px; + border-style: solid; + background-color: #FFEBCF; + padding-top: 12pt; + padding-bottom: 12pt; + padding-left: 12pt; + padding-right: 12pt; + margin-left: 24pt; + margin-right: 24pt; + margin-top: 18pt; + margin-bottom: 18pt; +} + +code.code { + font-size: 90%; +} + +table { + border-collapse: collapse; +} + +td, th { + padding: 4px; +}