author | Michael Krelin <hacker@klever.net> | 2006-10-12 00:02:08 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-10-12 00:02:08 (UTC) |
commit | 02372a254dafdfd7564e95c7c6d5cc1b93def7ec (patch) (side-by-side diff) | |
tree | 2fe911682c4773a5a37702a9ddd95c4181f2b0f4 /content/fireflix.css | |
parent | d1c9236d6eb9ddf777d8e74659b77aac8890f58e (diff) | |
download | fireflix-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
-rw-r--r-- | content/fireflix.css | 23 |
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 @@ -1,99 +1,122 @@ .generated.wholething, .about.wholething, tabbox, tabpanels, tabpanel { background: url("background.jpeg"); } tabpanels { padding: 0px; } tree { margin-top: 2px; background: rgb(12,167,0); color: rgb(255,255,0); font-size: 90%; } tree treechildren { /* for windows */ background: rgb(12,167,0); } tree#uploadlist treechildren::-moz-tree-cell-text(pending) { } tree#uploadlist treechildren::-moz-tree-cell-text(completed) { color: white; } tree#uploadlist treechildren::-moz-tree-row(failed) { background: yellow; } tree#uploadlist treechildren::-moz-tree-cell-text(failed) { color: red; } tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { font-weight: bold; } groupbox#searchresult_props, groupbox.search_params, groupbox#upload_file_props, groupbox#set_props, groupbox#set_photo_props { background: white; } groupbox#upload_file_props label { text-align: right; } image#search_photo, image#set_photo, image#set_primary { border: black 1px solid; } .about .insides { margin: 1ex; } .about .text { border: yellow solid 1px; background: green; } .about .title { font-size: 300%; font-weight: bold; color: yellow; } .about .link { text-decoration: underline; color: white; cursor: pointer; } menuitem.menuhead { background: gray; color: black; font-weight: bold; } div#searchresult_description { min-height: 5em; max-height: 8em; overflow: auto; font-size: 90%; margin: 0.1ex 0.5ex; } #copying div { margin: 1ex 1em; font-family: courier, monospace; font-size: 9pt; padding: 2px; border: dotted 1px gray; background: white; } label#search_page { font-weight: bold; background: white; color: #404040; border-color: #c0c0c0 #404040 #404040 #c0c0c0; border-style: solid; border-width: 1px; -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; +} |