the layer chooser object itself needs to remain though, as it's used to keep track of the layers available, and plugins would break without it there
116 lines
1.6 KiB
CSS
116 lines
1.6 KiB
CSS
body {
|
|
background: #000;
|
|
color: #fff;
|
|
}
|
|
|
|
#sidebar, #updatestatus, #chatcontrols, #chat, #chatinput {
|
|
background: #0B3351 !important
|
|
}
|
|
|
|
.leaflet-top .leaflet-control {
|
|
margin-top: 5px !important;
|
|
margin-left: 5px !important;
|
|
}
|
|
|
|
.leaflet-control-layers {
|
|
display: none; /* hide layer control - it's now handled by an in-app option */
|
|
}
|
|
|
|
#geosearch {
|
|
width: 100%;
|
|
}
|
|
|
|
#geosearchwrapper img {
|
|
display: none;
|
|
}
|
|
|
|
#chatcontrols {
|
|
height: 38px;
|
|
width: 100%;
|
|
display: none !important;
|
|
}
|
|
|
|
/* hide shrink button */
|
|
#chatcontrols a:first-child {
|
|
display: none;
|
|
}
|
|
|
|
#chatcontrols a {
|
|
width: 50px;
|
|
height:36px;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
line-height: 36px;
|
|
text-decoration: none;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#chat {
|
|
left:0;
|
|
right:0;
|
|
top: 1px !important;
|
|
bottom:30px;
|
|
width: auto;
|
|
}
|
|
|
|
#chatinput {
|
|
width: 100%;
|
|
height: 30px;
|
|
}
|
|
|
|
#chat td:nth-child(2), #chatinput td:nth-child(2) {
|
|
width: 77px;
|
|
}
|
|
|
|
#chatcontrols a.active {
|
|
border-color: #FFCE00;
|
|
border-bottom-width:0px;
|
|
font-weight:bold
|
|
}
|
|
|
|
#chatcontrols a.active + a {
|
|
border-left-color: #FFCE00
|
|
}
|
|
|
|
#sidebartoggle {
|
|
display: none !important;
|
|
}
|
|
|
|
#scrollwrapper {
|
|
bottom: 0;
|
|
max-height: none !important;
|
|
width: 100% !important;
|
|
right: 0;
|
|
left:0;
|
|
}
|
|
|
|
#sidebar {
|
|
width: 100% !important;
|
|
min-height: 100%;
|
|
border:0;
|
|
}
|
|
|
|
#sidebar > * {
|
|
width: 100%;
|
|
}
|
|
|
|
#playerstat {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#portaldetails {
|
|
min-height: 0;
|
|
}
|
|
|
|
.fullimg {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
#portal_highlight_select{
|
|
top:0px !important;
|
|
left:0px !important;
|
|
}
|