basic signup and wiki

This commit is contained in:
root
2019-09-14 14:29:05 -04:00
parent 1e5a430d3a
commit 6ef1fbf131
15 changed files with 12589 additions and 2 deletions

View File

@@ -33,6 +33,18 @@ h1 {text-transform:uppercase;font-weight:bold;
animation-iteration-count: infinite;
}
input[type="text"], textarea {
background-color : #333;
color: darkorange;
}
div.alert-warning {
background-color: darkred;
}
div.alert-success {
background-color: darkgreen;
}
@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.75; }