-
+ AB8BC61ED9622A262135A0D980CF00DD63D174976649D82E55557D5C1AEB39E72F13104E97170EDDFEBDCA1F0AE7F661F614A207F629EE51365838CC4ABAEC6B
mp-wp/wp-admin/css/global.css
(0 . 0)(1 . 455)
6199 /* http://meyerweb.com/eric/tools/css/reset/ */
6200 /* v1.0 | 20080212 */
6201
6202 html, body, div, span, applet, object, iframe,
6203 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6204 a, abbr, acronym, address, big, cite, code,
6205 del, dfn, em, font, img, ins, kbd, q, s, samp,
6206 small, strike, strong, sub, sup, tt, var,
6207 b, u, i, center,
6208 dl, dt, dd, ol, ul, li,
6209 fieldset, form, label, legend,
6210 table, caption, tbody, tfoot, thead, tr, th, td {
6211 margin: 0;
6212 padding: 0;
6213 border: 0;
6214 outline: 0;
6215 /* font-size: 100%;
6216 vertical-align: baseline; */
6217 background: transparent;
6218 }
6219 body {
6220 line-height: 1;
6221 }
6222 ol, ul {
6223 list-style: none;
6224 }
6225 blockquote, q {
6226 quotes: none;
6227 }
6228 blockquote:before, blockquote:after,
6229 q:before, q:after {
6230 content: '';
6231 content: none;
6232 }
6233
6234 /* remember to define focus styles! */
6235 /*
6236 :focus {
6237 outline: 0;
6238 }
6239 */
6240 /* remember to highlight inserts somehow! */
6241 ins {
6242 text-decoration: none;
6243 }
6244 del {
6245 text-decoration: line-through;
6246 }
6247
6248 /* tables still need 'cellspacing="0"' in the markup */
6249 /*
6250 table {
6251 border-collapse: collapse;
6252 border-spacing: 0;
6253 }
6254 */
6255 /* end reset css */
6256
6257
6258 /* 2 column liquid layout */
6259 #wpwrap {
6260 height: auto;
6261 min-height: 100%;
6262 width: 100%;
6263 }
6264
6265 #wpcontent {
6266 height: 100%;
6267 padding-bottom: 50px;
6268 }
6269
6270 #wpbody {
6271 clear: both;
6272 margin-left: 175px;
6273 }
6274
6275 .folded #wpbody {
6276 margin-left: 60px;
6277 }
6278
6279 #wpbody-content {
6280 float: left;
6281 width: 100%;
6282 }
6283
6284 #adminmenu {
6285 float: left;
6286 clear: left;
6287 width: 145px;
6288 margin-top: 15px;
6289 margin-right: 5px;
6290 margin-bottom: 15px;
6291 margin-left: -160px;
6292 position: relative;
6293 padding: 0;
6294 list-style: none;
6295 }
6296
6297 .folded #adminmenu {
6298 margin-left: -45px;
6299 }
6300
6301 .folded #adminmenu,
6302 .folded #adminmenu li.menu-top {
6303 width: 28px;
6304 }
6305
6306 #footer {
6307 clear: both;
6308 position: relative;
6309 width: 100%;
6310 }
6311
6312 /* inner 2 column liquid layout */
6313
6314 .inner-sidebar {
6315 float: right;
6316 clear: right;
6317 width: 280px;
6318 position: relative;
6319 }
6320
6321 .has-sidebar {
6322 float: left;
6323 clear: left;
6324 width: 100%;
6325 margin-right: -340px;
6326 }
6327
6328 .has-sidebar .has-sidebar-content {
6329 margin-right: 305px;
6330 }
6331
6332 /* 2 columns main area */
6333
6334 #col-container {
6335 overflow: hidden;
6336 padding: 0;
6337 margin: 0;
6338 }
6339
6340 #col-left {
6341 padding: 0;
6342 margin: 0;
6343 overflow: hidden;
6344 width: 39%;
6345 }
6346
6347 #col-right {
6348 float: right;
6349 clear: right;
6350 overflow: hidden;
6351 padding: 0;
6352 margin: 0;
6353 width: 59%;
6354 }
6355
6356 /* utility classes */
6357 .alignleft {
6358 float: left;
6359 }
6360
6361 .alignright {
6362 float: right;
6363 }
6364
6365 .textleft {
6366 text-align: left;
6367 }
6368
6369 .textright {
6370 text-align: right;
6371 }
6372
6373 .clear {
6374 clear: both;
6375 }
6376
6377 .hidden,
6378 .closed .inside,
6379 .hide-if-no-js {
6380 display: none;
6381 }
6382
6383 /* include margin and padding in the width calculation of input and textarea */
6384 input[type="text"],
6385 textarea {
6386 -moz-box-sizing: border-box;
6387 -webkit-box-sizing: border-box;
6388 -ms-box-sizing: border-box; /* ie8 only */
6389 box-sizing: border-box;
6390 }
6391
6392 input[type="checkbox"],
6393 input[type="radio"] {
6394 vertical-align: text-top;
6395 }
6396
6397 /* styles for use by people extending the WordPress interface */
6398 html,
6399 body {
6400 height: 100%;
6401 }
6402
6403 body,
6404 td {
6405 font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
6406 }
6407
6408 p {
6409 margin: 1em 0;
6410 }
6411
6412 blockquote {
6413 margin: 1em;
6414 }
6415
6416 label {
6417 cursor: pointer;
6418 }
6419
6420 li,
6421 dd {
6422 margin-bottom: 6px;
6423 }
6424
6425 p,
6426 li,
6427 dl,
6428 dd,
6429 dt {
6430 line-height: 140%;
6431 }
6432
6433 textarea,
6434 input,
6435 select {
6436 font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
6437 margin: 1px;
6438 padding: 3px;
6439 }
6440
6441 h1 {
6442 display: block;
6443 font-size: 2em;
6444 font-weight: bold;
6445 margin: .67em 0;
6446 }
6447
6448 h2 {
6449 display: block;
6450 font-size: 1.5em;
6451 font-weight: bold;
6452 margin: .83em 0;
6453 }
6454
6455 h3 {
6456 display: block;
6457 font-size: 1.17em;
6458 font-weight: bold;
6459 margin: 1em 0;
6460 }
6461
6462 h4 {
6463 display: block;
6464 font-weight: bold;
6465 margin: 1.33em 0;
6466 }
6467
6468 h5 {
6469 display: block;
6470 font-size: 0.83em;
6471 font-weight: bold;
6472 margin: 1.67em 0;
6473 }
6474
6475 h6 {
6476 display: block;
6477 font-size: 0.67em;
6478 font-weight: bold;
6479 margin: 2.33em 0;
6480 }
6481
6482 .subsubsub {
6483 list-style: none;
6484 margin: 8px 0 5px;
6485 padding: 0;
6486 white-space: nowrap;
6487 font-size: 11px;
6488 float: left;
6489 }
6490
6491 .subsubsub a {
6492 line-height: 2;
6493 padding: .2em;
6494 text-decoration: none;
6495 }
6496
6497 .subsubsub a .count, .subsubsub a.current .count {
6498 color: #999;
6499 font-weight: normal;
6500 }
6501
6502 .subsubsub a.current {
6503 font-weight: bold;
6504 background: none;
6505 border: none;
6506 }
6507
6508 .subsubsub li {
6509 display: inline;
6510 margin: 0;
6511 padding: 0;
6512 }
6513
6514 .widefat {
6515 border-width: 1px;
6516 border-style: solid;
6517 border-collapse: separate;
6518 border-spacing: 0;
6519 width: 100%;
6520 clear: both;
6521 margin: 0;
6522 -moz-border-radius: 4px;
6523 -khtml-border-radius: 4px;
6524 -webkit-border-radius: 4px;
6525 border-radius: 4px;
6526 }
6527
6528 .widefat * {
6529 word-wrap: break-word;
6530 }
6531
6532 .widefat a {
6533 text-decoration: none;
6534 }
6535
6536 .widefat td,
6537 .widefat th {
6538 border-bottom-width: 1px;
6539 border-bottom-style: solid;
6540 font-size: 11px;
6541 vertical-align: text-top;
6542 }
6543
6544 .widefat td {
6545 padding: 7px 7px 5px;
6546 vertical-align: top;
6547 }
6548
6549 .widefat thead tr th:first {
6550 -moz-border-radius-topleft: 4px;
6551 -webkit-border-top-left-radius: 4px;
6552 -khtml-border-top-left-radius: 4px;
6553 border-top-left-radius: 4px;
6554 }
6555
6556 .widefat thead tr th:last {
6557 -moz-border-radius-topright: 4px;
6558 -webkit-border-top-right-radius: 4px;
6559 -khtml-border-top-right-radius: 4px;
6560 border-top-right-radius: 4px;
6561 }
6562
6563 .widefat tfoot tr th:first {
6564 -moz-border-radius-bottomleft: 4px;
6565 -webkit-border-bottom-left-radius: 4px;
6566 -khtml-border-bottom-left-radius: 4px;
6567 border-bottom-left-radius: 4px;
6568 }
6569
6570 .widefat tfoot tr th:last {
6571 -moz-border-radius-bottomright: 4px;
6572 -webkit-border-bottom-right-radius: 4px;
6573 -khtml-border-bottom-right-radius: 4px;
6574 border-bottom-right-radius: 4px;
6575 }
6576
6577 .widefat td p {
6578 font-size: 11px;
6579 }
6580
6581 .widefat th {
6582 padding: 7px 7px 8px;
6583 text-align: left;
6584 line-height: 1.3em;
6585 }
6586
6587 .widefat th input {
6588 margin: 0 0 0 8px;
6589 padding: 0;
6590 vertical-align: text-top;
6591 }
6592
6593 .widefat .check-column {
6594 width: 2.2em;
6595 padding: 0;
6596
6597 }
6598
6599 .widefat tbody th.check-column {
6600 padding: 7px 0 22px;
6601 }
6602
6603 .widefat .num,
6604 .column-comments,
6605 .column-links,
6606 .column-posts,
6607 .column-parent {
6608 text-align: center;
6609 }
6610
6611 .widefat th#comments {
6612 vertical-align: middle;
6613 }
6614
6615 .wrap {
6616 margin: 0 15px 0 5px;
6617 }
6618
6619 .updated,
6620 .error {
6621 border-width: 1px;
6622 border-style: solid;
6623 padding: 0 0.6em;
6624 margin: 5px 15px 2px;
6625 -moz-border-radius: 3px;
6626 -khtml-border-radius: 3px;
6627 -webkit-border-radius: 3px;
6628 border-radius: 3px;
6629 }
6630
6631 .updated p,
6632 .error p {
6633 margin: 0.5em 0;
6634 line-height: 1;
6635 padding: 2px;
6636 }
6637
6638 .wrap .updated,
6639 .wrap .error {
6640 margin: 5px 0;
6641 }
6642
6643 .wrap h2 {
6644 font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
6645 margin: 0;
6646 padding: 14px 15px 3px 0;
6647 line-height: 35px;
6648 text-shadow: rgba(255,255,255,1) 0px 1px 0px;
6649 }
6650
6651 .wrap h2.long-header {
6652 padding-right: 0;
6653 }