From 02372a254dafdfd7564e95c7c6d5cc1b93def7ec Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 12 Oct 2006 00:02:08 +0000 Subject: added brief help file git-svn-id: http://svn.klever.net/kin/fireflix/trunk@191 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'content/fireflix.css') 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 { -moz-border-radius: 1em; padding: 0.5ex 1ex; } + +html body { + font-family: arial, sans-serif; + font-size: 11pt; + margin: 1em 4em; + padding: 1em 4em; + border: double 3px gray; + background: #ffffc0; +} +html h1 { + font-size: 130%; color: maroon; +} +html p { + text-align: justify; +} + +html div.copyright { + font-size: 60%; + text-align: right; +} +html div.copyright a { + text-decoration: none; +} -- cgit v0.9.0.2