From cfe37ae813fff7113b19b7c7009fb880aa37a037 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 18 Oct 2017 12:42:24 +0200 Subject: docs: Put logo in title bar. --- docs/logo/mupdf-icon.png | Bin 0 -> 2285 bytes docs/logo/mupdf-logo.svg | 108 +++++++++++++++-------------------------------- docs/style.css | 10 ++++- 3 files changed, 43 insertions(+), 75 deletions(-) create mode 100644 docs/logo/mupdf-icon.png (limited to 'docs') diff --git a/docs/logo/mupdf-icon.png b/docs/logo/mupdf-icon.png new file mode 100644 index 00000000..f1e8e8c9 Binary files /dev/null and b/docs/logo/mupdf-icon.png differ diff --git a/docs/logo/mupdf-logo.svg b/docs/logo/mupdf-logo.svg index 086a2568..cfb564f4 100644 --- a/docs/logo/mupdf-logo.svg +++ b/docs/logo/mupdf-logo.svg @@ -7,56 +7,25 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" width="320" height="320" - id="svg2" - version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="New document 1"> + id="svg2"> + id="clipPath3051"> + id="path3053" /> + id="clipPath2999"> + id="path3001" /> - @@ -70,70 +39,61 @@ + transform="translate(-266.37323,-267.38146)" + id="layer1"> + clip-path="url(#clipPath2999)" + id="g2997"> + transform="translate(340.14937,477.78063)" + id="g3023"> + id="path3025" + style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + transform="translate(442.76443,529.86787)" + id="g3027"> + id="path3029" + style="fill:#4386b5;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + transform="translate(440.44413,529.86787)" + id="g3031"> + id="path3033" + style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + transform="translate(374.38717,526.29433)" + id="g3035"> + id="path3037" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + transform="translate(377.11667,449.31773)" + id="g3039"> + id="path3041" + style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + transform="translate(384.28077,445.98813)" + id="g3043"> + id="path3045" + style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" /> diff --git a/docs/style.css b/docs/style.css index c2b2322d..8bb02028 100644 --- a/docs/style.css +++ b/docs/style.css @@ -14,12 +14,20 @@ h1 { font-weight: normal; margin: 0; padding: 1rem 2rem; - background-color: black; +} +header { color: white; + background: no-repeat; + background-color: #36648b; + background-image: url("logo/mupdf-icon.png"); + background-position: bottom right; + padding-right: 72px; + min-height: 72px; } nav { padding: 0.75rem 2rem; background-color: #ddd; + no-text-transform: uppercase; } nav a { color: #303030; padding-right: 2rem; } article { -- cgit v1.2.3