summaryrefslogtreecommitdiffabout
path: root/content/fireflix.css
Unidiff
Diffstat (limited to 'content/fireflix.css') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix.css13
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,126 +1,125 @@
1.generated.wholething, 1html#help,
2.about.wholething, 2.generated.wholething, .about.wholething /* XXX:,
3tabbox, tabpanels, tabpanel { 3tabbox, tabpanels, tabpanel */ {
4 background: url("background.jpeg"); 4 background: url("background.jpeg");
5} 5}
6tabpanels { 6tabpanels {
7 padding: 0px; 7 padding: 0px;
8} 8}
9 9
10tree { 10tree {
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}
16tree treechildren { /* for windows */ 15tree treechildren { /* for windows */
17 background: rgb(12,167,0); 16 background: #c5ffc5;
18} 17}
19 18
20tree#uploadlist treechildren::-moz-tree-cell-text(pending) { 19tree#uploadlist treechildren::-moz-tree-cell-text(pending) {
21} 20}
22tree#uploadlist treechildren::-moz-tree-cell-text(completed) { 21tree#uploadlist treechildren::-moz-tree-cell-text(completed) {
23 color: white; 22 color: black;
24} 23}
25tree#uploadlist treechildren::-moz-tree-row(failed) { 24tree#uploadlist treechildren::-moz-tree-row(failed) {
26 background: yellow; 25 background: yellow;
27} 26}
28tree#uploadlist treechildren::-moz-tree-cell-text(failed) { 27tree#uploadlist treechildren::-moz-tree-cell-text(failed) {
29 color: red; 28 color: red;
30} 29}
31tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { 30tree#uploadlist treechildren::-moz-tree-cell-text(uploading) {
32 font-weight: bold; 31 font-weight: bold;
33} 32}
34 33
35groupbox#searchresult_props, 34groupbox#searchresult_props,
36groupbox.search_params, 35groupbox.search_params,
37groupbox#upload_file_props, 36groupbox#upload_file_props,
38groupbox#set_props, 37groupbox#set_props,
39groupbox#set_photo_props { 38groupbox#set_photo_props {
40 background: white; 39 background: white;
41} 40}
42 41
43groupbox#upload_file_props label { 42groupbox#upload_file_props label {
44 text-align: right; 43 text-align: right;
45} 44}
46 45
47image#search_photo, image#set_photo, image#set_primary { 46image#search_photo, image#set_photo, image#set_primary {
48 border: black 1px solid; 47 border: black 1px solid;
49} 48}
50 49
51.about .insides { 50.about .insides {
52 margin: 1ex; 51 margin: 1ex;
53} 52}
54.about .text { 53.about .text {
55 border: yellow solid 1px; 54 border: yellow solid 1px;
56 background: green; 55 background: green;
57} 56}
58.about .title { 57.about .title {
59 font-size: 300%; 58 font-size: 300%;
60 font-weight: bold; 59 font-weight: bold;
61 color: yellow; 60 color: yellow;
62} 61}
63.about .link { 62.about .link {
64 text-decoration: underline; 63 text-decoration: underline;
65 color: white; 64 color: white;
66 cursor: pointer; 65 cursor: pointer;
67} 66}
68 67
69menuitem.menuhead { 68menuitem.menuhead {
70 background: gray; 69 background: gray;
71 color: black; 70 color: black;
72 font-weight: bold; 71 font-weight: bold;
73} 72}
74 73
75div#searchresult_description { 74div#searchresult_description {
76 min-height: 5em; max-height: 8em; 75 min-height: 5em; max-height: 8em;
77 overflow: auto; 76 overflow: auto;
78 font-size: 90%; 77 font-size: 90%;
79 margin: 0.1ex 0.5ex; 78 margin: 0.1ex 0.5ex;
80} 79}
81 80
82#copying div { 81#copying div {
83 margin: 1ex 1em; 82 margin: 1ex 1em;
84 font-family: courier, monospace; 83 font-family: courier, monospace;
85 font-size: 9pt; 84 font-size: 9pt;
86 padding: 2px; 85 padding: 2px;
87 border: dotted 1px gray; 86 border: dotted 1px gray;
88 background: white; 87 background: white;
89} 88}
90 89
91label#search_page { 90label#search_page {
92 font-weight: bold; 91 font-weight: bold;
93 background: white; color: #404040; 92 background: white; color: #404040;
94 border-color: #c0c0c0 #404040 #404040 #c0c0c0; 93 border-color: #c0c0c0 #404040 #404040 #c0c0c0;
95 border-style: solid; 94 border-style: solid;
96 border-width: 1px; 95 border-width: 1px;
97 -moz-border-radius: 1em; 96 -moz-border-radius: 1em;
98 padding: 0.5ex 1ex; 97 padding: 0.5ex 1ex;
99} 98}
100 99
101html body { 100html body {
102 font-family: arial, sans-serif; 101 font-family: arial, sans-serif;
103 font-size: 11pt; 102 font-size: 11pt;
104 margin: 1em 4em; 103 margin: 1em 4em;
105 padding: 1em 4em; 104 padding: 1em 4em;
106 border: double 3px gray; 105 border: double 3px gray;
107 background: #ffffc0; 106 background: #ffffc0;
108} 107}
109html h1 { 108html h1 {
110 font-size: 130%; color: maroon; 109 font-size: 130%; color: maroon;
111} 110}
112html p { 111html p {
113 text-align: justify; 112 text-align: justify;
114} 113}
115 114
116html div.copyright { 115html div.copyright {
117 font-size: 60%; 116 font-size: 60%;
118 text-align: right; 117 text-align: right;
119} 118}
120html div.copyright a { 119html div.copyright a {
121 text-decoration: none; 120 text-decoration: none;
122} 121}
123 122
124button.lean { 123button.lean {
125 min-width: 1ex; 124 min-width: 1ex;
126} 125}