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

From Stardew Valley Wiki
Jump to navigation Jump to search
(Created page with ".mapcontainer {position: relative; overflow: hidden;} .maplocation {position: absolute;} →‎[[Category:Template stylesheets]]: ")
 
m (.)
Line 2: Line 2:
  
 
.maplocation {position: absolute;}
 
.maplocation {position: absolute;}
 +
 +
.mapcontainer a {position: absolute; background: rgba(255, 0, 0, 50%);}
 +
.mapcontainer a:hover {boder: solid 2px blue;}
  
 
/* [[Category:Template stylesheets]] */
 
/* [[Category:Template stylesheets]] */

Revision as of 10:34, 28 June 2022

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

.maplocation {position: absolute;}

.mapcontainer a {position: absolute; background: rgba(255, 0, 0, 50%);}
.mapcontainer a:hover {boder: solid 2px blue;}

/* [[Category:Template stylesheets]] */