Abstracted from cave+normal to kzedmaps. Can now have any configurable type of map.
This commit is contained in:
parent
4b5e6e6f80
commit
8263918b8d
5 changed files with 213 additions and 144 deletions
|
|
@ -10,7 +10,12 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
|
|||
opacity: 0.6;
|
||||
padding: 2px;
|
||||
}
|
||||
#lst {
|
||||
|
||||
input {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#lst, label {
|
||||
clear:both;
|
||||
font-family: sans-serif;
|
||||
font-size: 8pt;
|
||||
|
|
@ -51,7 +56,7 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
|
|||
height:14px;
|
||||
width:14px;
|
||||
}
|
||||
a, a:visited {
|
||||
a, a:visited, label {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
@ -148,4 +153,26 @@ a, a:visited {
|
|||
|
||||
.followButton.enabled {
|
||||
background-image: url(follow_on.png);
|
||||
}
|
||||
|
||||
.maprow {
|
||||
overflow: hidden;
|
||||
width: 120px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.maprow:hover {
|
||||
border: 1px solid #222222;
|
||||
background-color: #333333;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.maprow, .maprow * {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.maprow label {
|
||||
display: inline-box;
|
||||
height: 15px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue