417 lines
7.7 KiB
CSS
417 lines
7.7 KiB
CSS
/** Setting page **/
|
|
.wp-statistics-settings .widefat {
|
|
float: left;
|
|
}
|
|
|
|
.wp-statistics-settings .postbox-container {
|
|
margin-top: 51px;
|
|
}
|
|
|
|
.wp-statistics-container {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.wp-statistics-settings ul.tabs {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.wp-statistics-settings ul.tabs li {
|
|
background: none;
|
|
color: #222;
|
|
display: inline-block;
|
|
padding: 10px 8px;
|
|
cursor: pointer;
|
|
border: 1px solid #f1f1f1;
|
|
margin: 0;
|
|
}
|
|
|
|
.wp-statistics-settings ul.tabs li.current {
|
|
background: #ffffff;
|
|
color: #222;
|
|
border-right-color: #e5e5e5;
|
|
border-left-color: #e5e5e5;
|
|
border-bottom-color: #ffffff;
|
|
border-top-color: #e5e5e5;
|
|
padding-bottom: 11px;
|
|
}
|
|
|
|
.wp-statistics-settings .tab-content {
|
|
display: none;
|
|
background: #ffffff;
|
|
padding: 15px;
|
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
|
border: 1px solid #e5e5e5;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
|
margin: -1px 0 0 0;
|
|
}
|
|
|
|
.wp-statistics-settings .tab-content.current {
|
|
display: inherit;
|
|
}
|
|
|
|
.rtl .wp-statistics-settings .widefat {
|
|
float: right;
|
|
}
|
|
|
|
.wp-statistics-settings #update_geoip {
|
|
margin-left: 5px;
|
|
margin-top: -5px;
|
|
line-height: 19px;
|
|
font-size: 12px;
|
|
height: 25px;
|
|
}
|
|
|
|
@media only screen and (max-width: 1327px) {
|
|
.wp-statistics-settings ul.tabs li {
|
|
padding: 10px 5px;
|
|
}
|
|
}
|
|
|
|
/** Add-Ons page **/
|
|
.wp-statistics-plugins .widefat > * {
|
|
float: left;
|
|
}
|
|
|
|
.wp-statistics-plugins .widefat .plugin-card {
|
|
position: relative;
|
|
}
|
|
|
|
.wp-statistics-plugins .widefat .plugin-card .desc,
|
|
.wp-statistics-plugins .widefat .plugin-card .name {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.rtl .wp-statistics-plugins .widefat > * {
|
|
float: right;
|
|
}
|
|
|
|
.rtl .wp-statistics-plugins .widefat .plugin-card .desc,
|
|
.rtl .wp-statistics-plugins .widefat .plugin-card .name {
|
|
margin-right: 148px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.wp-statistics-plugins .widefat .plugin-card-bottom {
|
|
float: initial;
|
|
}
|
|
|
|
.wp-statistics-plugins .widefat .column-downloaded p {
|
|
margin: 2px 0 0 0;
|
|
}
|
|
|
|
.wp-statistics-plugins .column-price {
|
|
display: inline;
|
|
margin: 0 8px;
|
|
font-size: 15px;
|
|
color: #589616;
|
|
}
|
|
|
|
.wp-statistics-plugins .plugin-card .cover-ribbon {
|
|
height: 115px;
|
|
width: 115px;
|
|
position: absolute;
|
|
left: -8px;
|
|
top: -7px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.wp-statistics-plugins .plugin-card .cover-ribbon .cover-ribbon-inside {
|
|
background: #EA4335;
|
|
color: #FFF;
|
|
transform: rotate(-45deg);
|
|
position: absolute;
|
|
left: -35px;
|
|
top: 16px;
|
|
padding: 10px;
|
|
min-width: 127px;
|
|
text-align: center;
|
|
z-index: 9;
|
|
}
|
|
|
|
.wp-statistics-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:before {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 7px solid transparent;
|
|
border-right: 7px solid transparent;
|
|
border-bottom: 10px solid #992C23;
|
|
position: absolute;
|
|
left: -5px;
|
|
bottom: 0;
|
|
content: "";
|
|
top: 34px;
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.wp-statistics-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:after {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 7px solid transparent;
|
|
border-left: 7px solid #992C23;
|
|
border-bottom: 7px solid transparent;
|
|
position: absolute;
|
|
top: 33px;
|
|
bottom: 0;
|
|
right: 4px;
|
|
content: "";
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.rtl .wp-statistics-plugins .plugin-card .cover-ribbon {
|
|
right: -8px;
|
|
}
|
|
|
|
.rtl .wp-statistics-plugins .plugin-card .cover-ribbon .cover-ribbon-inside {
|
|
transform: rotate(45deg);
|
|
right: -34px;
|
|
left: auto;
|
|
}
|
|
|
|
.rtl .wp-statistics-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:before {
|
|
left: -1px;
|
|
}
|
|
|
|
.rtl .wp-statistics-plugins .plugin-card .cover-ribbon .cover-ribbon-inside:after {
|
|
right: -1px;
|
|
}
|
|
|
|
/** Other CSS **/
|
|
.wp-statistics-settings .note {
|
|
color: #FF0000;
|
|
font-size: 11px !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.wps-center {
|
|
text-align: center;
|
|
}
|
|
|
|
#wps_about_postbox #about_postbox img {
|
|
max-width: 170px;
|
|
margin: 0 0 9px 0;
|
|
}
|
|
|
|
.column-wp-statistics {
|
|
width: 52px;
|
|
}
|
|
|
|
#wpadminbar #wp-admin-bar-wp-statistic-menu .ab-icon:before {
|
|
content: '\f184';
|
|
top: 2px;
|
|
}
|
|
|
|
/** Welcome page **/
|
|
.wp-statistics-welcome .wp-badge {
|
|
background-image: url('../images/logo-250-white.png');
|
|
background-color: #1aabec;
|
|
}
|
|
|
|
.wp-statistics-welcome .nav-tab.donate {
|
|
background-color: #459605;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.wp-statistics-welcome .tab-content {
|
|
display: none;
|
|
}
|
|
|
|
.wp-statistics-welcome .tab-content.current {
|
|
display: block;
|
|
}
|
|
|
|
.wp-statistics-welcome ul li {
|
|
margin: 0 31px;
|
|
}
|
|
|
|
.wp-statistics-welcome ul {
|
|
list-style-type: square;
|
|
line-height: 28px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
.wp-statistics-welcome img {
|
|
width: auto;
|
|
}
|
|
|
|
.wp-statistics-welcome .center-section {
|
|
padding: 41px 0 60px;
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
.wp-statistics-welcome .normal-section .left {
|
|
float: left;
|
|
width: 50%;
|
|
text-align: left;
|
|
}
|
|
|
|
.wp-statistics-welcome .normal-section .right {
|
|
float: right;
|
|
width: 50%;
|
|
}
|
|
|
|
.wp-statistics-welcome .normal-section {
|
|
float: left;
|
|
width: 100%;
|
|
padding: 36px 0 44px;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
|
|
.wp-statistics-welcome .normal-section h2 {
|
|
text-align: left;
|
|
}
|
|
|
|
.wp-statistics-welcome .text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.wp-statistics-welcome .content-padding {
|
|
padding: 0 43px;
|
|
}
|
|
|
|
.wp-statistics-welcome .addons-item img {
|
|
width: 120px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.wp-statistics-welcome .addons-item a {
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.wp-statistics-welcome .center-section.logo img {
|
|
width: 150px;
|
|
}
|
|
|
|
.wp-statistics-welcome .center-section.logo > a {
|
|
display: inline-block;
|
|
}
|
|
|
|
.wp-statistics-welcome .plugin-icon {
|
|
width: 128px;
|
|
height: 128px;
|
|
}
|
|
|
|
.wp-statistics-welcome .plugin-card h3 {
|
|
margin: 0 0 12px;
|
|
font-size: 18px;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.wp-statistics-welcome .plugin-card {
|
|
text-align: left;
|
|
}
|
|
|
|
/* button Editor tinymce */
|
|
i.mce-i-icon-statistic {
|
|
font: 400 20px/1 dashicons;
|
|
padding: 0;
|
|
vertical-align: top;
|
|
speak: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
margin-left: -2px;
|
|
padding-right: 2px
|
|
}
|
|
|
|
.wp-statistic-mce-desc {
|
|
color: #b1b1b1 !important;
|
|
margin-left: 82px !important;
|
|
}
|
|
|
|
html[dir="rtl"] .wp-statistic-mce-desc {
|
|
text-align: right !important;
|
|
margin: 0 82px 0px 0px !important;
|
|
}
|
|
|
|
.about-text img {
|
|
width: 90px;
|
|
}
|
|
|
|
.wps-return-to-dashboard {
|
|
margin: 30px 0 0 -5px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.wps-return-to-dashboard a {
|
|
text-decoration: none;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.wps-gutenberg-chart-js {
|
|
height: 350px;
|
|
}
|
|
|
|
/* Meta Box Loading */
|
|
.wps_loading_box {
|
|
width: 100%;
|
|
text-align: center;
|
|
min-height: 65px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
/* Admin Page Title */
|
|
.wps_page_title {
|
|
display: inline-block;
|
|
vertical-align: -15px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.wps_title {
|
|
display: inline;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
/* Refresh button Meta Box */
|
|
.wps-more span, .wps-refresh span {
|
|
transition: transform .6s ease-in-out;
|
|
-webkit-transition: -webkit-transform .6s ease-in-out;
|
|
}
|
|
|
|
.wps-more span:hover, .wps-refresh span:hover {
|
|
color: #00a0d2;
|
|
}
|
|
|
|
.wps-refresh span:hover {
|
|
transform: rotate(360deg);
|
|
-webkit-transform: rotate(360deg);
|
|
}
|
|
|
|
/* Color Style */
|
|
.wps-text-danger {
|
|
color: #DC3545;
|
|
}
|
|
|
|
.wps-text-success {
|
|
color: #459605;
|
|
}
|
|
|
|
.wps-text-warning {
|
|
color: #dc6b26;
|
|
}
|
|
|
|
.wps-text-muted {
|
|
color: #797979;
|
|
}
|
|
|
|
/* disable Break Link */
|
|
a[href*='?page=wps_break_menu'] {
|
|
pointer-events: none;
|
|
}
|
|
|
|
/* Cursor Default */
|
|
.wps-cursor-default {
|
|
cursor: default;
|
|
}
|
|
|
|
/* Text Wrap */
|
|
.wps-text-wrap {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
width: 200px;
|
|
} |