2016-02-03 21:03:41 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface reference context item styles.
|
|
|
|
*
|
2018-01-03 01:05:45 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
|
2017-12-29 12:12:35 +00:00
|
|
|
* @license MIT
|
2016-02-03 21:03:41 +00:00
|
|
|
*/
|
|
|
|
|
2023-03-27 14:01:21 +00:00
|
|
|
.ve-ui-mwReferenceContextItem {
|
|
|
|
&-muted {
|
|
|
|
color: #72777d;
|
|
|
|
font-style: italic;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
2016-12-08 13:11:18 +00:00
|
|
|
|
2023-03-27 14:01:21 +00:00
|
|
|
.ve-ui-previewElement {
|
|
|
|
/* Reference links can often be too long, so break them up */
|
|
|
|
word-break: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
overflow-wrap: break-word;
|
2022-04-07 17:09:31 +00:00
|
|
|
|
2023-03-27 14:01:21 +00:00
|
|
|
& + .ve-ui-mwReferenceContextItem-muted {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2022-04-07 17:09:31 +00:00
|
|
|
}
|