summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Cite/modules/ve-cite/ve.ui.MWReferenceContextItem.css
blob: ac2463ce2c1ff9a64ee106ddbf31c3a6a6a33f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*!
 * VisualEditor MediaWiki UserInterface reference context item styles.
 *
 * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
 * @license MIT
 */

.ve-ui-mwReferenceContextItem-muted {
	color: #72777d;
	font-style: italic;
	line-height: 1.5;
}

.ve-ui-mwReferenceContextItem .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;
}