comparison installer/styles.css @ 0:4681f974d28b

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:52:31 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4681f974d28b
1 body {
2 background: white;
3 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
4 font-size: small;
5 color: black;
6 margin: 0;
7 }
8
9 #banner {
10 position: relative;
11 height: 58px;
12 margin: 0 0 1em 0;
13 padding: 10px 20px;
14 background: url('images/banner_gradient.gif') top left repeat-x #d8edfd;
15 overflow: hidden;
16 }
17
18 #banner .banner-bg {
19 position: absolute;
20 top: 0;
21 right: 0;
22 width: 630px;
23 height: 78px;
24 background: url('images/banner_schraffur.gif') top right no-repeat;
25 z-index: 0;
26 }
27
28 #banner .banner-logo {
29 position: absolute;
30 top: 10px;
31 left: 20px;
32 z-index: 4;
33 }
34
35 #banner .banner-logo a {
36 border: 0;
37 }
38
39 #topnav {
40 position: absolute;
41 top: 3.6em;
42 right: 20px;
43 }
44
45 #topnav a {
46 color: #666;
47 }
48
49 #content {
50 margin: 2em 20px;
51 }
52
53 #footer {
54 margin: 2em 20px 1em 20px;
55 padding-top: 0.6em;
56 font-size: smaller;
57 text-align: center;
58 border-top: 1px dotted #999;
59 }
60
61 #progress {
62 margin-bottom: 2em;
63 border: 1px solid #aaa;
64 background-color: #f9f9f9;
65 }
66
67 #progress:after {
68 content: ".";
69 display: block;
70 height: 0;
71 font-size: 0;
72 clear: both;
73 visibility: hidden;
74 }
75
76 #progress li {
77 float: left;
78 color: #999;
79 padding: 1em 5em 1em 0.2em;
80 }
81
82 #progress li a {
83 color: #999;
84 text-decoration: none;
85 }
86
87 #progress li a:hover {
88 text-decoration: underline;
89 }
90
91 #progress li.current {
92 color: #000;
93 font-weight: bold;
94 }
95
96 #progress li.passed,
97 #progress li.passed a,
98 #progress li.current a {
99 color: #333;
100 }
101
102 fieldset {
103 margin-bottom: 1.5em;
104 border: 1px solid #aaa;
105 background-color: #f9f9f9;
106 }
107
108 fieldset p.hint {
109 margin-top: 0.5em;
110 }
111
112 legend {
113 font-size: 1.1em;
114 font-weight: bold;
115 }
116
117 textarea.configfile {
118 background-color: #f9f9f9;
119 font-family: monospace;
120 font-size: 9pt;
121 width: 100%;
122 height: 30em;
123 }
124
125 .propname {
126 font-family: monospace;
127 font-size: 9pt;
128 margin-top: 1em;
129 margin-bottom: 0.6em;
130 }
131
132 dd div {
133 margin-top: 0.3em;
134 }
135
136 dd label {
137 padding-left: 0.5em;
138 }
139
140 th {
141 text-align: left;
142 }
143
144 ul li {
145 margin: 0.3em 0 0.4em -1em;
146 }
147
148 ul li ul li {
149 margin-bottom: 0.2em;
150 }
151
152 h3 {
153 font-size: 1.1em;
154 margin-top: 1.5em;
155 margin-bottom: 0.6em;
156 }
157
158 h4 {
159 margin-bottom: 0.2em;
160 }
161
162 a.blocktoggle {
163 color: #666;
164 text-decoration: none;
165 }
166
167 a.addlink {
168 color: #999;
169 font-size: 0.9em;
170 padding: 1px 0 1px 20px;
171 background: url('images/add.png') top left no-repeat;
172 text-decoration: none;
173 }
174
175 a.removelink {
176 color: #999;
177 font-size: 0.9em;
178 padding: 1px 0 1px 24px;
179 background: url('images/delete.png') 4px 0 no-repeat;
180 text-decoration: none;
181 }
182
183 .hint {
184 color: #666;
185 font-size: 0.95em;
186 }
187
188 .success {
189 color: #006400;
190 font-weight: bold !important;
191 }
192
193 .fail {
194 color: #ff0000 !important;
195 font-weight: bold !important;
196 }
197
198 .na {
199 color: #f60;
200 font-weight: bold;
201 }
202
203 .indent {
204 padding-left: 0.8em;
205 }
206
207 .notice {
208 padding: 1em;
209 background-color: #f7fdcb;
210 border: 2px solid #c2d071;
211 }
212
213 .suggestion {
214 padding: 0.6em;
215 background-color: #ebebeb;
216 border: 1px solid #999;
217 }
218
219 p.warning,
220 div.warning {
221 padding: 1em;
222 background-color: #ef9398;
223 border: 2px solid #dc5757;
224 }
225
226 h3.warning {
227 color: #c00;
228 background: url('images/error.png') top left no-repeat;
229 padding-left: 24px;
230 }
231
232 .userconf {
233 color: #00c;
234 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
235 }