2016-02-03 21:03:41 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWReferenceSearchWidget 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-mwReferenceSearchWidget {
|
|
|
|
&-citation {
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.75em;
|
|
|
|
}
|
2016-02-03 21:03:41 +00:00
|
|
|
|
2023-03-27 14:01:21 +00:00
|
|
|
&-name {
|
|
|
|
opacity: 0.53; /* results in #787878 which is almost exactly @wmui-color-base30 */
|
|
|
|
float: right;
|
|
|
|
margin-left: 0.75em;
|
|
|
|
margin-bottom: 0.05em;
|
|
|
|
}
|
2023-02-23 11:09:15 +00:00
|
|
|
|
2023-03-27 14:01:21 +00:00
|
|
|
&-name-autogenerated {
|
|
|
|
opacity: 0.2; /* results in #cccccc which is almost exactly @wmui-color-base70 */
|
|
|
|
}
|
2023-02-23 11:09:15 +00:00
|
|
|
}
|