2019-02-07 14:56:53 +00:00
|
|
|
.mwe-popups.mwe-popups-type-reference {
|
2019-01-30 19:15:54 +00:00
|
|
|
.mwe-popups-title {
|
|
|
|
margin-top: @popupPadding;
|
2019-01-24 17:48:13 +00:00
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
.mw-ui-icon {
|
|
|
|
vertical-align: middle;
|
2019-01-24 17:48:13 +00:00
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
&.mw-ui-icon-element {
|
|
|
|
min-width: @iconSize;
|
|
|
|
width: @iconSize;
|
2019-01-24 17:48:13 +00:00
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
&:before {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-01-24 17:48:13 +00:00
|
|
|
}
|
|
|
|
|
2019-02-16 09:13:23 +00:00
|
|
|
&.mw-ui-icon-reference-generic {
|
2019-01-30 19:15:54 +00:00
|
|
|
/* align narrow icon with the text */
|
|
|
|
margin-left: -2px;
|
|
|
|
}
|
2019-01-24 17:48:13 +00:00
|
|
|
}
|
2018-12-12 18:37:19 +00:00
|
|
|
}
|
2019-01-30 19:15:54 +00:00
|
|
|
|
2019-02-07 14:56:53 +00:00
|
|
|
.mwe-popups-extract {
|
|
|
|
// Reference previews can be smaller than page preview, where the minimum is two lines.
|
|
|
|
min-height: @lineHeight;
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
// We don't want footnotes to have a fade-out effect (introduced with T150814).
|
|
|
|
&:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-30 19:15:54 +00:00
|
|
|
.mwe-popups-read-link {
|
|
|
|
// Same font size as the read link in disambiguation popups
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2018-12-12 18:37:19 +00:00
|
|
|
}
|