2023-04-26 00:46:57 +00:00
|
|
|
.mw-ext-imagemap-inner {
|
2023-05-31 19:11:05 +00:00
|
|
|
display: inline-block;
|
2023-04-26 00:46:57 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-ext-imagemap-desc-link {
|
|
|
|
position: absolute;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2023-11-28 19:52:45 +00:00
|
|
|
background-image: url( desc-20.png );
|
2023-04-26 00:46:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:not( figcaption ) .mw-ext-imagemap-desc-link {
|
|
|
|
.mw-ext-imagemap-desc-top-right > & {
|
|
|
|
top: 5px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
2023-11-28 19:52:45 +00:00
|
|
|
|
2023-04-26 00:46:57 +00:00
|
|
|
.mw-ext-imagemap-desc-bottom-right > & {
|
|
|
|
bottom: 5px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
2023-11-28 19:52:45 +00:00
|
|
|
|
2023-04-26 00:46:57 +00:00
|
|
|
.mw-ext-imagemap-desc-bottom-left > & {
|
|
|
|
bottom: 5px;
|
|
|
|
left: 5px;
|
|
|
|
}
|
2023-11-28 19:52:45 +00:00
|
|
|
|
2023-04-26 00:46:57 +00:00
|
|
|
.mw-ext-imagemap-desc-top-left > & {
|
|
|
|
top: 5px;
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
}
|