Initial commit (code only without large binaries)

This commit is contained in:
robin
2026-02-15 18:58:44 +08:00
commit 35df75498f
9442 changed files with 1495866 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.form-box {
position: fixed;
top: 2.5em;
bottom: 0;
left: 0;
right: 0;
}
form {
position: fixed;
width: 30em;
top: 50%;
left: 50%;
margin-left: -15em;
margin-top: -16em;
}
span.red,
pre.red {
color: #db2828;
}
.home-link-box {
margin-top: 1.5em;
}
a.enabled,
span.enabled,
span.green {
color: #21ba45;
}
h4 {
font-weight: normal !important;
font-size: 1.2em !important;
}
/*# sourceMappingURL=verify.css.map */