2017-07-12 15:12:40 +00:00
|
|
|
// Additional Styles for no-js editing mode
|
2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.mixins.less';
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2018-04-02 21:26:06 +00:00
|
|
|
.mw-editform {
|
2018-07-05 22:25:35 +00:00
|
|
|
textarea {
|
|
|
|
.editor-textarea();
|
|
|
|
}
|
|
|
|
|
2018-04-02 21:26:06 +00:00
|
|
|
.editHelp, .cancelLink {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2019-11-26 05:02:40 +00:00
|
|
|
> #wpTextbox1 { // stylelint-disable-line selector-max-id
|
2018-04-02 21:26:06 +00:00
|
|
|
border: 1px solid @colorGray12;
|
|
|
|
max-height: 70vh;
|
|
|
|
}
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.action-submit,
|
|
|
|
.action-edit {
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-disable selector-max-id
|
2017-07-12 15:12:40 +00:00
|
|
|
#page-secondary-actions,
|
|
|
|
#page-actions {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heading-holder {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-top: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-anon-edit-warning {
|
|
|
|
padding: 8px;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2018-04-02 21:26:06 +00:00
|
|
|
> p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Parsing information doesn't need to be so big
|
2020-01-27 20:42:37 +00:00
|
|
|
// neither to headers for diffs (.diff-otitle),
|
2021-11-05 18:21:09 +00:00
|
|
|
// the page title (.mw-first-heading)
|
|
|
|
// or all the warnings (#editpage-copywarn, #mw-anon-edit-warning)
|
2017-07-12 15:12:40 +00:00
|
|
|
.mw-editnotice,
|
|
|
|
.mw-editTools,
|
|
|
|
.preview-limit-report-wrapper,
|
|
|
|
.diff-otitle,
|
|
|
|
.diff-ntitle,
|
2021-11-05 18:21:09 +00:00
|
|
|
.mw-first-heading,
|
2017-07-12 15:12:40 +00:00
|
|
|
#editpage-copywarn,
|
|
|
|
#mw-anon-edit-warning {
|
|
|
|
.secondary-text();
|
|
|
|
}
|
|
|
|
|
|
|
|
// add separation btween
|
|
|
|
.mw-editnotice {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Preview header is hidden given the warning box already
|
|
|
|
// tells the user they are in preview mode.
|
|
|
|
.previewnote h2 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
// show changes specific
|
|
|
|
#wikiDiff table {
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
.diff-otitle,
|
|
|
|
.diff-ntitle {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-enable selector-max-id
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|