mNo edit summary Tags: Manual revert Reverted |
mNo edit summary Tag: Manual revert |
||
| (23 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
display: block; | display: block; | ||
height: auto; | height: auto; | ||
width: | width: auto; | ||
margin: 0px auto; | margin: 0px auto; | ||
margin-bottom: 18px; | |||
text-align: center; | text-align: center; | ||
background: #1a1a1a; | background: #1a1a1a; | ||
| Line 17: | Line 18: | ||
/* Mobile responsive rules */ | /* Mobile responsive rules */ | ||
@media (max-width: | @media (max-width: 850px) { | ||
.infobox { | .infobox { | ||
float: none !important; | float: none !important; | ||
| Line 23: | Line 24: | ||
margin: 0 auto 1em auto !important; | margin: 0 auto 1em auto !important; | ||
width: 90vw !important; | width: 90vw !important; | ||
max-width: | max-width: 425px !important; | ||
font-size: calc(14px + 1.2vw) !important; | font-size: calc(14px + 1.2vw) !important; | ||
} | } | ||
| Line 30: | Line 31: | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
} | |||
/* Hide header */ | |||
.cosmos-header { | |||
display: none !important; | |||
} | |||
/* Hide mobile navigation */ | |||
.cosmos-mobile-navigation { | |||
display: none !important; | |||
} | } | ||
} | } | ||
| Line 55: | Line 66: | ||
/* Hide view source button */ | /* Hide view source button */ | ||
#ca-viewsource { | #ca-viewsource { | ||
display: none !important; | |||
} | |||
/* Hide navigation */ | |||
.wds-tabs { | |||
display: none !important; | |||
} | |||
/* Hide user options */ | |||
#cosmos-banner-userOptions { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Latest revision as of 13:11, 26 November 2024
.patreon-banner {
display: block;
height: auto;
width: auto;
margin: 0px auto;
margin-bottom: 18px;
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: 850px) {
.infobox {
float: none !important;
clear: both !important;
margin: 0 auto 1em auto !important;
width: 90vw !important;
max-width: 425px !important;
font-size: calc(14px + 1.2vw) !important;
}
.infobox img {
width: 100% !important;
height: auto !important;
}
/* Hide header */
.cosmos-header {
display: none !important;
}
/* Hide mobile navigation */
.cosmos-mobile-navigation {
display: none !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;
}
/* Hide navigation */
.wds-tabs {
display: none !important;
}
/* Hide user options */
#cosmos-banner-userOptions {
display: none !important;
}
