summaryrefslogtreecommitdiffabout
path: root/content/fireflix.css
authorMichael Krelin <hacker@klever.net>2006-10-12 00:02:08 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-12 00:02:08 (UTC)
commit02372a254dafdfd7564e95c7c6d5cc1b93def7ec (patch) (unidiff)
tree2fe911682c4773a5a37702a9ddd95c4181f2b0f4 /content/fireflix.css
parentd1c9236d6eb9ddf777d8e74659b77aac8890f58e (diff)
downloadfireflix-02372a254dafdfd7564e95c7c6d5cc1b93def7ec.zip
fireflix-02372a254dafdfd7564e95c7c6d5cc1b93def7ec.tar.gz
fireflix-02372a254dafdfd7564e95c7c6d5cc1b93def7ec.tar.bz2
added brief help file
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@191 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'content/fireflix.css') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css
index 9e7bf6b..47455f6 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -97,3 +97,26 @@ label#search_page {
97 -moz-border-radius: 1em; 97 -moz-border-radius: 1em;
98 padding: 0.5ex 1ex; 98 padding: 0.5ex 1ex;
99} 99}
100
101html body {
102 font-family: arial, sans-serif;
103 font-size: 11pt;
104 margin: 1em 4em;
105 padding: 1em 4em;
106 border: double 3px gray;
107 background: #ffffc0;
108}
109html h1 {
110 font-size: 130%; color: maroon;
111}
112html p {
113 text-align: justify;
114}
115
116html div.copyright {
117 font-size: 60%;
118 text-align: right;
119}
120html div.copyright a {
121 text-decoration: none;
122}