mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 11:23:03 +00:00
aa137ef2ad
Reasons why these files should not be in a directory named "themes/": * They are specific to MediaWiki skins, not OOUI themes * They are specific to one module, rather than affecting many widgets The new locations/filenames are consistent with other modules that have skin-specific styles. Note that we have one more themes/ directory elsewhere in this repo (and another in VE core) and that is okay. Bug: T96704 Change-Id: I70bb61e339aeccb3afea657f665785ceaa091777
25 lines
515 B
CSS
25 lines
515 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwTemplatePage-more {
|
|
display: none;
|
|
margin: 2.25em 0 0.5em 0;
|
|
}
|
|
|
|
.ve-ui-mwTemplatePage:last-child .ve-ui-mwTemplatePage-more {
|
|
display: block;
|
|
}
|
|
|
|
.ve-ui-mwTemplatePage-description {
|
|
color: #54595d;
|
|
}
|
|
|
|
.ve-ui-mwTemplatePage-description-extra,
|
|
.ve-ui-mwTemplatePage-description-missing {
|
|
font-style: italic;
|
|
}
|