mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-28 19:47:45 +01:00
css fixes, allow to use dynmap embedded into a website or standalone.
This commit is contained in:
parent
f4ba02cd23
commit
fe93d372ab
15
web/embedded.css
Normal file
15
web/embedded.css
Normal file
@ -0,0 +1,15 @@
|
||||
/* Embedded into website */
|
||||
|
||||
#mcmap {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.dynmap .sidebar {
|
||||
width: 140px; /* original width 200px */
|
||||
margin-right: -143px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */
|
||||
}
|
||||
|
||||
.dynmap .hitbar {
|
||||
right: 140px; /* width of sidebar */
|
||||
}
|
@ -10,6 +10,7 @@
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="icon" href="images/dynmap.ico" type="image/ico" />
|
||||
|
||||
<!--<link rel="stylesheet" type="text/css" href="/map/embedded.css" media="screen" />-->
|
||||
<link rel="stylesheet" type="text/css" href="standalone.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="dynmap_style.css" media="screen" />
|
||||
<!-- <link rel="stylesheet" type="text/css" href="override.css" media="screen" /> -->
|
||||
|
@ -1,8 +1,7 @@
|
||||
/*******************
|
||||
* Page setup
|
||||
*/
|
||||
/* Standalone Document */
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
@ -21,4 +20,17 @@ body {
|
||||
|
||||
/* Chat Balloons */
|
||||
|
||||
#content { color: #000; }
|
||||
#content { color: #000; }
|
||||
|
||||
#mcmap {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.dynmap .sidebar {
|
||||
width: 200px; /* original width 200px */
|
||||
margin-right: -203px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */
|
||||
}
|
||||
|
||||
.dynmap .hitbar {
|
||||
right: 200px; /* width of sidebar */
|
||||
}
|
Loading…
Reference in New Issue
Block a user