Sync plugins from current page
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
417
wp-content/plugins/wp-statistics/assets/css/admin.css
Normal file
417
wp-content/plugins/wp-statistics/assets/css/admin.css
Normal file
@@ -0,0 +1,417 @@
|
||||
/** 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;
|
||||
}
|
||||
4
wp-content/plugins/wp-statistics/assets/css/frontend.css
Normal file
4
wp-content/plugins/wp-statistics/assets/css/frontend.css
Normal file
@@ -0,0 +1,4 @@
|
||||
#wpadminbar #wp-admin-bar-wp-statistic-menu .ab-icon:before {
|
||||
content: '\f184';
|
||||
top: 2px;
|
||||
}
|
||||
5
wp-content/plugins/wp-statistics/assets/css/jquery-ui-smoothness.min.css
vendored
Normal file
5
wp-content/plugins/wp-statistics/assets/css/jquery-ui-smoothness.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
430
wp-content/plugins/wp-statistics/assets/css/log.css
Normal file
430
wp-content/plugins/wp-statistics/assets/css/log.css
Normal file
@@ -0,0 +1,430 @@
|
||||
@media print {
|
||||
#wpadminbar,
|
||||
#adminmenuback,
|
||||
#adminmenuwrap,
|
||||
#show-settings-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wpcontent, #wpfooter {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#wps-postbox-container-1 {
|
||||
width: 30%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#wps-postbox-container-2 {
|
||||
margin: 0 0 0 1%;
|
||||
width: 68%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 998px) {
|
||||
#wps-postbox-container-1 {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
#wps-postbox-container-2 {
|
||||
margin: 0 0 0 1%;
|
||||
width: 63%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 758px) {
|
||||
#wps-postbox-container-1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#wps-postbox-container-2 {
|
||||
margin: 0 0 0 1%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 524px) {
|
||||
#wps-postbox-container-1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#wps-postbox-container-2 {
|
||||
margin: 0 0 0 1%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#last-log {
|
||||
width: 100%;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#wps-postbox-container-1 a, #wps-postbox-container-2 a, #last-log a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#summary-stats {
|
||||
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
||||
border: 1px none;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
#summary-stats tr:first-child th {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
||||
#summary-stats span {
|
||||
color: #21759B !important;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
#post-stats {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#th-colspan {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#th-colspan span {
|
||||
color: #459605 !important;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#last-visitor tr {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#last-visitor tr:first-child {
|
||||
background: none repeat scroll 0 0 #EEEEEE;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#last-search tr {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#last-search tr:first-child {
|
||||
background: none repeat scroll 0 0 #EEEEEE;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#last-referrer tr {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#last-referrer tr:first-child {
|
||||
background: none repeat scroll 0 0 #EEEEEE;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.th-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.td-align {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.td-url {
|
||||
color: #009936 !important;
|
||||
direction: ltr;
|
||||
font-size: 10px !important;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#map_canvas {
|
||||
direction: ltr;
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.map-html-marker {
|
||||
max-height: 170px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.map-html-marker p {
|
||||
border-bottom: 1px dashed #EFEFEF;
|
||||
font-size: 10px;
|
||||
margin: 2px 0;
|
||||
padding: 3px 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.map-html-marker p:last-child {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.log-latest {
|
||||
}
|
||||
|
||||
.log-item {
|
||||
border-bottom: 1px solid #efeeee;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
min-height: 46px;
|
||||
padding: 3px 7px;
|
||||
}
|
||||
|
||||
.log-item:hover {
|
||||
background: none repeat scroll 0 0 #f7f7f7;
|
||||
}
|
||||
|
||||
.show-map {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.log-referred {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.log-page-title {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.log-ip {
|
||||
direction: ltr;
|
||||
float: right;
|
||||
font-size: 10px;
|
||||
margin-bottom: 5px;
|
||||
white-space: pre;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.log-tools {
|
||||
float: left;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.log-agent {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.log-url {
|
||||
direction: ltr;
|
||||
float: left;
|
||||
font-size: 10px;
|
||||
margin: 0 0 0 2px;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.log-url img {
|
||||
}
|
||||
|
||||
#wp_statistics_editor_meta_box,
|
||||
#wp-statistics-browsers-widget,
|
||||
#wp-statistics-countries-widget,
|
||||
#wp-statistics-hitsmap-widget,
|
||||
#wp-statistics-hits-widget,
|
||||
#wp-statistics-pages-widget,
|
||||
#wp-statistics-recent-widget,
|
||||
#wp-statistics-referring-widget,
|
||||
#wp-statistics-search-widget,
|
||||
#wp-statistics-summary-widget,
|
||||
#wp-statistics-words-widget,
|
||||
#wp-statistics-top-visitors-widget,
|
||||
#wps_hits_postbox,
|
||||
#wps_top_visitors_postbox,
|
||||
#wps_search_postbox,
|
||||
#wps_words_postbox,
|
||||
#wps_recent_postbox,
|
||||
#wps_map_postbox,
|
||||
#wps_pages_postbox,
|
||||
#wps_summary_postbox,
|
||||
#wps_browsers_postbox,
|
||||
#wps_referring_postbox,
|
||||
#wps_countries_postbox,
|
||||
#wps_words_postbox {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#time_zone a {
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#visits-log {
|
||||
direction: ltr;
|
||||
height: 290px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#search-engine-log {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#platform-log {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#visits-stats {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#exclusion-stats {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#search-stats {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#page-stats {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#about-links {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
#about-links p {
|
||||
display: inline;
|
||||
font-size: 12px;
|
||||
margin: 0 2px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#about-links a {
|
||||
}
|
||||
|
||||
.left-div {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right-div {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#donate-text {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#donate-button {
|
||||
float: right;
|
||||
margin: -2px 0 0 0;
|
||||
}
|
||||
|
||||
#donate-button a {
|
||||
height: 23px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.jqvmap-label {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.ui-sortable {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.table-stats tr, .table-stats td {
|
||||
border-bottom: 1px solid #efeeee;
|
||||
background-color: white;
|
||||
transition: 1s all;
|
||||
}
|
||||
|
||||
.table-stats tr:last-child td {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.table-stats tr:hover:not(:first-child) td {
|
||||
background-color: rgba(241, 241, 241, 0.65) !important;
|
||||
}
|
||||
|
||||
.table-stats tr:first-child td {
|
||||
border: 0px none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl .table-stats.left-align tr,
|
||||
.rtl .table-stats.left-align td {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.rtl .table-stats tr, .rtl .table-stats td {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.rtl .table-stats .log-tools {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .table-stats .th-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.table-stats {
|
||||
border: 0px none !important;
|
||||
}
|
||||
|
||||
.wp-statistics-sub-fullwidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.button-link.wps-more,
|
||||
.button-link.wps-refresh {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.wp-statistics-table {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.wps-postbox-veronalabs {
|
||||
margin: 18px 0 0 0;
|
||||
}
|
||||
|
||||
.wps-postbox-veronalabs img {
|
||||
width: 116px;
|
||||
}
|
||||
|
||||
#wps_overview_ads_postbox .inside {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#wps_overview_ads_postbox .inside a img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#wps_overview_ads_postbox .inside a:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#wps_overview_ads_postbox .inside .close-overview-ads {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin: 10px 20px;
|
||||
opacity: 0;
|
||||
transition: 1s all;
|
||||
}
|
||||
|
||||
#wps_overview_ads_postbox .inside .close-overview-ads span.dashicons {
|
||||
font-size: 21px;
|
||||
color: #72777c;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#wps_overview_ads_postbox .inside:hover .close-overview-ads {
|
||||
opacity: 1;
|
||||
}
|
||||
51
wp-content/plugins/wp-statistics/assets/css/pagination.css
Normal file
51
wp-content/plugins/wp-statistics/assets/css/pagination.css
Normal file
@@ -0,0 +1,51 @@
|
||||
#result-log {
|
||||
color: #148e00;
|
||||
direction: rtl;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.pagination-wrap {
|
||||
clear: both;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.pagination-wrap .page-numbers li {
|
||||
margin-bottom: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.pagination-wrap .page-numbers li a, .pagination-wrap .page-numbers li span {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
margin-right: 4px;
|
||||
border-radius: 3px;
|
||||
border: solid 1px #c0c0c0;
|
||||
background: #e9e9e9;
|
||||
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
|
||||
font-size: .875em;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: #717171;
|
||||
text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.pagination-wrap .page-numbers > li > a:hover,
|
||||
.pagination-wrap .page-numbers > li > span:hover,
|
||||
.pagination-wrap .page-numbers > li > a:focus,
|
||||
.pagination-wrap .page-numbers > li > span:focus {
|
||||
background: #fefefe;
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
|
||||
background: -moz-linear-gradient(#FEFEFE, #f0f0f0);
|
||||
}
|
||||
|
||||
.pagination-wrap .page-numbers li .current {
|
||||
border: none;
|
||||
background: #616161 !important;
|
||||
box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8) !important;
|
||||
color: #f0f0f0;
|
||||
text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
|
||||
padding: 7px 14px;
|
||||
}
|
||||
98
wp-content/plugins/wp-statistics/assets/css/rtl.css
Normal file
98
wp-content/plugins/wp-statistics/assets/css/rtl.css
Normal file
@@ -0,0 +1,98 @@
|
||||
#left-log {
|
||||
margin: 0 1% 0 0;
|
||||
}
|
||||
|
||||
.td-align {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#donate-button {
|
||||
}
|
||||
|
||||
.log-referred {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.log-ip {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#last-log {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
|
||||
font-family: tahoma, serif;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.jqvmap-label {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.jqplot-table-legend, .jqplot-highlighter-tooltip {
|
||||
direction: rtl;
|
||||
font-family: tahoma, serif;
|
||||
}
|
||||
|
||||
#donate-text {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#donate-button {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.left-div {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.right-div {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/** Welcome page **/
|
||||
.wp-statistics-welcome .normal-section .left {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.wp-statistics-welcome .normal-section h2 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.wp-statistics-welcome .normal-section .right {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/** Travod **/
|
||||
.wp-statistics-travod .header p {
|
||||
margin-left: 17px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.wp-statistics-travod .header .left {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wp-statistics-travod .header .right {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wps-wrap h2,.wps-wrap h3 {
|
||||
direction: rtl;
|
||||
font-family: tahoma, serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.wps_page_title {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.wps-wrap table.widefat {
|
||||
direction: rtl;
|
||||
}
|
||||
Reference in New Issue
Block a user