Module:Location map/styles.css: Difference between revisions
Appearance
imported>Jackmcbarn make it more clear what's what |
m Protected "Module:Location map/styles.css": Important page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
/* | /* {{pp|small=yes}} */ | ||
.locmap .od { | .locmap .od { | ||
position: absolute; | position: absolute; | ||
} | } | ||
.locmap .id { | .locmap .id { | ||
position: absolute; | position: absolute; | ||
| Line 10: | Line 9: | ||
} | } | ||
.locmap .l0 { | .locmap .l0 { | ||
font-size: 0 | font-size: 0; | ||
position: absolute; | position: absolute; | ||
} | } | ||
.locmap .pv { | .locmap .pv { | ||
line-height: 110%; | line-height: 110%; | ||
position: absolute; | position: absolute; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.locmap .pl { | .locmap .pl { | ||
line-height: 110%; | line-height: 110%; | ||
| Line 33: | Line 25: | ||
top: -0.75em; | top: -0.75em; | ||
text-align: right; | text-align: right; | ||
} | } | ||
.locmap .pr { | .locmap .pr { | ||
line-height: 110%; | line-height: 110%; | ||
| Line 47: | Line 33: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.locmap . | |||
.locmap .pv > div { | |||
display: inline; | display: inline; | ||
padding: 1px; | |||
} | |||
.locmap .pl > div { | |||
display: inline; /* inline does not impact floated elements */ | |||
padding: 1px; | |||
float: right; | |||
} | |||
.locmap .pr > div { | |||
display: inline; /* inline does not impact floated elements */ | |||
padding: 1px; | padding: 1px; | ||
float: left; | float: left; | ||
} | } | ||
Latest revision as of 03:33, 15 September 2023
/* {{pp|small=yes}} */
.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; /* inline does not impact floated elements */
padding: 1px;
float: right;
}
.locmap .pr > div {
display: inline; /* inline does not impact floated elements */
padding: 1px;
float: left;
}