summaryrefslogtreecommitdiffabout
path: root/content/fireflix.css
authorMichael Krelin <hacker@klever.net>2006-12-18 19:38:28 (UTC)
committer Michael Krelin <hacker@klever.net>2006-12-18 19:38:28 (UTC)
commit002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94 (patch) (unidiff)
treea27e4984c582b9a4a7a3f7352ad01cc352634221 /content/fireflix.css
parent0f814a85fbbe5b06efb7cd70ae4eb4bdd6c40910 (diff)
downloadfireflix-0.0.6.zip
fireflix-0.0.6.tar.gz
fireflix-0.0.6.tar.bz2
added "what's new?" link to help file and prepared for release0.0.6
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@243 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'content/fireflix.css') (more/less context) (show whitespace changes)
-rw-r--r--content/fireflix.css21
1 files changed, 21 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
@@ -128,6 +128,27 @@ html div.copyright a {
128 text-decoration: none; 128 text-decoration: none;
129} 129}
130 130
131html p.whatsnew {
132 font-size: 80%;
133 margin: 0px 0px 0px 50%;
134 text-align: center;
135}
136html p.whatsnew a {
137 display: block;
138 padding: 1px;
139 border-style: solid;
140 border-width: 1px;
141 border-color: #c0c0c0 #808080 #808080 #c0c0c0;
142 background: white; color: black;
143 text-decoration: none;
144}
145html p.whatsnew a em { font-style: normal; font-weight: bold; }
146html p.whatsnew a:hover {
147 border-color: #808080 #c0c0c0 #c0c0c0 #808080;
148 background: black; color: white;
149}
150html p.whatsnew a:hover em { color: red; }
151
131button.lean { 152button.lean {
132 min-width: 1ex; 153 min-width: 1ex;
133} 154}