2014-03-18 20:52:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
|
|
*
|
2016-01-03 22:56:59 +00:00
|
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
2014-03-18 20:52:39 +00:00
|
|
|
* @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;
|
|
|
|
}
|
|
|
|
|
2014-04-25 23:50:21 +00:00
|
|
|
.ve-ui-mwTemplatePage-description {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
2015-12-07 21:55:59 +00:00
|
|
|
.ve-ui-mwTemplatePage-description-extra,
|
2014-03-18 20:52:39 +00:00
|
|
|
.ve-ui-mwTemplatePage-description-missing {
|
|
|
|
font-style: italic;
|
2014-05-08 06:17:01 +00:00
|
|
|
}
|