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

From Stardew Valley Wiki
Jump to navigation Jump to search
m (Blanked the page)
Tag: Blanking
(Undo revision 139575 by Samu698 (talk))
Tag: Undo
Line 1: Line 1:
 +
.mapcontainer {
 +
position:relative;
 +
overflow:hidden
 +
}
 +
.maplocation {
 +
position:absolute
 +
}
  
 +
.mapcontainer span {
 +
position: absolute
 +
}
 +
 +
.mapcontainer span:hover {
 +
border: solid red 2px
 +
}

Revision as of 10:46, 4 July 2022

.mapcontainer {
	position:relative;
	overflow:hidden
}
.maplocation {
	position:absolute
}

.mapcontainer span {
	position: absolute
}

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