2014-03-18 20:52:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
|
|
*
|
2020-01-08 17:13:04 +00:00
|
|
|
* @copyright 2011-2020 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 {
|
2017-08-16 20:42:24 +00:00
|
|
|
color: #54595d;
|
2021-06-16 12:26:01 +00:00
|
|
|
overflow-wrap: break-word;
|
2014-04-25 23:50:21 +00:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
2021-08-30 15:38:36 +00:00
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .oo-ui-menuLayout-content > .oo-ui-bookletLayout-stackLayout {
|
|
|
|
/* Wo don't want anything to collapse left/right, so shouldn't use margin */
|
|
|
|
padding: 0 48px;
|
|
|
|
}
|
|
|
|
|
2021-09-02 13:41:40 +00:00
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout,
|
2021-09-03 09:37:18 +00:00
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .ve-ui-mwParameterPage-doc,
|
2021-09-02 13:41:40 +00:00
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .ve-ui-mwParameterPage-info,
|
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .ve-ui-mwParameterPage-field {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2021-08-30 15:38:36 +00:00
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout,
|
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .ve-ui-mwTransclusionDialog-multipart-message {
|
|
|
|
/* This top/bottom margin is meant to collapse with the next one */
|
2021-09-02 12:33:53 +00:00
|
|
|
margin: 48px 0 16px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .ve-ui-mwParameterPage,
|
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .ve-ui-mwParameterPlaceholderPage {
|
|
|
|
/* Tighter margins within a group of parameters. */
|
2021-09-02 13:41:40 +00:00
|
|
|
margin-top: 16px;
|
2021-09-02 12:33:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout:last-child {
|
|
|
|
margin-bottom: 48px;
|
2021-08-30 15:38:36 +00:00
|
|
|
}
|
|
|
|
|
2021-08-23 14:08:51 +00:00
|
|
|
.ve-ui-mwTransclusionDialog-template-note {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|