summaryrefslogtreecommitdiffabout
path: root/content
Side-by-side diff
Diffstat (limited to 'content') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix.css13
-rw-r--r--content/help.xml2
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,47 +1,46 @@
-.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 {
diff --git a/content/help.xml b/content/help.xml
index e71cd99..51e4ce5 100644
--- a/content/help.xml
+++ b/content/help.xml
@@ -1,26 +1,26 @@
<?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>