summaryrefslogtreecommitdiffstats
path: root/css/rpmphp.css
blob: 813d98f679f4bb2b591cea43de64f5f023e14e33 (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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
*
{
  margin: 0;
  padding: 0;
}

body {
	font-family:"DejaVu Sans", Helvetica, sans-serif;
	font-size:0.85em;
	background: #FFFFFF url(../images/border-left.png) 0 0 repeat-y;
	color:#333333;
}

img{
	border:none;
}

input{
	border:1px solid #AAAAAA;
}

input[type='submit']:hover{
	background-color:#bbb;
	color:#fff;
	cursor:pointer;
}

h1{
	color:#3C6EB4;
	padding:.2em;
	margin:.2em 0;
	font-size:1.6em;
}

h2{
	color:#666666;
	padding:.1em;
	margin:.3em 1em;
	font-size:1.4em;
}

a{
	color:#337ACC;
	text-decoration:none;
}

th{
    vertical-align:top;
}

a:hover{
	text-decoration:underline;
}

p{
	margin:0 .5em;
}

#reports{
	background-color:#E5E5E5;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	display:inline-block;
	padding:.5em 2em;
	margin-left:1.2em;
}

#wrapper{
	margin-left: 18px;
	min-height: 100%;
	background: #FFFFFF url(../images/border-right.png) 100% 0 repeat-y;
}

#fedora-content{
	margin-right:18px;
	position:relative;
}

#header {
	border-top: 10px solid #337ACC;
	padding: 1ex 17px;
	margin-right: 18px;
	background: #FFFFFF url(../images/line.png) 0 100% repeat-x;
	position:relative;
}

#header h1{
	margin:0;
}

#ariane p{
	display:inline;
	margin-right:0;
}

#ariane ul{
	display:inline;
}

#footer{
	text-align: center;
	background: #FFFFFF url(../images/line-bottom.png) 0 0 repeat-x;
	border-bottom: 10px solid #337ACC;
	height: 80px;
	color: #AAAAAA;
	margin:1em 18px 0 0;
	font-size:0.8em;
}

#footer p.disclaimer{
	padding-top:3ex;
}

#footer ul{
	list-style: none;
}

#footer li,
#ariane li{
	display: inline;
	border-left: 1px solid #AAAAAA;
	padding: 0 0.75ex;
	margin-left: -1px;
}

#footer ul li:first-child,
#ariane ul li:first-child{
	border-left:none;
}

#headsearch{
	position:absolute;
	right:1em;
	bottom:1.5em;
}

#list-packages{
	width:90%;
	margin:1em auto 0 auto;
	border-collapse:collapse;
}

#list-packages caption,
#upstream caption{
	background-color:#2963A6;
	color:white;
	padding:.1em 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	font-weight:bold;
}

#list-packages td,
#list-packages th{
   text-align: left;
	padding:.2em;
	background-color:white;
}

#list-packages thead th{
	background-color:#DDDDDD;
	border-bottom:1px solid #bbb;
}

#list-packages tbody td{
	border-bottom:1px solid #DDDDDD;
}

#list-packages tbody tr.odd td{
	background-color:#F0F0F0;
}

#list-packages h2{
	text-align:center;
}

#filter{
	display:inline-block;
	position:absolute;
	right:1em;
	top:0;
}

#filter fieldset{
	padding:.2em;
}

#list-packages tfoot td{
	text-align:right;
	font-size:.9em;
	font-style:italic;
}

#legend, #upstream{
	margin:.5em 1em;
	list-style:none;
	width:20em;
	/*text-align:center;*/
	background-color:#E5E5E5;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	padding:.5em 2em;
}

#upstream {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	width:90%;
	margin:.5em auto;
}

#upstream th{
	text-align:right;
}
#upstream td{
	padding-left:1em;
	text-align:left;
}

.error {
	background:url(../images/icon-error.png) no-repeat left;
	padding-left: 21px!important;
}

.info {
	background:url(../images/icon-info.png) no-repeat left;
	padding-left: 21px!important;
}

.attn {
	background:url(../images/attention.png) no-repeat left;
	padding-left: 21px!important;
}

.check {
	background:url(../images/checkmark.png) no-repeat left;
	padding-left: 21px!important;
}

.cpan {
	background:url(../images/perl.gif) no-repeat left;
	padding-left: 18px!important;
}

/*.rt {
	background:url(/img/rt.png) no-repeat left;
	padding-left: 18px;
}

.bz {
	background:url(/img/bz.png) no-repeat left;
	padding-left: 18px;
}*/

/** PKGDB stuff */
#pkgdb-link{
	position:absolute;
	top:0;
	right:1em;
}

.ajax{
	color: #AAAAAA;
	font-size:0.8em;
}

/** AUTOCOMPLETER */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(../images/indicator.png) right center no-repeat;
}

.ac_odd {
	background-color: #F0F0F0;
}

.ac_over {
	background-color: #2963A6;
	color: white;
}