MediaWiki:Mobile.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */
/* Generic changes */
/* For titles */
#content h1, #firstHeading { font-size: 135%; font-weight: bold !important; }
#content h2 { font-size: 130% !important; margin-top: 1em; }
#content h3 { font-size: 125% !important; margin-top: 0.75em; }
#content h4 { font-size: 110% !important; margin-top: 0.5em; }
#content h5 { font-size: 105% !important; font-weight: bold !important; }
#content h6 { font-size: 100% !important; font-weight: bold !important; }
/* For visited links */
a:not([href]) {
font-weight: bold;
}
/* Hide the website name in the page header */
.branding-box a span {
display: none
}
.minerva-user-navigation {
min-width: unset;
}
/* Hide menu bar */
.page-actions-menu {
display: none;
}
/* Hide "Page" and "Talk" tabs for logged users */
.minerva__tab-container {
display: none;
}
/* Go up pages */
.page-heading {
margin-bottom: 0
}
.heading-holder {
padding: 0.75em 0 0;
}
/* Underline title pages */
#section_0 {
border-bottom: 1px solid #eaecf0;
padding-bottom: 0.5em;
}
/* Hide the website name in the foot page */
.post-content.footer-content h2 {
opacity:0;
margin-bottom: 23px;
}
/* Narrow the foot page */
.post-content.footer-content {
margin-top: 25px
}
/* Hide "Last edit bar" from the footpage */
.last-modified-bar {
display: none
}
/* Hide "Privacy" from the footpage */
#footer-places-privacy {
display: none
}
/* Hide "Copyrights" from the footpage */
#footer-info-copyright {
display: none
}
/* For the license text in the foot page */
.license {
font-size: 80%
}
/* For blockquotes */
blockquote {
quotes: "" "";
border-left: 5px solid #c8ccd1;
padding: 0.5em 0.1em 0.8em 1em;
}
/* For Comments extension */
#comment {
border: 1px solid #c8ccd1;
}
.site-button {
padding: 0.546875em 1em;
border: 1px solid #a2a9b1;
}
.c-form-message {
width: unset;
}
.c-form-button {
padding: 0;
}
.c-score-title {
display:none;
}
.c-avatar {
display:none;
}
.c-container {
margin: 0;
}
select {
border: 1px solid #a2a9b1;
padding: 3px;
}