dynmap/web/css/override_example.css

39 lines
915 B
CSS
Raw Normal View History

/*******************
* This is the over-ride CSS file.
*
2011-02-23 23:28:28 +01:00
* if you know any CSS you can easily add custom rules to change how DynMap
* looks and behaves under your DynMap installation.
*
2011-02-23 23:28:28 +01:00
* 1. Uncomment the override.css in the index.html.
* 2. Rename this file or create a new override.css.
* 3. Add your own rules (or steal these) to personalize how DynMap looks.
*
2011-02-23 23:28:28 +01:00
* By adding your own rules here, you can then save your changes
* between DynMap updates and they won't get over-written.
*/
/* Use the alternate compass image */
.compass {
top: 20px;
right: 20px;
height: 50px;
width: 50px;
2011-03-17 15:30:30 +01:00
background-image: url(../images/compass_alt.png);
}
2011-02-23 23:28:28 +01:00
/* These next two keep the DynMap sidebar open... */
.dynmap .sidebar {
margin-right: 0px;
}
2011-02-23 23:28:28 +01:00
/* ...and hide the hitbar along with the sidebar controls */
.dynmap .sidebar .hitbar,
.dynmap .sidebar .panel > .pin {
display: none;
}