sockscape/src/web/style.css

31 lines
436 B
CSS
Raw Normal View History

2018-10-01 11:51:38 +00:00
body {
padding-top: 36px;
font-family: monospace;
text-align: center;
2018-10-03 21:32:41 +00:00
/*background: #000;
color: #fff;*/
background: #fff;
color: #000;
2018-10-01 11:51:38 +00:00
}
.hidden {
display: none;
}
#loading {
font-size: 36px;
font-weight: bold;
}
#login label, #register label {
display: block;
2018-10-31 22:19:00 +00:00
margin: 10px;
}
.section > .error {
margin: 15px auto;
color: #d00;
font-size: 1.1em;
max-width: 250px;
2018-10-01 11:51:38 +00:00
}