dynmap/web/standalone.css

24 lines
269 B
CSS

/*******************
* Page setup
*/
html {
height: 100%
}
body {
height: 100%;
font-family: sans-serif;
font-size: 11px;
color: #fff;
background: #000;
margin: 0px;
padding: 0px ;
}
/* Chat Balloons */
#content { color: #000; }