mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
9b9eccc21b
Change-Id: I7a8ec9fceb3563a4561afd95e18a5667a363a1ab
25 lines
552 B
Plaintext
25 lines
552 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface MWReferenceSearchWidget styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
|
|
* @license MIT
|
|
*/
|
|
|
|
.ve-ui-mwReferenceSearchWidget {
|
|
&-citation {
|
|
float: left;
|
|
margin-right: 0.75em;
|
|
}
|
|
|
|
&-name {
|
|
opacity: 0.53; /* results in #787878 which is almost exactly @wmui-color-base30 */
|
|
float: right;
|
|
margin-left: 0.75em;
|
|
margin-bottom: 0.05em;
|
|
}
|
|
|
|
&-name-autogenerated {
|
|
opacity: 0.2; /* results in #cccccc which is almost exactly @wmui-color-base70 */
|
|
}
|
|
}
|