summaryrefslogtreecommitdiffabout
path: root/content/fireflix.css
blob: 4a3228f1fa8dd8bb25bed708a891574bb0a04aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.generated.wholething,
.about.wholething,
tabbox, tabpanels, tabpanel {
 background: url("background.jpeg");
}
tabpanels {
 padding: 0px;
}

tree {
 margin-top: 2px;
 background: rgb(12,167,0);
 color: rgb(255,255,0);
 font-size: 90%;
}
tree treechildren { /* for windows */
 background: rgb(12,167,0);
}

tree#uploadlist treechildren::-moz-tree-cell-text(pending) {
}
tree#uploadlist treechildren::-moz-tree-cell-text(completed) {
 color: white;
}
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#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;
}

#copying div {
 margin: 1ex 1em;
 font-family: courier, monospace;
 font-size: 9pt;
 padding: 2px;
 border: dotted 1px gray;
 background: white;
}