-rw-r--r-- | content/fireflix.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 0164b4b..7bc0a3c 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -1,103 +1,106 @@ | |||
1 | html#help, | 1 | html#help, |
2 | .generated.wholething, .about.wholething /* XXX:, | 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 | color: #2d354a; | 12 | color: #2d354a; |
13 | font-size: 90%; | 13 | font-size: 90%; |
14 | } | 14 | } |
15 | tree treechildren { /* for windows */ | 15 | tree treechildren { /* for windows */ |
16 | background: #c5ffc5; | 16 | background: #c5ffc5; |
17 | } | 17 | } |
18 | 18 | ||
19 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { | 19 | tree#uploadlist treechildren::-moz-tree-cell-text(pending) { |
20 | } | 20 | } |
21 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { | 21 | tree#uploadlist treechildren::-moz-tree-cell-text(completed) { |
22 | color: black; | 22 | color: black; |
23 | } | 23 | } |
24 | tree#uploadlist treechildren::-moz-tree-row(failed) { | 24 | tree#uploadlist treechildren::-moz-tree-row(failed) { |
25 | background: yellow; | 25 | background: yellow; |
26 | } | 26 | } |
27 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { | 27 | tree#uploadlist treechildren::-moz-tree-cell-text(failed) { |
28 | color: red; | 28 | color: red; |
29 | } | 29 | } |
30 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { | 30 | tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { |
31 | font-weight: bold; | 31 | font-weight: bold; |
32 | } | 32 | } |
33 | 33 | ||
34 | groupbox#searchresult_props, | 34 | groupbox#searchresult_props, |
35 | groupbox.search_params, | 35 | groupbox.search_params, |
36 | groupbox#upload_file_props, | 36 | groupbox#upload_file_props, |
37 | groupbox#set_props, | 37 | groupbox#set_props, |
38 | groupbox#set_photo_props { | 38 | groupbox#set_photo_props { |
39 | background: white; | 39 | background: white; |
40 | -moz-border-radius: 1ex; | ||
41 | border: 1px outset; | ||
42 | display: -moz-box; | ||
40 | } | 43 | } |
41 | 44 | ||
42 | groupbox#upload_file_props label { | 45 | groupbox#upload_file_props label { |
43 | text-align: right; | 46 | text-align: right; |
44 | } | 47 | } |
45 | 48 | ||
46 | description#upload_failure { | 49 | description#upload_failure { |
47 | border-top: solid 1px red; | 50 | border-top: solid 1px red; |
48 | margin: 0px; padding: 2px; | 51 | margin: 0px; padding: 2px; |
49 | text-align: left; | 52 | text-align: left; |
50 | font-size: 85%; | 53 | font-size: 85%; |
51 | line-height: 105%; | 54 | line-height: 105%; |
52 | } | 55 | } |
53 | 56 | ||
54 | image#search_photo, image#set_photo, image#set_primary { | 57 | image#search_photo, image#set_photo, image#set_primary { |
55 | border: black 1px solid; | 58 | border: black 1px solid; |
56 | } | 59 | } |
57 | 60 | ||
58 | .about .insides { | 61 | .about .insides { |
59 | margin: 1ex; | 62 | margin: 1ex; |
60 | } | 63 | } |
61 | .about .text { | 64 | .about .text { |
62 | border: yellow solid 1px; | 65 | border: yellow solid 1px; |
63 | background: green; | 66 | background: green; |
64 | } | 67 | } |
65 | .about .title { | 68 | .about .title { |
66 | font-size: 300%; | 69 | font-size: 300%; |
67 | font-weight: bold; | 70 | font-weight: bold; |
68 | color: yellow; | 71 | color: yellow; |
69 | } | 72 | } |
70 | .about .link { | 73 | .about .link { |
71 | text-decoration: underline; | 74 | text-decoration: underline; |
72 | color: white; | 75 | color: white; |
73 | cursor: pointer; | 76 | cursor: pointer; |
74 | } | 77 | } |
75 | 78 | ||
76 | menuitem.menuhead { | 79 | menuitem.menuhead { |
77 | background: gray; | 80 | background: gray; |
78 | color: black; | 81 | color: black; |
79 | font-weight: bold; | 82 | font-weight: bold; |
80 | } | 83 | } |
81 | 84 | ||
82 | div#searchresult_description { | 85 | div#searchresult_description { |
83 | min-height: 5em; max-height: 8em; | 86 | min-height: 5em; max-height: 8em; |
84 | overflow: auto; | 87 | overflow: auto; |
85 | font-size: 90%; | 88 | font-size: 90%; |
86 | margin: 0.1ex 0.5ex; | 89 | margin: 0.1ex 0.5ex; |
87 | } | 90 | } |
88 | 91 | ||
89 | #copying div { | 92 | #copying div { |
90 | margin: 1ex 1em; | 93 | margin: 1ex 1em; |
91 | font-family: courier, monospace; | 94 | font-family: courier, monospace; |
92 | font-size: 9pt; | 95 | font-size: 9pt; |
93 | padding: 2px; | 96 | padding: 2px; |
94 | border: dotted 1px gray; | 97 | border: dotted 1px gray; |
95 | background: white; | 98 | background: white; |
96 | } | 99 | } |
97 | 100 | ||
98 | label#search_page { | 101 | label#search_page { |
99 | font-weight: bold; | 102 | font-weight: bold; |
100 | background: white; color: #404040; | 103 | background: white; color: #404040; |
101 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; | 104 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; |
102 | border-style: solid; | 105 | border-style: solid; |
103 | border-width: 1px; | 106 | border-width: 1px; |