MediaWiki:Timeless.css
Appearance
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Don't display some stuff on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub {
display: none !important;
}
/* Position coordinates */
.mw-body-content #coordinates {
position: absolute;
top: 0.25em;
right: 0;
float: right;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
.mw-indicators {
position: relative;
}
#mw-indicator-coordinates {
font-size: 13px;
}
#mw-indicator-coordinates #coordinates {
top: 4.7em;
}
/* correct position for VE */
.ve-ce-surface #coordinates {
margin-right: 3em;
margin-top: -6.25;
}
/* mobile: hide coordinates until we find a better spot */
@media screen and ( max-width: 719px ) {
#coordinates {
display: none;
}
}
/* Styling for tags in changes pages */
.mw-tag-markers {
font-style: italic;
font-size: 90%;
}