summaryrefslogtreecommitdiffstats
path: root/dogtag/tps-ui/shared/docroot/css/pki-base.css
blob: 1892b75dcc7f33270462fc7d7f1e9ed864f15886 (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
/* --- BEGIN COPYRIGHT BLOCK ---
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 *
 * Copyright (C) 2007 Red Hat, Inc.
 * All rights reserved.
 * --- END COPYRIGHT BLOCK ---
 */

@import url("pki.css");
@import url("pki-360.css");

/* The following styles are for ALL browsers, including Netscape
   Navigator 4.x.  Put more detailed CSS in pki.css. */


/* from rob byers */

/* This establishes background pattern and centering of content area as well
as font-styles for the site */
body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: small;
	}
	
img {
	border: 0;
	}

#broken-browser-warning { 
        text-align: center;
}

.sidebar {
	padding: 10px 0 0 0;	/* changed padding parameters */
	/*border-right: 1px solid #ccc;*/
        vertical-align: top;
}
.sidebar-title {
	color: #999;
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.sidebar-links {
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 15pt;
	color: #999;
}
.sidebar-title + .sidebar-links {
	margin-top: -0.5em;
}

.sidebar-info {
  padding: 4px 4px;
}
.sidebar-info h2 {
  padding-left: 10px;
  margin: 4px;
}
.legend-row {
  padding: 0px 2px;
  white-space: nowrap;
}
.legend-row img {
  vertical-align: middle;
  margin: 3px 4px;
  padding: 0;
}

.tab-row img {
        vertical-align: bottom;
}

.bar-undertabs div {
	background: #900 url("/img/tab-bar.gif") repeat-x bottom;
        height: 11px;
        font-size: 1px;
        margin: 0;
        padding: 0;
}
.bar-status form { 
        margin: 0;
}

.bar-status {
	background-color: #ddd;
	font-size: 10px;
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	/*
	text-align: left;
	*/
}

#footer {
        /*
	border-top: 2px dotted #ccc;
	padding: 2em 4em 2em 4em;
	*/
	padding: 1em;
	margin: 1em 4em 1em 4em;
	text-align: center;
	font-size: 10px;
	color: #aaa;

	margin-left: auto;
	margin-right: auto;
        margin-top: 64px;
}

ul#help-url-list ul {

}
ul#help-url-list li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul#help-url-list li a {
  font-weight: bold;
}

ul#faq-list { 
  padding-left: 2px;
  margin-left: 0;
}

#faq-list li { 
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#faq-list a {
}

#faq-details { 
  margin-left: 1em;
}

#faq-details a.faq-back-to-top { 
  float: right;
}

#faq-details p + h3 { 
  padding-top: 2em;
}

div.login-component { 
  text-align: center;
}

div.login-box { 
  border: 1px solid #999;
  text-align: right;
  padding: 12px 10px;
  margin: 4px;
  background-color: #eee;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

div.login-box form { 
  margin: 0;
}

div.login-box div.input-row { 
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
}

div.login-box div.input-row input { 
  font-weight: normal;
  vertical-align: middle;
}

div.filter-input { 
}
div.filter-input input { 
  vertical-align: middle;
  font-size: 10px;
}

/*
 Devel environment only.

b, i, u, font, center, .fixme, blockquote { 
  background-color: #eaa;
  text-decoration: line-through;
}
*/