Thanks for using our site!

If you're looking to become an editor, please read the Becoming an Editor section carefully.

Template:Styles/maps.css: Difference between revisions

From ranchstory
Jump to navigationJump to search
imported>Kiwibasket
m Kiwibasket moved page Template:Styles/map.css to Template:Styles/maps.css without leaving a redirect
imported>Kiwibasket
mNo edit summary
Line 34: Line 34:
}
}


.mapstats p {
p.mapstats {
padding: 0;
padding: 0;
}
}

Revision as of 23:50, 19 June 2021

/******************

MAPS

******************/

.imgwrapper {
  width: 100%;
  position: relative;
  margin: auto;
}

.imgwrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
}
.imglink {
  position: absolute;
}

.imglink > img, .imglink > a > img {
	width: 100%;
	height: 100% !important;
	position: absolute;
}

@media only screen and (min-width: 720px) {
	.mapwrapper {
		padding: 0 1em;
	}
}

p.mapstats {
	padding: 0;
}