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) (unidiff) | |
tree | 1bfa6d37eb7882f4935be2a0b8dec22a396aa114 /content/fireflix.css | |
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 |
1 files changed, 6 insertions, 7 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 4fba5d3..ab90c11 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -1,31 +1,30 @@ | |||
1 | .generated.wholething, | 1 | html#help, |
2 | .about.wholething, | 2 | .generated.wholething, .about.wholething /* XXX:, |
3 | tabbox, tabpanels, tabpanel { | 3 | tabbox, tabpanels, tabpanel */ { |
4 | background: url("background.jpeg"); | 4 | background: url("background.jpeg"); |
5 | } | 5 | } |
6 | tabpanels { | 6 | tabpanels { |
7 | padding: 0px; | 7 | padding: 0px; |
8 | } | 8 | } |
9 | 9 | ||
10 | tree { | 10 | tree { |
11 | margin-top: 2px; | 11 | margin-top: 2px; |
12 | background: rgb(12,167,0); | 12 | color: #2d354a; |
13 | color: rgb(255,255,0); | ||
14 | font-size: 90%; | 13 | font-size: 90%; |
15 | } | 14 | } |
16 | tree treechildren { /* for windows */ | 15 | tree treechildren { /* for windows */ |
17 | background: rgb(12,167,0); | 16 | background: #c5ffc5; |
18 | } | 17 | } |
19 | 18 | ||
20 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { | 19 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { |
21 | } | 20 | } |
22 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { | 21 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { |
23 | color: white; | 22 | color: black; |
24 | } | 23 | } |
25 | tree#uploadlist treechildren::-moz-tree-row(failed) { | 24 | tree#uploadlist treechildren::-moz-tree-row(failed) { |
26 | background: yellow; | 25 | background: yellow; |
27 | } | 26 | } |
28 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { | 27 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { |
29 | color: red; | 28 | color: red; |
30 | } | 29 | } |
31 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { | 30 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { |