Zone beta

This commit is contained in:
Leocraft1
2025-10-06 22:49:52 +02:00
parent 55f160885b
commit 5a3766410a
4 changed files with 122 additions and 10 deletions

View File

@@ -182,7 +182,7 @@ nav ul li h1.yellow-warning {
border-radius: 10px;
}
.nomargin{
margin: 0;
}
table{
margin-left: auto;
@@ -210,6 +210,16 @@ table.greenhead td a{
table.greenhead th{
background-color: rgb(0, 160, 0);
}
table.zone{
text-align: left;
}
table.zone td, table.zone th{
padding-right: 16px;
}
table.zone th h3{
margin-bottom:4px;
margin-top:4px;
}
td a{
text-decoration: none;
}