Current state

This commit is contained in:
2026-02-07 08:23:18 +01:00
commit 0a4372c40d
22479 changed files with 1553543 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.panel-skinbase {
border:1px #cfd5d9;
box-shadow:2px 2px 5px #cfd5d9;
}
.panel-skinbase > div.panel-heading {
background:#cfd5d9;
border-bottom:solid 1px #bfc5c9;
text-shadow:1px 1px 1px #eee;
}
.panel-skinbase div.panel-body {
background:#fff;
}