Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/style/imports/upfiles.css
blob: e3104ba0414294a106bcae1752e9d32366144b98 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/* UpFiles
----------------------------------------------------------------*/
#brdmain #upf-block .pagepost {
	overflow: hidden;
}

#upf-container {
	overflow: auto;
	padding: 0;
}

ul#upf-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#upf-list li {
	display: block;
	float: left;
	margin: 3px;
	padding: 3px;
	text-align: center;
	border: 1px solid;
	position: relative;
}

.upf-fmess #upf-list-fls {
	min-width: auto;
}

.upf-fmess ul#upf-list {
	white-space: nowrap;
}

.upf-fmess #upf-list li {
	display: inline-block;
	float: none;
}

.upf-but a, .upf-but a:link, .upf-but a:visited, .upf-but a:hover, .upf-but a:active, .upf-but a:focus {
	text-decoration: none;
}

.upf-file img {
	max-height: 100%;
	border: none;
	max-width: 100%;
}

#upf-list .upf-name {
	height: 26px;
	text-align: left;
	word-wrap: break-word;
	min-width: 120px;
}

#upf-list .upf-size {
	height: 26px;
}

#upf-list .upf-name span, #upf-list .upf-size span {
	line-height: 26px;
}

.upf-delete {
	position: absolute;
	top: 0;
	right: 0;
}

.upf-insert {
	position: absolute;
	bottom: 0;
	right: 0;
}

.upf-insert-t {
	position: absolute;
	bottom: 0;
	left: 0;
}

.upf-delete span {
	background: url("../../img/upf-x.png") no-repeat scroll 5px 5px;
	float: right;
}

.upf-delete .upf-loading span,
.upf-removal .upf-delete span {
	background: url("../../img/loading.gif") no-repeat scroll 5px 5px;
}

.upf-insert span {
	background: url("../../img/upf-i.png") no-repeat scroll 5px 5px;
	float: right;
}

.upf-insert-t span {
	background: url("../../img/upf-it.png") no-repeat scroll 5px 5px;
	float: left;
}

.upf-but a span {
	height: 26px;
	width: 26px;
	opacity: 0.3;
}

.upf-but a:hover span {
	opacity: 1;
	background-color: #999999;
}

#upf-legend {
	border: 1px solid #4E642D;
	width: 100%;
}

#upf-legend div {
	border-right: 2px solid #4E642D;
	background-color: #6C8A3F;
	text-align: right;
	width: 100%;
}

#upf-legend div span {
	filter: invert(1) grayscale(1) contrast(9);
}

#upf-table th, #upf-table td {
	text-align: center;
	width: auto;
}

#upf-table .upf-c2 {
	width: 80%;
	text-align: left;
}

#upf-table .upf-c3 img {
	border: none;
	max-width: 150px;
}

#upf-block #upf-table td {
	vertical-align: middle;
}

#upf-- .upf-delete,
#upf-- .upf-insert,
#upf-- .upf-insert-t {
	display: none;
}

#upf-button.upf-uploading {
	display: none;
}

#upf-button.upf-uploading + span:before {
	height: 16px;
	width: 26px;
	background: url("../../img/loading.gif") no-repeat scroll left center;
	display: inline-block;
	content: " ";
	vertical-align: middle;
}

.upf-fmess #upf-- {
	visibility: hidden;
}