lechd updated override example

This commit is contained in:
Arthur Mayer 2011-02-23 23:28:28 +01:00
parent cdd30d95c5
commit b6ec0a2955

View File

@ -1,13 +1,15 @@
/*******************
* This is the over-ride CSS file.
*
* if you know any CSS you can easily add any custom rules to change how
* Dynmap looks or behaves in your particular install.
* if you know any CSS you can easily add custom rules to change how DynMap
* looks and behaves under your DynMap installation.
*
* Simply uncomment the override.css in the index.html and rename THIS file
* to override.css to use these (or your) custom rules.
* 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.
*
* By adding these rules here you can easily save your changes between updates.
* By adding your own rules here, you can then save your changes
* between DynMap updates and they won't get over-written.
*/
@ -23,13 +25,13 @@
background-image: url(compass_alt.png);
}
/* These next two keep the DynMap sidebar open */
/* These next two keep the DynMap sidebar open... */
.dynmap .sidebar {
margin-right: 0px;
}
/* And hide the hitbar along with the window controls */
/* ...and hide the hitbar along with the sidebar controls */
.dynmap .sidebar .hitbar,
.dynmap .sidebar .panel > .pin {