1 html{background:#f9f9f9}body{background:#fff;color:#333;font-family:sans-serif;margin:2em auto;padding:1em 2em;-webkit-border-radius:3px;border-radius:3px;border:1px solid #dfdfdf;max-width:700px}a{color:#21759b;text-decoration:none}a:hover{color:#d54e21}h1{border-bottom:1px solid #dadada;clear:both;color:#666;font:24px Georgia,"Times New Roman",Times,serif;margin:30px 0 0 0;padding:0;padding-bottom:7px}h2{font-size:16px}p,li,dd,dt{padding-bottom:2px;font-size:14px;line-height:1.5}code,.code{font-size:14px}ul,ol,dl{padding:5px 5px 5px 22px}a img{border:0}abbr{border:0;font-variant:normal}#logo{margin:6px 0 14px 0;border-bottom:0;text-align:center}.step{margin:20px 0 15px}.step,th{text-align:left;padding:0}.submit input,.button,.button-secondary{font-family:sans-serif;text-decoration:none;font-size:14px!important;line-height:16px;padding:6px 12px;cursor:pointer;border:1px solid #bbb;color:#464646;-webkit-border-radius:15px;border-radius:15px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.button:hover,.button-secondary:hover,.submit input:hover{color:#000;border-color:#666}.button,.submit input,.button-secondary{background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top}.button:active,.submit input:active,.button-secondary:active{background:#eee url(../images/white-grad-active.png) repeat-x scroll left top}textarea{border:1px solid #dfdfdf;-webkit-border-radius:3px;border-radius:3px;font-family:sans-serif;width:695px}.form-table{border-collapse:collapse;margin-top:1em;width:100%}.form-table td{margin-bottom:9px;padding:10px 20px 10px 0;border-bottom:8px solid #fff;font-size:14px;vertical-align:top}.form-table th{font-size:14px;text-align:left;padding:16px 20px 10px 0;border-bottom:8px solid #fff;width:140px;vertical-align:top}.form-table code{line-height:18px;font-size:14px}.form-table p{margin:4px 0 0 0;font-size:11px}.form-table input{line-height:20px;font-size:15px;padding:2px;border:1px #dfdfdf solid;-webkit-border-radius:3px;border-radius:3px;font-family:sans-serif}.form-table input[type=text],.form-table input[type=password]{width:206px}.form-table th p{font-weight:normal}.form-table.install-success td{vertical-align:middle;padding:16px 20px 10px 0}.form-table.install-success td p{margin:0;font-size:14px}.form-table.install-success td code{margin:0;font-size:18px}#error-page{margin-top:50px}#error-page p{font-size:14px;line-height:18px;margin:25px 0 20px}#error-page code,.code{font-family:Consolas,Monaco,monospace}#pass-strength-result{background-color:#eee;border-color:#ddd!important;border-style:solid;border-width:1px;margin:5px 5px 5px 0;padding:5px;text-align:center;width:200px;display:none}#pass-strength-result.bad{background-color:#ffb78c;border-color:#ff853c!important}#pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important}#pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important}#pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important}.message{border:1px solid #e6db55;padding:.3em .6em;margin:5px 0 15px;background-color:#ffffe0}body.rtl{font-family:Tahoma,arial}.rtl h1{font-family:arial;margin:5px -4px 0 0}.rtl ul,.rtl ol{padding:5px 22px 5px 5px}.rtl .step,.rtl th,.rtl .form-table th{text-align:right}.rtl .submit input,.rtl .button,.rtl .button-secondary{margin-right:0}.rtl #dbname,.rtl #uname,.rtl #pwd,.rtl #dbhost,.rtl #prefix,.rtl #user_login,.rtl #admin_email,.rtl #pass1,.rtl #pass2{direction:ltr} |
1 html { |
|
2 background: #f9f9f9; |
|
3 } |
|
4 |
|
5 body { |
|
6 background: #fff; |
|
7 color: #333; |
|
8 font-family: sans-serif; |
|
9 margin: 2em auto; |
|
10 padding: 1em 2em; |
|
11 -webkit-border-radius: 3px; |
|
12 border-radius: 3px; |
|
13 border: 1px solid #dfdfdf; |
|
14 max-width: 700px; |
|
15 } |
|
16 |
|
17 a { |
|
18 color: #21759b; |
|
19 text-decoration: none; |
|
20 } |
|
21 |
|
22 a:hover { |
|
23 color: #d54e21; |
|
24 } |
|
25 |
|
26 h1 { |
|
27 border-bottom: 1px solid #dadada; |
|
28 clear: both; |
|
29 color: #666; |
|
30 font: 24px Georgia, "Times New Roman", Times, serif; |
|
31 margin: 30px 0 0 0; |
|
32 padding: 0; |
|
33 padding-bottom: 7px; |
|
34 } |
|
35 |
|
36 h2 { |
|
37 font-size: 16px; |
|
38 } |
|
39 |
|
40 p, li, dd, dt { |
|
41 padding-bottom: 2px; |
|
42 font-size: 14px; |
|
43 line-height: 1.5; |
|
44 } |
|
45 |
|
46 code, .code { |
|
47 font-size: 14px; |
|
48 } |
|
49 |
|
50 ul, ol, dl { |
|
51 padding: 5px 5px 5px 22px; |
|
52 } |
|
53 |
|
54 a img { |
|
55 border:0 |
|
56 } |
|
57 abbr { |
|
58 border: 0; |
|
59 font-variant: normal; |
|
60 } |
|
61 #logo { |
|
62 margin: 6px 0 14px 0; |
|
63 border-bottom: none; |
|
64 text-align:center |
|
65 } |
|
66 #logo a { |
|
67 background-image: url('../images/wordpress-logo.png?ver=20120216'); |
|
68 background-size: 274px 63px; |
|
69 background-position: top center; |
|
70 background-repeat: no-repeat; |
|
71 height: 67px; |
|
72 text-indent: -9999px; |
|
73 outline: none; |
|
74 overflow: hidden; |
|
75 display: block; |
|
76 } |
|
77 @media print, |
|
78 (-o-min-device-pixel-ratio: 5/4), |
|
79 (-webkit-min-device-pixel-ratio: 1.25), |
|
80 (min-resolution: 120dpi) { |
|
81 #logo a { |
|
82 background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); |
|
83 background-size: 274px 63px; |
|
84 } |
|
85 } |
|
86 .step { |
|
87 margin: 20px 0 15px; |
|
88 } |
|
89 .step, th { |
|
90 text-align: left; |
|
91 padding: 0; |
|
92 } |
|
93 .step .button-large { |
|
94 font-size: 14px; |
|
95 } |
|
96 textarea { |
|
97 border: 1px solid #dfdfdf; |
|
98 -webkit-border-radius: 3px; |
|
99 border-radius: 3px; |
|
100 font-family: sans-serif; |
|
101 width: 695px; |
|
102 } |
|
103 |
|
104 .form-table { |
|
105 border-collapse: collapse; |
|
106 margin-top: 1em; |
|
107 width: 100%; |
|
108 } |
|
109 |
|
110 .form-table td { |
|
111 margin-bottom: 9px; |
|
112 padding: 10px 20px 10px 0; |
|
113 border-bottom: 8px solid #fff; |
|
114 font-size: 14px; |
|
115 vertical-align: top |
|
116 } |
|
117 |
|
118 .form-table th { |
|
119 font-size: 14px; |
|
120 text-align: left; |
|
121 padding: 16px 20px 10px 0; |
|
122 border-bottom: 8px solid #fff; |
|
123 width: 140px; |
|
124 vertical-align: top; |
|
125 } |
|
126 |
|
127 .form-table code { |
|
128 line-height: 18px; |
|
129 font-size: 14px; |
|
130 } |
|
131 |
|
132 .form-table p { |
|
133 margin: 4px 0 0 0; |
|
134 font-size: 11px; |
|
135 } |
|
136 |
|
137 .form-table input { |
|
138 line-height: 20px; |
|
139 font-size: 15px; |
|
140 padding: 2px; |
|
141 border: 1px #dfdfdf solid; |
|
142 -webkit-border-radius: 3px; |
|
143 border-radius: 3px; |
|
144 font-family: sans-serif; |
|
145 } |
|
146 |
|
147 .form-table input[type=text], |
|
148 .form-table input[type=password] { |
|
149 width: 206px; |
|
150 } |
|
151 |
|
152 .form-table th p { |
|
153 font-weight: normal; |
|
154 } |
|
155 |
|
156 .form-table.install-success td { |
|
157 vertical-align: middle; |
|
158 padding: 16px 20px 10px 0; |
|
159 } |
|
160 |
|
161 .form-table.install-success td p { |
|
162 margin: 0; |
|
163 font-size: 14px; |
|
164 } |
|
165 |
|
166 .form-table.install-success td code { |
|
167 margin: 0; |
|
168 font-size: 18px; |
|
169 } |
|
170 |
|
171 #error-page { |
|
172 margin-top: 50px; |
|
173 } |
|
174 |
|
175 #error-page p { |
|
176 font-size: 14px; |
|
177 line-height: 18px; |
|
178 margin: 25px 0 20px; |
|
179 } |
|
180 |
|
181 #error-page code, .code { |
|
182 font-family: Consolas, Monaco, monospace; |
|
183 } |
|
184 |
|
185 #pass-strength-result { |
|
186 background-color: #eee; |
|
187 border-color: #ddd !important; |
|
188 border-style: solid; |
|
189 border-width: 1px; |
|
190 margin: 5px 5px 5px 0; |
|
191 padding: 5px; |
|
192 text-align: center; |
|
193 width: 200px; |
|
194 display: none; |
|
195 } |
|
196 |
|
197 #pass-strength-result.bad { |
|
198 background-color: #ffb78c; |
|
199 border-color: #ff853c !important; |
|
200 } |
|
201 |
|
202 #pass-strength-result.good { |
|
203 background-color: #ffec8b; |
|
204 border-color: #ffcc00 !important; |
|
205 } |
|
206 |
|
207 #pass-strength-result.short { |
|
208 background-color: #ffa0a0; |
|
209 border-color: #f04040 !important; |
|
210 } |
|
211 |
|
212 #pass-strength-result.strong { |
|
213 background-color: #c3ff88; |
|
214 border-color: #8dff1c !important; |
|
215 } |
|
216 |
|
217 .message { |
|
218 border: 1px solid #e6db55; |
|
219 padding: 0.3em 0.6em; |
|
220 margin: 5px 0 15px; |
|
221 background-color: #ffffe0; |
|
222 } |
|
223 |
|
224 /* install-rtl */ |
|
225 body.rtl { |
|
226 font-family: Tahoma, arial; |
|
227 } |
|
228 |
|
229 .rtl h1 { |
|
230 font-family: arial; |
|
231 margin: 5px -4px 0 0; |
|
232 } |
|
233 |
|
234 .rtl ul, |
|
235 .rtl ol { |
|
236 padding: 5px 22px 5px 5px; |
|
237 } |
|
238 |
|
239 .rtl .step, |
|
240 .rtl th, |
|
241 .rtl .form-table th { |
|
242 text-align: right; |
|
243 } |
|
244 |
|
245 .rtl .submit input, |
|
246 .rtl .button, |
|
247 .rtl .button-secondary { |
|
248 margin-right: 0; |
|
249 } |
|
250 |
|
251 .rtl #dbname, |
|
252 .rtl #uname, |
|
253 .rtl #pwd, |
|
254 .rtl #dbhost, |
|
255 .rtl #prefix, |
|
256 .rtl #user_login, |
|
257 .rtl #admin_email, |
|
258 .rtl #pass1, |
|
259 .rtl #pass2 { |
|
260 direction: ltr; |
|
261 } |