dynmap/web/override_example.css

25 lines
561 B
CSS

/*******************
* This is the over-ride CSS file.
*
* if you know any CSS you can easily add any custom rules to change how
* Dynmap looks for your particular install.
*
* Simply uncomment the override.css in the index.html and rename this file
* to override.css to use these custom rules.
*
* By adding these rules here you can easily save your changes between updates.
*/
/* IE : Use the alternate compass image */
.compass {
top: 20px;
right: 20px;
height: 50px;
width: 50px;
background-image: url(compass_alt.png);
}