Remove unused css
This commit is contained in:
parent
afd31987a4
commit
bd6863fa38
@ -365,141 +365,6 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
/*******************
|
||||
* Compass
|
||||
*/
|
||||
|
||||
.compass, .compass_NE, .compass_SE, .compass_NW, .compass_SW {
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
top: 20px;
|
||||
right: 32px;
|
||||
height: 84px;
|
||||
width: 83px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.compass, .compass_SE {
|
||||
background-image: url(../assets/images/compass.png);
|
||||
}
|
||||
|
||||
.compass_NE {
|
||||
background-image: url(../assets/images/compass_NE.png);
|
||||
}
|
||||
|
||||
.compass_NW {
|
||||
background-image: url(../assets/images/compass_NW.png);
|
||||
}
|
||||
|
||||
.compass_SW {
|
||||
background-image: url(../assets/images/compass_SW.png);
|
||||
}
|
||||
|
||||
.compass_flat, .compass_N, .compass_E, .compass_W, .compass_S {
|
||||
top: 10px;
|
||||
right: 21px;
|
||||
|
||||
height: 105px;
|
||||
width: 105px;
|
||||
}
|
||||
|
||||
.compass_flat, .compass_S {
|
||||
background-image: url(../assets/images/compass_flat.png);
|
||||
}
|
||||
|
||||
.compass_N {
|
||||
background-image: url(../assets/images/compass_N.png);
|
||||
}
|
||||
|
||||
.compass_E {
|
||||
background-image: url(../assets/images/compass_E.png);
|
||||
}
|
||||
|
||||
.compass_W {
|
||||
background-image: url(../assets/images/compass_W.png);
|
||||
}
|
||||
|
||||
.mobilecompass {
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
height: 42px;
|
||||
width: 42px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* Chat
|
||||
*/
|
||||
|
||||
.loginbutton {
|
||||
color: #000;
|
||||
font-family: sans-serif;
|
||||
font-size: 11px;
|
||||
border: 1px solid rgba(128,128,128,0.6);
|
||||
background-color: #bbb;
|
||||
padding: 2px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dynmap .mapMarker .markerName_offline_players {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Login/register panel */
|
||||
.dynmaplogin {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
table.loginregister {
|
||||
color: #ffffff;
|
||||
border: 1px solid rgba(64,64,64,0.6);
|
||||
background: #bbb;
|
||||
font-weight: bold;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
td.login {
|
||||
vertical-align: top;
|
||||
color: #000000;
|
||||
background-color: #bbb;
|
||||
border: 1px solid rgba(64,64,64,0.6);
|
||||
font-weight: bold;
|
||||
margin: 2em;
|
||||
width: 40em;
|
||||
}
|
||||
|
||||
td.register {
|
||||
vertical-align: top;
|
||||
color: #000000;
|
||||
background-color: #bbb;
|
||||
border: 1px solid rgba(64,64,64,0.6);
|
||||
font-weight: bold;
|
||||
margin: 2em;
|
||||
width: 40em;
|
||||
}
|
||||
|
||||
div.statusmessage {
|
||||
color: #FF0000;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
|
||||
}
|
||||
|
||||
.logincontainer {
|
||||
background-color: rgba(0,0,0,0.0);
|
||||
}
|
||||
|
||||
.pinnedloginbutton {
|
||||
margin-right: 201px;
|
||||
}
|
||||
|
||||
.leaflet-container {
|
||||
font-family: inherit;
|
||||
font-size: 1.5rem;
|
||||
|
Loading…
Reference in New Issue
Block a user