]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/install.dev.css
WordPress 3.4
[autoinstalls/wordpress.git] / wp-admin / css / install.dev.css
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 .step {
67         margin: 20px 0 15px;
68 }
69 .step, th {
70         text-align: left;
71         padding: 0;
72 }
73
74 .submit input, .button, .button-secondary {
75         font-family: sans-serif;
76         text-decoration: none;
77         font-size: 14px !important;
78         line-height: 16px;
79         padding: 6px 12px;
80         cursor: pointer;
81         border: 1px solid #bbb;
82         color: #464646;
83         -webkit-border-radius: 15px;
84         border-radius: 15px;
85         -moz-box-sizing: content-box;
86         -webkit-box-sizing: content-box;
87         box-sizing: content-box;
88 }
89
90 .button:hover, .button-secondary:hover, .submit input:hover {
91         color: #000;
92         border-color: #666;
93 }
94
95 .button, .submit input, .button-secondary {
96         background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
97 }
98
99 .button:active, .submit input:active, .button-secondary:active {
100         background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
101 }
102
103 textarea {
104         border: 1px solid #dfdfdf;
105         -webkit-border-radius: 3px;
106         border-radius: 3px;
107         font-family: sans-serif;
108         width:  695px;
109 }
110
111 .form-table {
112         border-collapse: collapse;
113         margin-top: 1em;
114         width: 100%;
115 }
116
117 .form-table td {
118         margin-bottom: 9px;
119         padding: 10px 20px 10px 0;
120         border-bottom: 8px solid #fff;
121         font-size: 14px;
122         vertical-align: top
123 }
124
125 .form-table th {
126         font-size: 14px;
127         text-align: left;
128         padding: 16px 20px 10px 0;
129         border-bottom: 8px solid #fff;
130         width: 140px;
131         vertical-align: top;
132 }
133
134 .form-table code {
135         line-height: 18px;
136         font-size: 14px;
137 }
138
139 .form-table p {
140         margin: 4px 0 0 0;
141         font-size: 11px;
142 }
143
144 .form-table input {
145         line-height: 20px;
146         font-size: 15px;
147         padding: 2px;
148         border: 1px #DFDFDF solid;
149         -webkit-border-radius: 3px;
150         border-radius: 3px;
151         font-family: sans-serif;
152 }
153
154 .form-table input[type=text],
155 .form-table input[type=password] {
156         width: 206px;
157 }
158
159 .form-table th p {
160         font-weight: normal;
161 }
162
163 .form-table.install-success td {
164         vertical-align: middle;
165         padding: 16px 20px 10px 0;
166 }
167
168 .form-table.install-success td p {
169         margin: 0;
170         font-size: 14px;
171 }
172
173 .form-table.install-success td code {
174         margin: 0;
175         font-size: 18px;
176 }
177
178 #error-page {
179         margin-top: 50px;
180 }
181
182 #error-page p {
183         font-size: 14px;
184         line-height: 18px;
185         margin: 25px 0 20px;
186 }
187
188 #error-page code, .code {
189         font-family: Consolas, Monaco, monospace;
190 }
191
192 #pass-strength-result {
193         background-color: #eee;
194         border-color: #ddd !important;
195         border-style: solid;
196         border-width: 1px;
197         margin: 5px 5px 5px 0;
198         padding: 5px;
199         text-align: center;
200         width: 200px;
201         display: none;
202 }
203
204 #pass-strength-result.bad {
205         background-color: #ffb78c;
206         border-color: #ff853c !important;
207 }
208
209 #pass-strength-result.good {
210         background-color: #ffec8b;
211         border-color: #ffcc00 !important;
212 }
213
214 #pass-strength-result.short {
215         background-color: #ffa0a0;
216         border-color: #f04040 !important;
217 }
218
219 #pass-strength-result.strong {
220         background-color: #c3ff88;
221         border-color: #8dff1c !important;
222 }
223
224 .message {
225         border: 1px solid #e6db55;
226         padding: 0.3em 0.6em;
227         margin: 5px 0 15px;
228         background-color: #ffffe0;
229 }
230
231 /* install-rtl */
232 body.rtl {
233         font-family: Tahoma, arial;
234 }
235
236 .rtl h1 {
237         font-family: arial;
238         margin: 5px -4px 0 0;
239 }
240
241 .rtl ul,
242 .rtl ol {
243         padding: 5px 22px 5px 5px;
244 }
245
246 .rtl .step,
247 .rtl th,
248 .rtl .form-table th {
249         text-align: right;
250 }
251
252 .rtl .submit input,
253 .rtl .button,
254 .rtl .button-secondary {
255         margin-right: 0;
256 }
257
258 .rtl #dbname,
259 .rtl #uname,
260 .rtl #pwd,
261 .rtl #dbhost,
262 .rtl #prefix,
263 .rtl #user_login,
264 .rtl #admin_email,
265 .rtl #pass1,
266 .rtl #pass2 {
267         direction: ltr;
268 }