This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
hackspace-status-dokuwiki-p.../style.css
2011-09-15 12:54:40 +02:00

18 lines
No EOL
257 B
CSS

.ample {
display: block;
width: 200px;
height: 100px;
font-size: 24px;
font-weight: bold;
padding: 5px;
}
.available {
background-color: green;
color: white;
}
.not-available {
background-color: red;
color: white;
}