mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
New buttons and example override css by lechd.
This commit is contained in:
parent
f80385e1af
commit
cd4027495c
@ -13,6 +13,9 @@
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="stylesheet" type="text/css" href="dynmap_style.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="chat_style.css" media="screen" />
|
||||
<!--
|
||||
<link rel="stylesheet" type="text/css" href="override_example.css" media="screen" />
|
||||
-->
|
||||
<script type="text/javascript" src="jquery-1.4.4.min.js"></script>
|
||||
<script type="text/javascript" src="jquery.json.js"></script>
|
||||
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
|
||||
|
24
web/override_example.css
Normal file
24
web/override_example.css
Normal file
@ -0,0 +1,24 @@
|
||||
/*******************
|
||||
* 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);
|
||||
}
|
BIN
web/window_close_hover.png
Normal file
BIN
web/window_close_hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 355 B |
Binary file not shown.
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 299 B |
BIN
web/window_pinned_hover.png
Normal file
BIN
web/window_pinned_hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 B |
Loading…
Reference in New Issue
Block a user