1 | /************************************************************************/
|
---|
2 | /* PHP-NUKE: Advanced Content Management System */
|
---|
3 | /* ============================================ */
|
---|
4 | /* */
|
---|
5 | /* Copyright (c) 2006 by Francisco Burzi */
|
---|
6 | /* http://phpnuke.org */
|
---|
7 | /* */
|
---|
8 | /* PHP-Nuke Installer was based on Joomla Installer */
|
---|
9 | /* PHP-Nuke Installer improved for WL-Nuke by Weblord.it */
|
---|
10 | /* Joomla is Copyright (c) of Open Source Matters */
|
---|
11 | /* */
|
---|
12 | /* This program is free software. You can redistribute it and/or modify */
|
---|
13 | /* it under the terms of the GNU General Public License as published by */
|
---|
14 | /* the Free Software Foundation; either version 2 of the License. */
|
---|
15 | /************************************************************************/
|
---|
16 |
|
---|
17 | body {
|
---|
18 | margin: 0px;
|
---|
19 | padding: 0px;
|
---|
20 | color : #333;
|
---|
21 | background-color : #FFF;
|
---|
22 | font-size : 11px;
|
---|
23 | font-family : Arial, Helvetica, sans-serif;
|
---|
24 | }
|
---|
25 |
|
---|
26 | #wrapper {
|
---|
27 | border: 0px;
|
---|
28 | margin: 0px;
|
---|
29 | margin-left: auto;
|
---|
30 | margin-right: auto;
|
---|
31 | padding: 0px;
|
---|
32 | }
|
---|
33 |
|
---|
34 | #header {
|
---|
35 | background-color: #FFF;
|
---|
36 | background-position: right top;
|
---|
37 | border-bottom: 4px solid #000000;
|
---|
38 | background: url(header_bg.png);
|
---|
39 | }
|
---|
40 |
|
---|
41 | #eleonline {
|
---|
42 | position: relative;
|
---|
43 | width: 100%;
|
---|
44 | background-position: bottom right;
|
---|
45 | margin: 0px;
|
---|
46 | padding: 0px;
|
---|
47 | }
|
---|
48 |
|
---|
49 | #stepbar {
|
---|
50 | background-color: #F1F1F1;
|
---|
51 | width: 170px !important;
|
---|
52 | width: 170px;
|
---|
53 | height: 400px;
|
---|
54 | font-size: 11px;
|
---|
55 | float: left;
|
---|
56 | text-align: left;
|
---|
57 | }
|
---|
58 |
|
---|
59 | #step {
|
---|
60 | background: url(install_logo.png) no-repeat;
|
---|
61 | font-size: 30px;
|
---|
62 | font-weight: bold;
|
---|
63 | text-align: left;
|
---|
64 | color: #666666;
|
---|
65 | padding: 10px 0px 20px 80px;
|
---|
66 | white-space: nowrap;
|
---|
67 | position: relative;
|
---|
68 | float: left;
|
---|
69 | }
|
---|
70 |
|
---|
71 | .step-on {
|
---|
72 | color: #fff;
|
---|
73 | background: #0F71A9;
|
---|
74 | font-weight: bold;
|
---|
75 | font-size: 13px;
|
---|
76 | padding: 10px;
|
---|
77 | border: 1px solid #cccccc;
|
---|
78 | margin-bottom: 2px;
|
---|
79 | }
|
---|
80 |
|
---|
81 | .step-off {
|
---|
82 | font-size: 13px;
|
---|
83 | color: #999999;
|
---|
84 | font-weight: bold;
|
---|
85 | padding: 10px;
|
---|
86 | border: 1px solid #cccccc;
|
---|
87 | margin-bottom: 2px;
|
---|
88 | }
|
---|
89 |
|
---|
90 | #right {
|
---|
91 | float: right;
|
---|
92 | width: 555px !important;
|
---|
93 | width: 545px;
|
---|
94 | border-left: 1px solid #cccccc;
|
---|
95 | padding-left: 10px;
|
---|
96 |
|
---|
97 | }
|
---|
98 |
|
---|
99 | #break {
|
---|
100 | height: 20px;
|
---|
101 | }
|
---|
102 |
|
---|
103 | .licensetext {
|
---|
104 | text-align: left;
|
---|
105 | }
|
---|
106 |
|
---|
107 | .license {
|
---|
108 | padding: 0px;
|
---|
109 | width: 530px;
|
---|
110 | height: 300px;
|
---|
111 | }
|
---|
112 |
|
---|
113 | .license-form {
|
---|
114 | float: left;
|
---|
115 | }
|
---|
116 |
|
---|
117 | .install {
|
---|
118 | margin-left: auto;
|
---|
119 | margin-right: auto;
|
---|
120 | margin-top: 3em;
|
---|
121 | margin-bottom: 3em;
|
---|
122 | padding: 10px;
|
---|
123 | border: 1px solid #cccccc;
|
---|
124 | width: 750px;
|
---|
125 | background: #F1F1F1;
|
---|
126 | }
|
---|
127 |
|
---|
128 | .install h1 {
|
---|
129 | font-size: 15px;
|
---|
130 | font-weight: bold;
|
---|
131 | color: #0F71A9;
|
---|
132 | padding: 10px 10px 4px 0px;
|
---|
133 | text-align: left;
|
---|
134 | border-bottom: 1px solid #0F71A9;
|
---|
135 | margin-bottom: 10px;
|
---|
136 |
|
---|
137 | }
|
---|
138 |
|
---|
139 | .install-form {
|
---|
140 | position: relative;
|
---|
141 | text-align: left;
|
---|
142 | float: right;
|
---|
143 | width: 69%;
|
---|
144 | }
|
---|
145 |
|
---|
146 | .install-text {
|
---|
147 | position: relative;
|
---|
148 | text-align: left;
|
---|
149 | width: 30%;
|
---|
150 | float: left;
|
---|
151 | }
|
---|
152 |
|
---|
153 | .form-block {
|
---|
154 | border: 1px solid #cccccc;
|
---|
155 | background: #E9ECEF;
|
---|
156 | padding-top: 5px;
|
---|
157 | padding-left: 5px;
|
---|
158 | padding-bottom: 5px;
|
---|
159 | padding-right: 5px;
|
---|
160 | }
|
---|
161 |
|
---|
162 | .left {
|
---|
163 | position: relative;
|
---|
164 | text-align: left;
|
---|
165 | float: left;
|
---|
166 | width: 50%;
|
---|
167 | }
|
---|
168 |
|
---|
169 | .right {
|
---|
170 | position: relative;
|
---|
171 | text-align: left;
|
---|
172 | float: right;
|
---|
173 | width: 50%;
|
---|
174 | }
|
---|
175 |
|
---|
176 | .far-right {
|
---|
177 | position: relative;
|
---|
178 | text-align: right;
|
---|
179 | float: right;
|
---|
180 | }
|
---|
181 |
|
---|
182 | .far-left {
|
---|
183 | position: relative;
|
---|
184 | text-align: left;
|
---|
185 | float: left;
|
---|
186 | }
|
---|
187 |
|
---|
188 | .clr {
|
---|
189 | clear:both;
|
---|
190 | }
|
---|
191 |
|
---|
192 | .ctr {
|
---|
193 | text-align: center;
|
---|
194 | }
|
---|
195 |
|
---|
196 | .button {
|
---|
197 | border : solid 1px #cccccc;
|
---|
198 | background: #E9ECEF;
|
---|
199 | color : #666666;
|
---|
200 | font-weight : bold;
|
---|
201 | font-size : 11px;
|
---|
202 | padding: 4px;
|
---|
203 | }
|
---|
204 |
|
---|
205 | table.content {
|
---|
206 | width: 80%;
|
---|
207 | }
|
---|
208 |
|
---|
209 | table.content td {
|
---|
210 | color : #333333;
|
---|
211 | font-size: 11px;
|
---|
212 | width: 50%;
|
---|
213 | }
|
---|
214 |
|
---|
215 | table.content2 {
|
---|
216 | width: 90%;
|
---|
217 | }
|
---|
218 |
|
---|
219 | table.content2 td {
|
---|
220 | color : #333333;
|
---|
221 | font-size: 11px;
|
---|
222 | }
|
---|
223 |
|
---|
224 | .toggle {
|
---|
225 | font-weight: bold;
|
---|
226 | }
|
---|
227 |
|
---|
228 |
|
---|
229 | /* old stuff */
|
---|
230 |
|
---|
231 |
|
---|
232 | a {
|
---|
233 | color: #0F71A9;
|
---|
234 | text-decoration: none;
|
---|
235 | }
|
---|
236 | a:hover {
|
---|
237 | color : #1697E1;
|
---|
238 | text-decoration : underline;
|
---|
239 | }
|
---|
240 | a:active {
|
---|
241 | color : #0F71A9;
|
---|
242 | text-decoration : underline;
|
---|
243 | }
|
---|
244 |
|
---|
245 | .inputbox {
|
---|
246 |
|
---|
247 | color: blue;
|
---|
248 | font-family: Arial, Helvetica, sans-serif;
|
---|
249 | z-index: -3;
|
---|
250 | font-size: 11px;
|
---|
251 | }
|
---|
252 |
|
---|
253 | .small {
|
---|
254 | color : #333;
|
---|
255 | font-size : 10px;
|
---|
256 | }
|
---|
257 |
|
---|
258 | .error {
|
---|
259 | color : #cc0000;
|
---|
260 | font-size : 12px;
|
---|
261 | font-weight : bold;
|
---|
262 | padding-top: 10px;
|
---|
263 | padding-bottom: 10px;
|
---|
264 | }
|
---|
265 |
|
---|
266 |
|
---|
267 | select.options, input.options {
|
---|
268 | font-size: 8pt;
|
---|
269 | border: 1px solid #999;
|
---|
270 | }
|
---|
271 |
|
---|
272 | form {
|
---|
273 | margin: 0px 0px 0px 0px;
|
---|
274 | }
|
---|
275 |
|
---|
276 |
|
---|
277 | .dottedline {
|
---|
278 | border-bottom: 1px solid #333;
|
---|
279 | }
|
---|
280 |
|
---|
281 | .installheader {
|
---|
282 | color : #FFF;
|
---|
283 | font-size : 24px;
|
---|
284 | }
|
---|
285 |
|
---|
286 | textarea {
|
---|
287 | color : #0000dd;
|
---|
288 | font-family : Arial;
|
---|
289 | font-size : 11px;
|
---|
290 | border: 1px;
|
---|
291 | }
|
---|