User:Samu698/Sandbox/Template Map/styles.css

From Stardew Valley Wiki
Jump to navigation Jump to search
.mapcontainer {
	position:relative;
	overflow:hidden
}
.maplocation {
	position:absolute
}

.mapcontainer span {
	position: absolute
}

.mapcontainer span:hover {
	border: solid red 2px
}

.imgLink {
        position: absolute;
}

.imgLink:hover { 
        border: solid 3px #0645ad;
}