/** * All of the CSS for your admin-specific functionality should be * included in this file. */ @import url(https://fonts.googleapis.com/css?family=Droid+Sans); @import url(https://fonts.googleapis.com/css?family=Pacifico); .logo-title + .error { display: none; } /* Disable admin Notices */ .update-nag { display: none !important; } /* Disable WordFence notices */ #wordfenceAutoUpdateChoice { display: none !important; } /* Fix checkboxes */ input[type=checkbox]:checked:before { margin: 1px 0 0 0; } input[type=checkbox] { width: 15px !important; height: 15px !important; } .wrap.prs input[type=checkbox]:checked:before { margin: -3px 0px 0px -4px !important; } /* Fix uikit labels */ .uk-grid * { font-family: 'Droid Sans', sans-serif; } small.hand { font-family: 'Pacifico', cursive; color: #0C85C1; } small.text-desc{ font-size: 12px ; font-style: italic ; font-weight: normal ; } .m-t-5{ margin-top:5px !important; } .m-t-10{ margin-top:10px !important; } .m-t-15{ margin-top:15px !important; } .m-t-20{ margin-top:20px !important; } .m-t-25{ margin-top:25px !important; } .m-t-30{ margin-top:30px !important; } .m-b-5{ margin-bottom:5px !important; } .m-b-10{ margin-bottom:10px !important; } .m-b-15{ margin-bottom:15px !important; } .m-b-20{ margin-bottom:20px !important; } .m-b-25{ margin-bottom:25px !important; } .m-b-30{ margin-bottom:30px !important; } .m-r-5{ margin-right:5px !important; } .m-r-10{ margin-right:10px !important; } .m-r-15{ margin-right:15px !important; } .m-r-20{ margin-right:20px !important; } .m-r-25{ margin-right:25px !important; } .m-r-30{ margin-right:30px !important; } .m-l-5{ margin-left:5px !important; } .m-l-10{ margin-left:10px !important; } .m-l-15{ margin-left:15px !important; } .m-l-20{ margin-left:20px !important; } .m-l-25{ margin-left:25px !important; } .m-l-30{ margin-left:30px !important; } .logo-title { margin-bottom: 10px !important; border-bottom: 2px solid #0C85C1; padding-bottom: 10px !important; border-radius: 2px; } .logo-image { width: 50px; height: 50px; } .wrap.prs { max-width: 1000px; } .uk-badge a { color: white !important; } .uk-block-ps { background: #98AC29; cursor: pointer; transition: all 0.5s; } .uk-block-ps:hover { transform: scale(1.04); } .uk-block-ps h2 { font-size: 21px; } .uk-block-ps.active { position: absolute; top: 161px; width: 1000px; min-height: 406px; z-index: 999; transform: scale(1) !important; } .uk-navbar { margin-top: -15px; margin-left: -26px; margin-right: -25px; } nav.navbar.amp { background: #0a89c0; height: 60px; } .amp-container, .amp-site-name { max-width: 840px; } .amp-site-name { margin-left: auto; margin-right: auto; padding: 0 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 20px; font-weight: 700; color: white; padding-top: 15px; } .uk-article-title { font-size: 36px; font-weight:700; margin-top: 25px; margin-bottom: 25px; } .uk-article-content { font-size: 16px; font-weight:400; word-spacing: 1px; } p.uk-article-meta { font-size: 15px; font-style: italic; margin-bottom: 25px; } p.uk-article-meta img { margin-left: 4px; margin-right: 6px; margin-top: -3px; border-radius: 28%; } .sp-replacer { height: 15px; border-radius: 5px; } .sp-preview-inner,.sp-preview { height: 12px !important; } .amp-logo-image { width: 25px; } img.alignleft { float: left; } img.alignright { float: right; } img.aligncenter { clear: both; display: block; margin: 0 auto 28px; } .size-medium { width: 115px; } body:not(.custom-background-image):before, body:not(.custom-background-image):after { height: 0 !important; } .uk-article { margin-bottom: 35px !important; } input#mobile-test-url { width: 270px; } .mobile-screenshot-container { border: 4px solid; border-radius: 22px; } .mobile-screenshot { padding: 5px; border-radius: 22px; } .mobile-problems-list dd { margin-top: 10px; font-size: 13px; } .mobile-screenshot-tab { height: 25px; background: #444444; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-top: 8px; } .mobile-screenshot-button { height: 13px; width: 22px; background: #444444; margin-right: auto; margin-left: auto; border-radius: 100%; border: 2px solid white; display: block; padding-bottom: 4px; padding-top: 5px; } span.mobile-screenshot-square { display: block; width: 10px; height: 10px; margin-left: auto; margin-right: auto; border: 1px solid rgba(255, 255, 255, 0.46); border-radius: 3px; }