mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
basic signup and wiki
This commit is contained in:
12
style.css
12
style.css
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user