| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 |
- #monsterinsights_reports_widget.postbox {
- color: #333;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
- }
- #monsterinsights_reports_widget a {
- text-decoration: none;
- }
- .mi-dw-report-toggle {
- display: none;
- }
- .mi-dw-report-toggle.visible {
- display: block;
- }
- #monsterinsights_reports_widget * {
- box-sizing: border-box;
- }
- #monsterinsights_reports_widget.mi-loaded .handlediv {
- display: none;
- }
- #monsterinsights_reports_widget .hndle {
- font-size: 18px;
- height: 50px;
- padding-top: 12px;
- }
- #monsterinsights_reports_widget.postbox .handlediv {
- height: 50px;
- }
- .mi-dw-styled-toggle {
- background: #eee;
- border: 1px solid #1f76c4;
- border-radius: 20px;
- display: inline-block;
- height: 16px;
- position: relative;
- width: 30px;
- }
- .mi-dw-styled-toggle:after {
- background: #1f76c4;
- border-radius: 50%;
- content: '';
- height: 12px;
- left: 1px;
- position: absolute;
- top: 1px;
- transition: left 300ms ease 0s, right 300ms ease 0s;
- width: 12px;
- }
- .mi-dw-styled-toggle.checked:after {
- left: calc(100% - 13px);
- }
- .mi-dw-styled-toggle input {
- display: none;
- }
- .mi-dw-controls {
- padding-right: 20px;
- position: absolute;
- right: 0;
- text-align: right;
- top: 10px;
- width: 230px;
- }
- .mi-dw-controls .mi-dw-mascot {
- display: none;
- height: auto;
- width: 48px;
- }
- .mi-dw-datepicker {
- display: inline-block;
- margin-right: 15px;
- width: 120px;
- }
- .mi-dw-button-cog {
- background: url('../img/mi-dw-cog@2x.png') no-repeat transparent;
- background-size: 20px;
- border: none;
- cursor: pointer;
- display: block;
- height: 20px;
- outline: none;
- padding: 0;
- width: 20px;
- }
- .mi-dw-controls .mi-dw-dropdown {
- margin-left: 5px;
- }
- .mi-dw-dropdown {
- display: inline-block;
- position: relative;
- text-align: left;
- vertical-align: middle;
- }
- .mi-dw-dropdown > ul {
- background: #fff;
- border: 1px solid #d8d8d8;
- border-radius: 5px;
- cursor: initial;
- display: none;
- font-weight: 400;
- margin-right: -11px;
- margin-top: 5px;
- padding: 10px 5px 10px 10px;
- position: absolute;
- right: 0;
- top: 100%;
- width: 180px;
- z-index: 999;
- }
- .mi-dw-dropdown > ul:before {
- border-color: transparent transparent #d8d8d8 transparent;
- border-style: solid;
- border-width: 0 4px 4px 4px;
- bottom: 100%;
- content: '';
- height: 0;
- position: absolute;
- right: 16px;
- width: 0;
- }
- .mi-dw-dropdown > ul:after {
- border-color: transparent transparent #fff transparent;
- border-style: solid;
- border-width: 0 3px 3px 3px;
- bottom: 100%;
- content: '';
- height: 0;
- position: absolute;
- right: 17px;
- width: 0;
- }
- .mi-dw-dropdown.open > ul {
- display: block;
- }
- .mi-dw-dropdown > ul > li > span {
- color: #999;
- font-size: 10px;
- }
- .mi-dw-dropdown > ul > li > ul {
- color: #333;
- font-size: 12px;
- }
- .mi-dw-lite {
- align-items: center;
- background: url('../img/mi-dw-bg.png') no-repeat;
- background-size: 100% 470px;
- display: flex;
- height: 470px;
- padding: 40px 0;
- }
- .mi-dw-lite-content {
- background: #fff;
- box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
- display: block;
- margin: 0 30px;
- padding: 30px;
- width: 100%;
- }
- .mi-dw-not-authed,
- .mi-dw-lite-content {
- text-align: center;
- }
- .postbox .inside .mi-dw-not-authed h2 {
- font-size: 18px;
- margin: 0 auto;
- max-width: 250px;
- }
- .mi-dw-not-authed p {
- font-size: 14px;
- margin: 18px auto;
- max-width: 240px;
- }
- .mi-dw-btn-large {
- background: #1f76c4;
- border-radius: 5px;
- color: #fff;
- display: inline-block;
- font-size: 14px;
- line-height: 1;
- margin-bottom: 10px;
- padding: 14px 28px;
- }
- .mi-dw-btn-large:hover,
- .mi-dw-btn-large:focus {
- color: #fff;
- }
- .mi-dw-btn-group {
- display: inline-block;
- position: relative;
- }
- .mi-dw-btn-group .mi-dw-btn-list {
- border-left: 1px solid #d8d8d8;
- border-right: 1px solid #d8d8d8;
- display: none;
- position: absolute;
- top: 100%;
- width: 100%;
- z-index: 9999;
- }
- .mi-dw-btn,
- .mi-dw-btn-group-label {
- background: #fff;
- border: 1px solid #d8d8d8;
- border-radius: 5px;
- cursor: pointer;
- display: inline-block;
- font-size: 13px;
- font-weight: 400;
- line-height: 1;
- outline: none;
- padding: 8px 20px 8px 10px;
- position: relative;
- text-align: left;
- width: 100%;
- }
- .mi-dw-btn-group .mi-dw-btn {
- border-radius: 0;
- border-width: 0 0 1px 0;
- }
- .mi-dw-btn-group .mi-dw-btn.selected {
- background: #1f76c4;
- color: #fff;
- }
- .mi-dw-btn-group-label:after {
- border-color: #333333 transparent transparent transparent;
- border-style: solid;
- border-width: 3px 2.5px 0 2.5px;
- content: '';
- height: 0;
- margin-top: -1px;
- position: absolute;
- right: 8px;
- top: 50%;
- width: 0;
- }
- .mi-dw-btn-group.open .mi-dw-btn-group-label {
- border-radius: 5px 5px 0 0;
- }
- .mi-dw-btn-group.open .mi-dw-btn-list {
- display: block;
- }
- .mi-dw-ui-tooltip {
- background-color: #363636;
- border-radius: 4px;
- box-shadow: 0 0 24px rgba(51, 51, 51, 0.33);
- color: #fff;
- font-size: 8px;
- max-width: 226px !important;
- padding: 4px 8px;
- position: absolute;
- z-index: 99999;
- }
- .mi-dw-ui-tooltip:after {
- border-color: #363636 transparent transparent transparent;
- border-style: solid;
- border-width: 3px 3px 0 3px;
- content: '';
- height: 0;
- left: 50%;
- margin-left: -3px;
- position: absolute;
- top: 100%;
- width: 0;
- }
- .mi-animation-shake {
- animation: shake 1000ms cubic-bezier(.36, .07, .19, .97) both;
- transform: translate3d(0, 0, 0);
- backface-visibility: hidden;
- perspective: 1000px;
- }
- .js #monsterinsights_reports_widget.closed .inside {
- display: block;
- }
- @keyframes shake {
- 10%, 90% {
- transform: translate3d(-1px, 0, 0) rotate(3deg);
- }
- 20%, 80% {
- transform: translate3d(2px, 0, 0) rotate(-3deg);
- }
- 30%, 50%, 70% {
- transform: translate3d(-4px, 0, 0) rotate(3deg);
- }
- 40%, 60% {
- transform: translate3d(4px, 0, 0) rotate(-3deg);
- }
- }
|