]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/install.css
5eb85cd3165d73a8d897258a9262ab4d3859d1af
[autoinstalls/wordpress.git] / wp-admin / css / install.css
1 html { background: #eee; }
2
3 body {
4         background: #fff;
5         color: #000;
6         font-family: Georgia, "Times New Roman", Times, serif;
7         margin-left: 20%;
8         margin-right: 20%;
9         padding: .2em 2em;
10 }
11
12 h1 {
13         color: #006;
14         font-size: 18px;
15         font-weight: lighter;
16 }
17
18 h2 { font-size: 16px; }
19
20 p, li, dt {
21         line-height: 140%;
22         padding-bottom: 2px;
23 }
24
25 ul, ol { padding: 5px 5px 5px 20px; }
26
27 #logo { margin-bottom: 2em; }
28
29 .step a, .step input { font-size: 2em; }
30
31 td input { font-size: 1.5em; }
32
33 .step, th { text-align: right; }
34
35 #footer {
36         text-align: center; 
37         border-top: 1px solid #ccc; 
38         padding-top: 1em; 
39         font-style: italic;
40 }