-
+ AA534208439B564C27F5556BD7BF7333A03C707504A0F2E39750819829CF466ECA92B7990E3780EEC2AD233F7C6CE22329D0E23873D6FC497D7C5286441F4215
mp-wp/wp-admin/css/install.css
(0 . 0)(1 . 133)
7121 html { background: #f7f7f7; }
7122
7123 body {
7124 background: #fff;
7125 color: #333;
7126 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
7127 margin: 2em auto 0 auto;
7128 width: 700px;
7129 padding: 1em 2em;
7130 -moz-border-radius: 11px;
7131 -khtml-border-radius: 11px;
7132 -webkit-border-radius: 11px;
7133 border-radius: 11px;
7134 border: 1px solid #dfdfdf;
7135 }
7136
7137 a { color: #2583ad; text-decoration: none; }
7138
7139 a:hover { color: #d54e21; }
7140
7141 h1 {
7142 border-bottom: 1px solid #dadada;
7143 clear: both;
7144 color: #666;
7145 font: 24px Georgia, "Times New Roman", Times, serif;
7146 margin: 5px 0 0 -4px;
7147 padding: 0;
7148 padding-bottom: 7px;
7149 }
7150
7151 h2 { font-size: 16px; }
7152
7153 p, li {
7154 padding-bottom: 2px;
7155 font-size: 12px;
7156 line-height: 18px;
7157 }
7158
7159 code { font-size: 13px; }
7160
7161 ul, ol { padding: 5px 5px 5px 22px; }
7162
7163 #logo { margin: 6px 0 14px 0; border-bottom: none;}
7164
7165 .step {
7166 margin: 20px 0 15px;
7167 }
7168
7169 .step, th { text-align: left; padding: 0; }
7170
7171 .submit input, .button, .button-secondary {
7172 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
7173 text-decoration: none;
7174 font-size: 14px !important;
7175 line-height: 16px;
7176 padding: 6px 12px;
7177 cursor: pointer;
7178 border: 1px solid #bbb;
7179 color: #464646;
7180 -moz-border-radius: 15px;
7181 -khtml-border-radius: 15px;
7182 -webkit-border-radius: 15px;
7183 border-radius: 15px;
7184 -moz-box-sizing: content-box;
7185 -webkit-box-sizing: content-box;
7186 -khtml-box-sizing: content-box;
7187 box-sizing: content-box;
7188 }
7189
7190 .button:hover, .button-secondary:hover, .submit input:hover {
7191 color: #000;
7192 border-color: #666;
7193 }
7194
7195 .button, .submit input, .button-secondary {
7196 background: #f2f2f2 url(../images/white-grad.png.svg) repeat-x scroll left top;
7197 }
7198
7199 .button:active, .submit input:active, .button-secondary:active {
7200 background: #eee url(../images/white-grad-active.png.svg) repeat-x scroll left top;
7201 }
7202
7203 .form-table {
7204 border-collapse: collapse;
7205 margin-top: 1em;
7206 width: 100%;
7207 }
7208
7209 .form-table td {
7210 margin-bottom: 9px;
7211 padding: 10px;
7212 border-bottom: 8px solid #fff;
7213 font-size: 12px;
7214 }
7215
7216 .form-table th {
7217 font-size: 13px;
7218 text-align: left;
7219 padding: 16px 10px 10px 10px;
7220 border-bottom: 8px solid #fff;
7221 width: 110px;
7222 vertical-align: top;
7223 }
7224
7225 .form-table tr {
7226 background: #f3f3f3;
7227 }
7228
7229 .form-table code {
7230 line-height: 18px;
7231 font-size: 18px;
7232 }
7233
7234 .form-table p {
7235 margin: 4px 0 0 0;
7236 font-size: 11px;
7237 }
7238
7239 .form-table input {
7240 line-height: 20px;
7241 font-size: 15px;
7242 padding: 2px;
7243 }
7244
7245 #error-page { margin-top: 50px; }
7246
7247 #error-page p {
7248 font-size: 12px;
7249 line-height: 18px;
7250 margin: 25px 0 20px;
7251 }
7252
7253 #error-page code { font-family: Consolas, Monaco, Courier, monospace; }