mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
79fd8bd799
Routine maintenance - all FIXME statements suggest these can be removed. W00t! Depends-On: Iee059a6605cf12a073954378f49ddc721a7e016a Change-Id: I645dca1fa4d9e80d506e907b0be78a5aef0e2f12
77 lines
1.2 KiB
Plaintext
77 lines
1.2 KiB
Plaintext
// Additional Styles for no-js editing mode
|
|
@import 'minerva.mixins';
|
|
|
|
.editHelp, .cancelLink, .mw-editButtons-pipe-separator {
|
|
display: none;
|
|
}
|
|
|
|
.editButtons input, .editButtons a {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
textarea.mw-ui-input {
|
|
max-height: 14em;
|
|
}
|
|
|
|
.action-submit,
|
|
.action-edit {
|
|
#page-secondary-actions,
|
|
#page-actions {
|
|
display: none;
|
|
}
|
|
|
|
.heading-holder {
|
|
padding-bottom: 8px;
|
|
padding-top: 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.editCheckboxes {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
#mw-anon-edit-warning {
|
|
padding: 8px;
|
|
}
|
|
|
|
// Parsing information doesn't need to be so big
|
|
.mw-editnotice,
|
|
.mw-editTools,
|
|
.preview-limit-report-wrapper,
|
|
// neither to headers for diffs
|
|
.diff-otitle,
|
|
.diff-ntitle,
|
|
// neither does the page title
|
|
#section_0,
|
|
// neither do all the warnings
|
|
#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;
|
|
}
|
|
}
|
|
}
|