summaryrefslogtreecommitdiffstats
path: root/css/rpmphp.css
blob: 1bf4ae9baccc6a61356a58010115d9577a899584 (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
*
{
  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;
}

h1{
	color:#3C6EB4;
	padding:.2em;
	margin:.2em 0;
}

h2{
	color:#666666;
	padding:.1em;
	margin:.3em 1em;
}

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

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;
}

#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{
	background-color:#2963A6;
	color:white;
	padding:.1em 0;
}

#list-packages td,
#list-packages th{
	padding:.2em;
}

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

#list-packages tbody tr.odd td{
	background-color:#F0F0F0;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}

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

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

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

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

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

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

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