mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-12 00:48:17 +00:00
4113b90e4c
Since b2113e01
a less file exists
Change-Id: I77bbbb2dbbc9dba3ce5858fe5e0732e11ba803e5
34 lines
527 B
Plaintext
34 lines
527 B
Plaintext
.mw-ext-imagemap-inner {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
|
|
.mw-ext-imagemap-desc-link {
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-image: url( desc-20.png );
|
|
}
|
|
|
|
:not( figcaption ) .mw-ext-imagemap-desc-link {
|
|
.mw-ext-imagemap-desc-top-right > & {
|
|
top: 5px;
|
|
right: 5px;
|
|
}
|
|
|
|
.mw-ext-imagemap-desc-bottom-right > & {
|
|
bottom: 5px;
|
|
right: 5px;
|
|
}
|
|
|
|
.mw-ext-imagemap-desc-bottom-left > & {
|
|
bottom: 5px;
|
|
left: 5px;
|
|
}
|
|
|
|
.mw-ext-imagemap-desc-top-left > & {
|
|
top: 5px;
|
|
left: 5px;
|
|
}
|
|
}
|