Template:Location map/styles.css: Difference between revisions

Created page with "{{pp-template}}: .locmap .od { position: absolute; } .locmap .id { position: absolute; line-height: 0; } .locmap .l0 { font-size: 0%; position: absolute; } .locma..."
 
CleanupBot (talk | contribs)
m Remove protection template from unprotected page
 
Line 1: Line 1:
/* {{pp-template}} */
/* */
.locmap .od {
.locmap .od {
position: absolute;
position: absolute;

Latest revision as of 19:57, 17 April 2021

/*  */
.locmap .od {
	position: absolute;
}

.locmap .id {
	position: absolute;
	line-height: 0;
}

.locmap .l0 {
	font-size: 0%;
	position: absolute;
}

.locmap .pv {
	line-height: 110%;
	position: absolute;
	text-align: center;
}

.locmap .pl {
	line-height: 110%;
	position: absolute;
	top: -0.75em;
	text-align: right;
}

.locmap .pr {
	line-height: 110%;
	position: absolute;
	top: -0.75em;
	text-align: left;
}

.locmap .pv>div {
	display: inline;
	padding: 1px;
}

.locmap .pl>div {
	display: inline;
	padding: 1px;
	float: right;
}

.locmap .pr>div {
	display: inline;
	padding: 1px;
	float: left;
}