Difference between revisions of "User:Samu698/Sandbox/Template Map/styles.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Undo revision 139575 by Samu698 (talk))
Tag: Undo
(Margotbean changed the content model of the page User:Samu698/Sandbox/Template Map/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
.mapcontainer span:hover {
 
.mapcontainer span:hover {
 
border: solid red 2px
 
border: solid red 2px
 +
}
 +
 +
.imgLink {
 +
        position: absolute;
 +
}
 +
 +
.imgLink:hover {
 +
        border: solid 3px #0645ad;
 
}
 
}

Latest revision as of 14:00, 4 July 2022

.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;
}