mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 10:37:44 +01:00
24 lines
269 B
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; } |