author | Michael Krelin <hacker@klever.net> | 2006-11-12 21:32:21 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-12 21:32:21 (UTC) |
commit | 41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e (patch) (side-by-side diff) | |
tree | 1bfa6d37eb7882f4935be2a0b8dec22a396aa114 /content | |
parent | 2ac12b08a25d62a97f66350653daa018b33d3c60 (diff) | |
download | fireflix-41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e.zip fireflix-41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e.tar.gz fireflix-41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e.tar.bz2 |
made UI look boring
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@214 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix.css | 13 | ||||
-rw-r--r-- | content/help.xml | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 4fba5d3..ab90c11 100644 --- a/content/fireflix.css +++ b/content/fireflix.css @@ -1,126 +1,125 @@ -.generated.wholething, -.about.wholething, -tabbox, tabpanels, tabpanel { +html#help, +.generated.wholething, .about.wholething /* XXX:, +tabbox, tabpanels, tabpanel */ { background: url("background.jpeg"); } tabpanels { padding: 0px; } tree { margin-top: 2px; - background: rgb(12,167,0); - color: rgb(255,255,0); + color: #2d354a; font-size: 90%; } tree treechildren { /* for windows */ - background: rgb(12,167,0); + background: #c5ffc5; } tree#uploadlist treechildren::-moz-tree-cell-text(pending) { } tree#uploadlist treechildren::-moz-tree-cell-text(completed) { - color: white; + color: black; } 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; } button.lean { min-width: 1ex; } diff --git a/content/help.xml b/content/help.xml index e71cd99..51e4ce5 100644 --- a/content/help.xml +++ b/content/help.xml @@ -1,53 +1,53 @@ <?xml version="1.0" encoding="utf-8"?> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<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>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> <h1>In the 'Search' tab</h1> <p>Basically, you can search flickr photos here. Either all or yours (keep 'mine' checked to search your own photos).</p> <p>Once you have acquired search results you can browse through them. To open any particular picture in a new tab either doubleclick it or hit ENTER.</p> <p>While moving through the list of pictures found you should have a little preview at the bottom of the window.</p> <h1>In the 'Sets' tab</h1> <p>This is where you can browse your sets. You can edit some sets properties here and, most importantly, you can generate HTML of linked thumbnails for sets contents. Use your right mouse button on the photoset.</p> <h1>In The 'Uploads' tab</h1> <p>To upload pictures you don't even have to select this tab. Drag'n'drop into fireflix sidebar should do. There is nothing wrong with going into the tab and using 'Add' button either.</p> <p>You can add photos to the list, edit their titles and/or tags and once you're done with it, trigger upload procedure. Once your images have been uploaded, you will be prompted to create a photoset for newly uploaded photos. You don't have to, though.</p> <h1>Feedback</h1> <p>As the extension is at the very early stage of development, feel free to provide feedback at <a href="http://kin.klever.net/fireflix/feedback" title="click here to proceed to feedback form">http://kin.klever.net/fireflix/feedback/</a>.</p> <div class="copyright"> <a href="http://www.klever.net/">© Klever Group</a> </div> </body> </html> |