Manualbiome (#11216)

This commit is contained in:
Kashargul
2025-07-21 22:37:45 +02:00
committed by GitHub
parent afa0b4bfdb
commit f39fdae47c
280 changed files with 18208 additions and 17558 deletions
+22 -26
View File
@@ -1,34 +1,30 @@
body
{
background-image: url("paper_bg.png");
body {
background-image: url("paper_bg.png");
}
.button-group .button
{
border: 1px solid RoyalBlue;
color: black;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
width: 40%;
display: block;
.button-group .button {
border: 1px solid RoyalBlue;
color: black;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
width: 40%;
}
.button-group .button:not(:last-child)
{
border-bottom: none; /* Will hopefully prevent double borders */
.button-group .button:not(:last-child) {
border-bottom: none; /* Will hopefully prevent double borders */
}
.button-group .button:hover
{
background-color: RoyalBlue;
color: white;
.button-group .button:hover {
background-color: RoyalBlue;
color: white;
}
table, th, td {
border: 0px solid black;
}
table,
th,
td {
border: 0px solid black;
}