mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
.patreon-banner { | .patreon-banner { | ||
display: block; | display: block; | ||
width: | width: 90%; | ||
max-width: 728px; | max-width: 728px; | ||
height: auto; | height: auto; | ||
min-height: 196px; | |||
margin: 0px auto; | |||
text-align: center; | text-align: center; | ||
background: #1a1a1a; | background: #1a1a1a; | ||
Revision as of 15:45, 22 November 2024
.patreon-banner {
display: block;
width: 90%;
max-width: 728px;
height: auto;
min-height: 196px;
margin: 0px auto;
text-align: center;
background: #1a1a1a;
}
/* Desktop base rules */
.infobox {
float: right;
clear: right;
margin: 0.5em 0 1em 1em;
width: 300px;
}
/* Mobile responsive rules */
@media (max-width: 768px) {
.infobox {
float: none !important;
clear: both !important;
margin: 0 auto 1em auto !important;
width: 90vw !important;
max-width: 500px !important;
font-size: calc(14px + 1.2vw) !important;
}
.infobox img {
width: 100% !important;
height: auto !important;
}
}
/* Hide categories */
#catlinks {
display: none !important;
}
/* Hide header categories */
.page-header__categories {
display: none !important;
}
/* Hide edit section */
.mw-editsection {
display: none !important;
}
/* Hide discussion button */
#ca-talk {
display: none !important;
}
/* Hide view source button */
#ca-viewsource {
display: none !important;
}
