First draft

This commit is contained in:
2025-12-02 10:06:37 +00:00
parent 6d76533d1f
commit 801c24885b
11 changed files with 498 additions and 165 deletions

View File

@@ -7,51 +7,34 @@
* https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
**/
#hostingsupport1984_support_widget {
background: #fffbee;
}
#adminmenu a.toplevel_page_hostingsupport1984_manage {
background-color: #b48701;
font-weight: bold;
}
#adminmenu a.toplevel_page_hostingsupport1984_manage:hover {
color: #fff;
}
#adminmenu a.toplevel_page_hostingsupport1984_manage div.wp-menu-image::before {
color: #fff;
}
#hosting-support-1984-main-links {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.2rem;
list-style-type: none;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.2rem;
list-style-type: none;
}
.hosting-support-1984-li {
}
.hosting-support-1984-icon {
width: 5.3em;
height: auto;
display: block;
margin: auto;
width: 5.3em;
height: auto;
display: block;
margin: auto;
}
.hosting-support-1984-text {
text-align: center;
text-align: center;
}
#hosting-support-1984-logo {
display: flex;
justify-content: flex-end;
display: flex;
justify-content: flex-end;
}
#hosting-support-1984-logo img {
width: auto;
height: 1.5em;
width: auto;
height: 1.5em;
}