2014-02-14 23:12:58 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
2014-02-14 23:12:58 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2014-05-29 01:35:07 +00:00
|
|
|
/* Override paragraph margins inside of captions */
|
2016-11-06 00:47:40 +00:00
|
|
|
.ve-ce-mwBlockImageNode > figcaption p {
|
2016-05-16 14:38:57 +00:00
|
|
|
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
|
2014-06-10 23:19:50 +00:00
|
|
|
}
|
2018-05-02 10:57:33 +00:00
|
|
|
|
|
|
|
/* Disable zoom link */
|
|
|
|
.ve-ce-mwBlockImageNode > a:after {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2019-04-28 20:56:13 +00:00
|
|
|
|
|
|
|
.ve-ce-mwBlockImageNode-audioPlayer {
|
|
|
|
/* stylelint-disable-next-line declaration-no-important */
|
|
|
|
background: #fff url( images/audioPlayer.svg ) !important;
|
|
|
|
}
|