]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/install.css
5f4164c6155fe98900b765419726d62de36b488d
[autoinstalls/wordpress.git] / wp-admin / css / install.css
1 html { background: #f1f1f1; }
2
3 body {
4         background: #fff;
5         color: #333;
6         font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
7         margin: 2em auto 0 auto;
8         width: 700px;
9         padding: 1em 2em;
10         -webkit-border-radius: 12px;
11         font-size: 62.5%;
12 }
13
14 a { color: #2583ad; text-decoration: none; }
15
16 a:hover { color: #d54e21; }
17
18
19 h1 {
20         font-size: 18px;
21         margin-bottom: 0;
22 }
23
24 h2 { font-size: 16px; }
25
26 p, li {
27         padding-bottom: 2px;
28         font-size: 1.3em;
29         line-height: 1.8em;
30 }
31
32 code {
33         font-size: 1.3em;
34 }
35
36 ul, ol { padding: 5px 5px 5px 22px; }
37
38 #logo { margin: 6px 0 14px 0px; border-bottom: none;}
39
40 .step a, .step input { font-size: 2em; }
41
42 td input { font-size: 1.5em; }
43
44 .step, th { text-align: left; padding: 0; }
45
46 .submit input, .button, .button-secondary {
47         font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
48         padding: 6px;
49         border: none;
50         margin-left: 0;
51         font-size: 13px !important;
52         -moz-border-radius: 2px;
53         -khtml-border-radius: 2px;
54         -webkit-border-radius: 2px;
55         border-radius: 2px;
56         color: #246;
57         background: #e5e5e5;
58 }
59
60 .button-secondary {
61         background: #cee1ef;
62 }
63
64 .submit input:hover, .button:hover, .button-secondary:hover {
65         color: #d54e21;
66 }
67
68 .form-table {
69         border-collapse: collapse;
70         margin-top: 1em;
71         width: 100%;
72 }
73
74 .form-table td {
75         margin-bottom: 9px;
76         padding: 10px;
77         border-bottom: 8px solid #fff;
78 }
79
80 .form-table th {
81         font-size: 12px;
82         text-align: left;
83         padding: 12px 10px 10px 10px;
84         border-bottom: 8px solid #fff;
85         width: 110px;
86         vertical-align: top;
87 }
88
89 .form-table tr {
90         background: #eaf3fa;
91 }
92
93 .form-table code {
94         line-height: 18px;
95         font-size: 18px;
96 }
97
98 .form-table p {
99         margin: 4px 0 0 0;
100         font-size: 11px;
101 }
102
103 h1 {
104         border-bottom: 1px solid #dadada;
105         clear: both;
106         color: #666666;
107         font: 24px Georgia, "Times New Roman", Times, serif;
108         margin: 5px 0 0 -4px;
109         padding: 0;
110         padding-bottom: 7px;
111 }
112
113 #error-page {
114         margin-top: 50px;
115 }
116
117 #error-page p {
118         font-size: 14px;
119         line-height: 1.6em;
120 }
121
122 #error-page code {
123         font-size: 1em;
124 }