- 3A2FF837F6A13EE750A33DE77E1AEE9FEC09035C160DDBAC6BBF81A2A56DBA4DAE07917A32E9A9AE3A06F384B3D9EAF7D1CB2253EA764B73BEDFE0808219EEF1
+ C884356307FE7085683E3B096D54AF451799023294A9B72D29BAEC052C3DC0877283E52B2D7C29153189A496E4AC33AB7311CB45B200D506AA7F952F61A674FD
mp-wp/wp-admin/css/install.css
(2 . 13)(2 . 12)
5364
5365 body {
5366 background: #fff;
5367 color: #333;
5368 color: #303434;
5369 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
5370 margin: 2em auto 0 auto;
5371 width: 700px;
5372 padding: 1em 2em;
5373 -moz-border-radius: 11px;
5374 -khtml-border-radius: 11px;
5375 -webkit-border-radius: 11px;
5376 border-radius: 11px;
5377 border: 1px solid #dfdfdf;
(58 . 12)(57 . 10)
5379 border: 1px solid #bbb;
5380 color: #464646;
5381 -moz-border-radius: 15px;
5382 -khtml-border-radius: 15px;
5383 -webkit-border-radius: 15px;
5384 border-radius: 15px;
5385 -moz-box-sizing: content-box;
5386 -webkit-box-sizing: content-box;
5387 -khtml-box-sizing: content-box;
5388 box-sizing: content-box;
5389 }
5390
(73 . 11)(70 . 11)
5392 }
5393
5394 .button, .submit input, .button-secondary {
5395 background: #f2f2f2 url(../images/white-grad.svg) repeat-x scroll left top;
5396 background: #f2f2f2;
5397 }
5398
5399 .button:active, .submit input:active, .button-secondary:active {
5400 background: #eee url(../images/white-grad-active.svg) repeat-x scroll left top;
5401 background: #eee;
5402 }
5403
5404 .form-table {