1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00
Nibriboard/Nibriboard/ClientFiles/Nibri.css

33 lines
505 B
CSS
Raw Normal View History

html, body { font-size: 100%; }
body
{
font-family: sans-serif;
}
#canvas-main
{
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
2017-02-19 13:22:35 +00:00
z-index: 1000;
cursor: crosshair;
}
2017-02-19 13:22:35 +00:00
#sidebar
{
position: absolute;
top: 0; left: 0; bottom: 0;
z-index: 2000;
display: flex;
2017-02-19 13:30:18 +00:00
padding: 0.3em 0.45em;
2017-02-19 13:22:35 +00:00
background: rgba(255, 255, 255, 0.3);
2017-02-19 13:30:18 +00:00
border-top: 0.2em solid rgba(255, 255, 255, 0.3);
2017-02-19 13:22:35 +00:00
}
.fps
{
top: 0.2em !important; right: 0.2em !important;
}