- AB8BC61ED9622A262135A0D980CF00DD63D174976649D82E55557D5C1AEB39E72F13104E97170EDDFEBDCA1F0AE7F661F614A207F629EE51365838CC4ABAEC6B
+ AD11969A6CE4D1B04A5D746EF26B2D4D79726F46F19C50AB69CC79DDEB6689A4046982053C18033C4BDE7DAA0C2F26B62CE3E338F8DB93D8A3C2842D9968AF93
mp-wp/wp-admin/css/global.css
(1 . 25)(1 . 10)
4558 /* http://meyerweb.com/eric/tools/css/reset/ */
4559 /* v1.0 | 20080212 */
4560
4561 html, body, div, span, applet, object, iframe,
4562 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4563 a, abbr, acronym, address, big, cite, code,
4564 del, dfn, em, font, img, ins, kbd, q, s, samp,
4565 small, strike, strong, sub, sup, tt, var,
4566 b, u, i, center,
4567 dl, dt, dd, ol, ul, li,
4568 fieldset, form, label, legend,
4569 table, caption, tbody, tfoot, thead, tr, th, td {
4570 * {
4571 margin: 0;
4572 padding: 0;
4573 border: 0;
4574 outline: 0;
4575 /* font-size: 100%;
4576 vertical-align: baseline; */
4577 background: transparent;
4578 }
4579 body {
4580 line-height: 1;
4581 box-sizing: border-box;
4582 }
4583 ol, ul {
4584 list-style: none;
(33 . 12)(18 . 6)
4586 content: none;
4587 }
4588
4589 /* remember to define focus styles! */
4590 /*
4591 :focus {
4592 outline: 0;
4593 }
4594 */
4595 /* remember to highlight inserts somehow! */
4596 ins {
4597 text-decoration: none;
(47 . 16)(26 . 6)
4599 text-decoration: line-through;
4600 }
4601
4602 /* tables still need 'cellspacing="0"' in the markup */
4603 /*
4604 table {
4605 border-collapse: collapse;
4606 border-spacing: 0;
4607 }
4608 */
4609 /* end reset css */
4610
4611
4612 /* 2 column liquid layout */
4613 #wpwrap {
4614 height: auto;
(66 . 16)(35 . 13)
4616
4617 #wpcontent {
4618 height: 100%;
4619 padding-bottom: 50px;
4620 }
4621
4622 #wpbody {
4623 clear: both;
4624 margin-left: 175px;
4625 }
4626
4627 .folded #wpbody {
4628 margin-left: 60px;
4629 margin-left: 155px;
4630 background: #f5f6f7;
4631 box-shadow: inset 2px 0 10px 0 rgba(0,0,0,0.05);
4632 }
4633
4634 #wpbody-content {
(90 . 27)(56 . 12)
4636 margin-top: 15px;
4637 margin-right: 5px;
4638 margin-bottom: 15px;
4639 margin-left: -160px;
4640 margin-left: -150px;
4641 position: relative;
4642 padding: 0;
4643 list-style: none;
4644 }
4645
4646 .folded #adminmenu {
4647 margin-left: -45px;
4648 }
4649
4650 .folded #adminmenu,
4651 .folded #adminmenu li.menu-top {
4652 width: 28px;
4653 }
4654
4655 #footer {
4656 clear: both;
4657 position: relative;
4658 width: 100%;
4659 }
4660
4661 /* inner 2 column liquid layout */
4662
4663 .inner-sidebar {
(177 . 8)(128 . 7)
4665 }
4666
4667 .hidden,
4668 .closed .inside,
4669 .hide-if-no-js {
4670 .closed .inside {
4671 display: none;
4672 }
4673
(281 . 6)(231 . 83)
4675 margin: 2.33em 0;
4676 }
4677
4678 /* BUTTONS */
4679 .button,
4680 .button-secondary,
4681 .submit input,
4682 input[type=button],
4683 input[type=submit] {
4684 border-color: #bbb;
4685 color: #464646;
4686 }
4687
4688 .button:hover,
4689 .button-secondary:hover,
4690 .submit input:hover,
4691 input[type=button]:hover,
4692 input[type=submit]:hover {
4693 color: #000;
4694 border-color: #999;
4695 }
4696
4697 .button,
4698 .submit input,
4699 .button-secondary {
4700 background: #f2f2f2 linear-gradient(#fff, #e8e8e8);
4701 box-shadow: 0 1px 0 0 #fff;
4702 }
4703
4704 .button:active,
4705 .submit input:active,
4706 .button-secondary:active {
4707 background: #eee;
4708 }
4709
4710 .button-primary,
4711 .submit .button-primary,
4712 #login form .submit input,
4713 input[type=button].button-primary,
4714 input[type=submit].button-primary {
4715 border-color: #004980;
4716 font-weight: bold;
4717 color: #fff;
4718 background: linear-gradient(#1199c9, #0676c9);
4719 box-shadow: 0 1px 0 0 #fff;
4720 }
4721
4722 .button-primary:hover,
4723 .submit .button-primary:hover,
4724 #login form .submit input:hover,
4725 input[type=button].button-primary:hover,
4726 input[type=submit].button-primary:hover {
4727 border-color: #00355b;
4728 box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
4729 }
4730
4731 .button-primary:active,
4732 #login form .submit input:active,
4733 input[type=button].button-primary:active,
4734 input[type=submit].button-primary:active {
4735 background: #006cbc;
4736 }
4737
4738 .button[disabled],
4739 .button:disabled,
4740 .button-secondary[disabled],
4741 .button-secondary:disabled,
4742 a.button.disabled {
4743 color: #ccc;
4744 border-color: #ccc;
4745 }
4746
4747 .button-primary[disabled],
4748 .button-primary:disabled {
4749 color: #2fa0d5;
4750 }
4751
4752 /* END BUTTONS */
4753
4754
4755 .subsubsub {
4756 list-style: none;
4757 margin: 8px 0 5px;
(314 . 17)(341 . 16)
4759 }
4760
4761 .widefat {
4762 border-width: 1px;
4763 border-style: solid;
4764 border: none;
4765 border-collapse: separate;
4766 border-spacing: 0;
4767 width: 100%;
4768 clear: both;
4769 margin: 0;
4770 margin: 10px 0 0 0;
4771 -moz-border-radius: 4px;
4772 -khtml-border-radius: 4px;
4773 -webkit-border-radius: 4px;
4774 border-radius: 4px;
4775 background: #fff;
4776 }
4777
4778 .widefat * {
(337 . 12)(363 . 18)
4780
4781 .widefat td,
4782 .widefat th {
4783 border-bottom-width: 1px;
4784 border-bottom-style: solid;
4785 border-bottom: 1px solid #ebebeb;
4786 font-size: 11px;
4787 vertical-align: text-top;
4788 }
4789
4790 .widefat th {
4791 background: #d7dbdb;
4792 padding: 7px 7px 5px;
4793 text-align: left;
4794 border-bottom: 1px solid #babdbe;
4795 }
4796
4797 .widefat td {
4798 padding: 7px 7px 5px;
4799 vertical-align: top;
(351 . 43)(383 . 22)
4801 .widefat thead tr th:first {
4802 -moz-border-radius-topleft: 4px;
4803 -webkit-border-top-left-radius: 4px;
4804 -khtml-border-top-left-radius: 4px;
4805 border-top-left-radius: 4px;
4806 }
4807
4808 .widefat thead tr th:last {
4809 -moz-border-radius-topright: 4px;
4810 -webkit-border-top-right-radius: 4px;
4811 -khtml-border-top-right-radius: 4px;
4812 border-top-right-radius: 4px;
4813 }
4814
4815 .widefat tfoot tr th:first {
4816 -moz-border-radius-bottomleft: 4px;
4817 -webkit-border-bottom-left-radius: 4px;
4818 -khtml-border-bottom-left-radius: 4px;
4819 border-bottom-left-radius: 4px;
4820 }
4821
4822 .widefat tfoot tr th:last {
4823 -moz-border-radius-bottomright: 4px;
4824 -webkit-border-bottom-right-radius: 4px;
4825 -khtml-border-bottom-right-radius: 4px;
4826 border-bottom-right-radius: 4px;
4827 }
4828
4829 .widefat td p {
4830 font-size: 11px;
4831 }
4832
4833 .widefat th {
4834 padding: 7px 7px 8px;
4835 text-align: left;
4836 line-height: 1.3em;
4837 }
4838
4839 .widefat th input {
4840 margin: 0 0 0 8px;
4841 .widefat th input,
4842 .widefat .check-column input {
4843 margin: 3px 0 0 8px;
4844 padding: 0;
4845 vertical-align: text-top;
4846 }
(398 . 7)(409 . 7)
4848
4849 }
4850
4851 .widefat tbody th.check-column {
4852 .widefat tbody .check-column {
4853 padding: 7px 0 22px;
4854 }
4855
(415 . 19)(426 . 18)
4857 }
4858
4859 .wrap {
4860 margin: 0 15px 0 5px;
4861 margin: 0 15px;
4862 }
4863
4864 .updated,
4865 .error {
4866 border-width: 1px;
4867 border-style: solid;
4868 border: 1px solid #e6db55;
4869 background: rgb(255, 251, 204);
4870 padding: 0 0.6em;
4871 margin: 5px 15px 2px;
4872 -moz-border-radius: 3px;
4873 -khtml-border-radius: 3px;
4874 -webkit-border-radius: 3px;
4875 border-radius: 3px;
4876 -moz-border-radius: 4px;
4877 -webkit-border-radius: 4px;
4878 border-radius: 4px;
4879 }
4880
4881 .updated p,
(443 . 11)(453 . 12)
4883 }
4884
4885 .wrap h2 {
4886 font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
4887 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
4888 font-size: 24px;
4889 font-weight: bold;
4890 margin: 0;
4891 padding: 14px 15px 3px 0;
4892 padding: 8px 15px 3px 0;
4893 line-height: 35px;
4894 text-shadow: rgba(255,255,255,1) 0px 1px 0px;
4895 }
4896
4897 .wrap h2.long-header {