From e9f83423c716c9be52558aefbb80240fe47b5a7b Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Thu, 10 Aug 2017 19:59:17 +0200 Subject: Add some firefox theme for stylish plugin --- firefox/stylish/pdf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 firefox/stylish/pdf (limited to 'firefox/stylish/pdf') diff --git a/firefox/stylish/pdf b/firefox/stylish/pdf new file mode 100644 index 0000000..f5da48f --- /dev/null +++ b/firefox/stylish/pdf @@ -0,0 +1,26 @@ +@namespace url(http://www.w3.org/1999/xhtml); + +@-moz-document regexp(".*\.(p|P)(d|D)(f|F)") { + div { + color: #fff !important; + } + div.textLayer { + background-color: #000 !important; + opacity: 1; + } + #toolbarViewer { + background-color: black !important; + } + + .annotationLayer .linkAnnotation > a:hover { + box-shadow: none !important; + background: #000 !important; + opacity: 0 !important; + } + + /* THis code don't work */ + /* .annotationLayer .linkAnnotation > a { + text-decoration: underline !important; + color: white !important; + }*/ +} -- cgit v1.2.1