Difference between revisions of "Module:Location map/styles.css"
MyWikiBiz, Author Your Legacy — Thursday November 06, 2025
Jump to navigationJump to search (Zoran created the page Module:Location map/styles.css using a non-default content model "CSS") |
|||
| Line 1: | Line 1: | ||
| + | /* {{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; | ||
| + | } | ||
Latest revision as of 04:43, 16 July 2021
/* {{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;
}