You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
.resource-icon {
|
|
|
|
|
max-height: 1.5em;
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.building-icon {
|
|
|
|
|
max-height: 3em;
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-level-container {
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.level-marker {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 4px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
font-size: 2.5em;
|
|
|
|
|
-webkit-text-fill-color: gold;
|
|
|
|
|
font-family: Arial, serif;
|
|
|
|
|
text-shadow: -1px -1px 2px black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control-sandbox {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 90px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mapwrapper {
|
|
|
|
|
text-align: center;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
height: 70vh;
|
|
|
|
|
overflow-scrolling: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mapwrapper::-webkit-scrollbar-track {
|
|
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tile {
|
|
|
|
|
background-image: url('../img/tiles/grass.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mapwrapper.card-body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|