-rw-r--r-- | content/fireflix.css | 21 | ||||
-rw-r--r-- | content/help.xml | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 06ae28a..0164b4b 100644 --- a/content/fireflix.css +++ b/content/fireflix.css @@ -125,9 +125,30 @@ html div.copyright { text-align: right; } html div.copyright a { text-decoration: none; } +html p.whatsnew { + font-size: 80%; + margin: 0px 0px 0px 50%; + text-align: center; +} +html p.whatsnew a { + display: block; + padding: 1px; + border-style: solid; + border-width: 1px; + border-color: #c0c0c0 #808080 #808080 #c0c0c0; + background: white; color: black; + text-decoration: none; +} +html p.whatsnew a em { font-style: normal; font-weight: bold; } +html p.whatsnew a:hover { + border-color: #808080 #c0c0c0 #c0c0c0 #808080; + background: black; color: white; +} +html p.whatsnew a:hover em { color: red; } + button.lean { min-width: 1ex; } diff --git a/content/help.xml b/content/help.xml index ab4f4e2..11b5c26 100644 --- a/content/help.xml +++ b/content/help.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd"> <html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Fireflix</title> <link rel="stylesheet" href="fireflix.css" type="text/css"/> </head> <body> <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> + + <p class="whatsnew"><a href="http://kin.klever.net/fireflix/changelog?v=&autoconf.version;">What's new in <em>&autoconf.version;</em></a></p> <p>First, you should proceed with authorization. If you haven't done it yet, it should happen automatically once you open fireflix sidebar. To clear authorization token off of the preferences, right-click on the 'Authorization info' part of the sidebar and select 'Sign off' from the pop up menu.</p> |