/** * Styling for the admin page * * @package Animal Caretaker */ .animal-caretaker-theme-setting-item { display: inline-block; padding: 20px; background: #f5f5f7; max-width: 28%; width: 100%; margin-bottom: 20px; text-decoration: none; } .customizer-inside{ justify-content: space-between; display: flex; flex-wrap: wrap; } .animal-caretaker-theme-setting-item.animal-caretaker-theme-setting-item-unavailable .animal-caretaker-theme-setting-item-header { display: flex; justify-content: space-between; } .animal-caretaker-theme-setting-sidebar-header { padding: 20px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #eee; color: #000; } .animal-caretaker-theme-setting-sidebar-content { padding: 20px; } .animal-caretaker-theme-setting-sidebar-item { background: #fff; margin-bottom: 20px; } .animal-caretaker-theme-setting-item-content span{ text-decoration: underline !important; } .animal-caretaker-theme-setting-item-header { font-weight: bold; margin-bottom: 27px; font-size: 13px; color: #000; } .animal-caretaker-theme-setting-item.animal-caretaker-theme-setting-item-unavailable .animal-caretaker-theme-setting-item-header { text-decoration: none; color: #3c434a; } .animal-caretaker-theme-setting-sidebar-content p{ margin-top: 0px; color: #000; } .animal-caretaker-theme-setting-item.animal-caretaker-theme-setting-item-unavailable .animal-caretaker-theme-setting-item-header span:last-of-type{ font-size: 11px; background: #ff6d34; color: #fff; padding: 3px 10px; margin-left: 10px; text-transform: uppercase; font-weight: bold; margin-top: -3px; opacity: 0.6; } .animal-caretaker-theme-setting-item-header { font-weight: bold; margin-bottom: 27px; font-size: 13px; } .postbox { width: 97%; padding: 5px; border-radius: 0; box-shadow: none; background: rgba(255, 255, 255, .5); } #lefty { display: block; float: left; width: calc(100% - 780px); padding: 0 15px; } #main-page.wrap { margin: 50px 0; } #description { margin: 0 auto; line-height: 2; background: #FFF; padding: 2em; } .wrap { margin: 50px 0; } #description-inside { overflow-y: auto; max-height: 400px; padding-right: 20px; font-size: 14px; } #description h3 span { font-weight: normal; font-size: 15px; } #description h3 { font-size: 18px; margin-top: 0; background: #002c60; padding: 14px; color: #fff; text-align: center; } #righty { display: block; float: left; width: 359px; } .postbox .inside{ padding: 0; } .postbox.donate h3, .inside p { text-align: center; } #admin_pro_links { display: flex; width: 100%; gap: 15px; } /* ADMIN HEADER AND LINKS */ #admin_links { overflow: hidden; display: flex; gap: 15px; justify-content: left; width: 100%; } #admin_links a, #admin_pro_links a { display: flex; float: left; width: 33.333%; width: calc(100% / 4); font-size: 12px; padding: 1em; letter-spacing: 1px; align-items: center; margin-bottom: 15px; justify-content: center; font-weight: bold; text-decoration: none; text-transform: uppercase; color: #FFF; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .3s all; -moz-transition: .3s all; transition: .3s all; } #admin_pro_links a { width: calc(100% / 3); padding: 15px 10px; } #admin_links a { width: 60%; padding: 15px 6px; margin-top: 16px; } a.blue-button-1, a.blue-button-2:hover,a#customizer:hover { background: #002c60; } a#customizer, a.blue-button-2, a.blue-button-1:hover { background: #ff6d34; } span.dashicons.dashicons-no,span.dashicons.dashicons-yes { color: red; font-size: 27px; margin: 0px; } span.dashicons.dashicons-yes{ color: green; } /* New Table CSS */ .d-table { min-width: 300px; min-height: 300px; display: block; padding: 1px 10px; } .d-table ul { list-style-type: none; border-bottom: 1px solid #eeeeee; } .d-column li { padding: 0px; display: inline-block; width: 50px; height: 20px; } .d-row li { padding: 0px; display: inline-block; width: 50px; height: 20px; font-size: 15px; color: #000; } li.feature { font-weight: bold; color: #000 !important; } li.free, li.plus { float: right; font-weight: bold; color: #000 !important; } li.wrong, li.right { float: right; } li.points { width: 65%; } .postbox h4 { text-align: center; background: green; width: 50%; margin: 10px auto 0; padding: 7px; color: #fff; font-size: 15px; line-height: 1.3; } .postbox h4 span { color: yellow; } /*#adminmenu .wp-submenu a[href^="themes.php?page=animal-caretaker-guide-page"] { background-color: #ff6d34; color: #fff; font-weight: bold; } #adminmenu .wp-submenu a[href^="themes.php?page=animal-caretaker-guide-page"]:hover, #adminmenu .wp-submenu a[href^="themes.php?page=animal-caretaker-guide-page"]:focus { background-color: #ffb631; }*/ .control-section-kirki-default, .control-section-kirki-outer { min-height: auto !important; }