mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
lechd's new override style to let the sidebar always open and hides
also the icon
This commit is contained in:
parent
cc0bb3b509
commit
cdd30d95c5
@ -2,16 +2,16 @@
|
|||||||
* This is the over-ride CSS file.
|
* This is the over-ride CSS file.
|
||||||
*
|
*
|
||||||
* if you know any CSS you can easily add any custom rules to change how
|
* if you know any CSS you can easily add any custom rules to change how
|
||||||
* Dynmap looks for your particular install.
|
* Dynmap looks or behaves in your particular install.
|
||||||
*
|
*
|
||||||
* Simply uncomment the override.css in the index.html and rename this file
|
* Simply uncomment the override.css in the index.html and rename THIS file
|
||||||
* to override.css to use these custom rules.
|
* to override.css to use these (or your) custom rules.
|
||||||
*
|
*
|
||||||
* By adding these rules here you can easily save your changes between updates.
|
* By adding these rules here you can easily save your changes between updates.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* IE : Use the alternate compass image */
|
/* Use the alternate compass image */
|
||||||
|
|
||||||
.compass {
|
.compass {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
@ -22,3 +22,16 @@
|
|||||||
|
|
||||||
background-image: url(compass_alt.png);
|
background-image: url(compass_alt.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* These next two keep the DynMap sidebar open */
|
||||||
|
|
||||||
|
.dynmap .sidebar {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* And hide the hitbar along with the window controls */
|
||||||
|
|
||||||
|
.dynmap .sidebar .hitbar,
|
||||||
|
.dynmap .sidebar .panel > .pin {
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user