From 3ab0cbc47c62a738164310b98b67b34ad0c5db8c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Oct 2020 16:30:15 +0300 Subject: even more gulp-related stuff (missing files) --- css/reader_iframe.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 css/reader_iframe.css (limited to 'css/reader_iframe.css') diff --git a/css/reader_iframe.css b/css/reader_iframe.css new file mode 100644 index 0000000..1b222ea --- /dev/null +++ b/css/reader_iframe.css @@ -0,0 +1,44 @@ +a { + color : #007d71; + text-decoration : none; +} + +a:visited { + text-decoration: underline; +} + +a:hover, +a:focus { + color: #00302c; + text-decoration: underline; +} + +blockquote { + font-style : italic; +} + +/* ugly hack: this assumes default prefix used for epube - /books/ + * since CSS is loaded inline, relative urls won't work properly so + * it's hardcoded for the time being (the alternative is pointing to + * website root) */ + +/* fonts below are freely available although license is likely proprietary + * so i'm not bundling the files */ + +@font-face { + font-family: Caecilia; + src: local('PMN Caecilia 55'), url('/books/lib/fonts/pmn-caecilia-55.ttf') format('truetype'); + font-weight : normal; +} + +@font-face { + font-family: Caecilia; + src: local('PMN Caecilia 75'), url('/books/lib/fonts/pmn-caecilia-75.ttf') format('truetype'); + font-weight : bold; +} + +@font-face { + font-family: Caecilia; + src: local('PMN Caecilia 56'), url('/books/lib/fonts/pmn-caecilia-56.ttf') format('truetype'); + font-style : italic; +} -- cgit v1.2.3