Basic release

This commit is contained in:
2023-12-30 14:28:21 +01:00
parent 4869f1ef2f
commit bf2892ab29
125 changed files with 10729 additions and 0 deletions

53
style.css Normal file
View File

@@ -0,0 +1,53 @@
#adminmenu,
#wpadminbar,
#adminmenuwrap,
#adminmenuback {
background-color: #ffcb04 !important;
}
.wp-submenu-wrap,
.wp-submenu-head {
color: #FFFFFF !important;
}
.wp-has-submenu,
.wp-not-current-submenu,
.menu-top,
#collapse-button,
wp-submenu ul,
#wp-admin-bar-site-name,
.ab-item
{
color: #46484d !important;
font-weight: bold !important;
}
.wp-menu-open ,
.wp-has-current-submenu li,
#adminmenu ul
{
background-color: #3163bd !important;
color: #FFFFFF !important;
}
.wp-not-current-submenu:hover,
#wpadminbar .ab-item:hover
{
background-color: #3163bd !important;
color: #FFFFFF !important;
}
.ab-submenu {
background-color: #ffcb04 !important;
}
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-wp-logo
{
display: none;
}