Initial commit

This commit is contained in:
2025-08-11 11:41:25 +00:00
commit bd6c375ca7
19 changed files with 865 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
/**
* CSS styles used by 1984-hosting-support plugin.
*
* (C) 2025 - 1984 Hosting
*
* Published under the GNU General Public License v2.0
* 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;
}
.hosting-support-1984-li {
}
.hosting-support-1984-icon {
width: 5.3em;
height: auto;
display: block;
margin: auto;
}
.hosting-support-1984-text {
text-align: center;
}
#hosting-support-1984-logo {
display: flex;
justify-content: flex-end;
}
#hosting-support-1984-logo img {
width: auto;
height: 1.5em;
}