1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
/* This file is part of Wike (com.github.hugolabe.Wike)
SPDX-FileCopyrightText: 2021-25 Hugo Olabera
SPDX-License-Identifier: GPL-3.0-or-later
*/
/* General */
#mw-mf-page-center {
background-color: transparent !important;
}
#mw-notification-area {
display: none !important;
}
/* Header and footer */
header.header-container, footer.minerva-footer {
display: none !important;
}
.banner-container {
display: none !important;
}
/* Pre content */
#frb-inline {
display: none !important;
}
ul#page-actions, .page-actions-menu {
display: none !important;
}
.pre-content .minerva__tab-container {
display: none !important;
}
/* Post content */
.post-content .language-selector {
display: none !important;
}
.mw-mf-linked-projects {
display: none !important;
}
/* Main content */
h1 {
color: #c01c28 !important;
font-size: 2em !important;
}
.section-heading {
border-bottom: none !important;
margin-top: 0.5em !important;
margin-bottom: 0 !important;
font-family: inherit !important;
}
.hatnote, .rellink, .dablink {
background-color: transparent !important;
padding-left: 0 !important;
font-style: italic !important;
}
#toc, .toc {
display: none !important;
}
.mw-editsection, .mw-editsection-like, .cleanup, .ambox, .asbox {
display: none !important;
}
.sistersitebox, .sisterproject.haudio {
display: none !important;
}
.boilerplate {
display: none !important;
}
.noprint.selfref {
display: none !important;
}
.mwe-popups .mwe-popups-settings-button {
display: none !important;
}
/* Local Wikipedias (es) */
.noprint.caja {
display: none !important;
}
|