From 7de57e233abe8f4a03e6312aeabb16a1b81ba822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Mon, 13 Apr 2020 12:23:42 +0000 Subject: [PATCH] Update an.css --- app/pub/css/an.css | 67 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 52 insertions(+), 15 deletions(-) diff --git a/app/pub/css/an.css b/app/pub/css/an.css index d402ec6..fbd3967 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -57,6 +57,57 @@ h1 { padding: 8px; } + + + #zoomnav { + width: 15%; + display: flex; + align-items: center; + float: left; +} +.zoom-loop { + font-size: 2.5em; + display: flex; + justify-content: center; + align-content: stretch; +} +.zoompdf { + width: 50%; + font-size: 2.5em; + height: 100%; +} +#pagenav { + display: flex; + width: 83%; + box-sizing: border-box; + justify-content: left; + text-align: center; +} +#currpage { + list-style-type: none; + color: white; + margin-right: 15px; + float: left; + font-size: 3.5em; + background: #2c2e35; + padding: 5px 25px; +} +#loc { + display: flex; + flex-wrap: wrap; +} +.nav { + font-size: 1.3em; + display: flex; + align-items: center; + width: 100%; + text-decoration: none; +} +.nav a { + color: #2c2e35; + text-decoration: none; +} + #pdfprogress { text-align: center; @@ -117,14 +168,7 @@ h1 { text-decoration: none; } -#pagenav{ - display: flex; - flex-wrap:wrap; - align-items:center; - width: 100%; - background: #f5f5f5; - box-sizing: border-box; -} + #pdfnav{ font-size: 1.1em; @@ -163,10 +207,3 @@ h1 { align-items: center; } - #currpage{ - list-style-type:none; - color:#2c2e35; - margin-right: 15px; - float: left; - font-size: 2em; - } \ No newline at end of file