first commit

This commit is contained in:
2024-11-10 21:08:49 +01:00
commit 0d932ce5ee
14455 changed files with 2567501 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*LinkedIn*/
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image {
font-family: 'bwsicons' !important;
}
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image:before {
content: "\e916";
font-family: 'bwsicons' !important;
}

View File

@@ -0,0 +1,62 @@
/* admin page menu */
/* styles for settings page */
#gglstmp_authorization_button {
margin-bottom: 20px;
}
#gglstmp_authorization_code {
width: 300px;
}
#gglstmp_manage_table {
background: #f1f1f1;
padding: 0 10px;
margin-top: 10px;
}
#gglstmp_manage_table th,
#gglstmp_manage_table td {
padding-top: 10px;
padding-bottom: 10px;
}
.gglstmp_success {
color: #009e10;
}
.bws_info {
word-break: normal!important;
}
/*******************************************************************************
* plugin`s instances of class WP_List_Table
*/
#gglstmp_table .column-url input[type="url"] {
width: 100%;
box-sizing: border-box;
}
#gglstmp_table .column-is_sitemap,
#gglstmp_table .column-priority,
#gglstmp_table .column-frequency,
#gglstmp_table .column-date {
width: 10em;
}
.gglstmp_overflow_visible {
overflow: visible;
}
.gglstmp_disabled {
background-color: #fefaf7 !important;
}
.gglstmp_disabled th {
border-left: 3px solid #d54e21 !important;
box-sizing: border-box;
padding-left: 0;
}
.bws_pro_version_bloc .bws_help_box {
z-index: 0 !important;
}
@media screen and (max-width: 782px) {
#gglstmp_manage_table th {
padding-bottom: 0;
}
#gglstmp_manage_table td {
padding-bottom: 6px;
padding-top: 4px;
}
}