Jump to content

User:MathieuMD/timeless.css

From Wikipedia, the free encyclopedia
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.
/*
Source:
https://fr.wikipedia.org/wiki/Utilisateur:MathieuMD/timeless.css
*/
#mw-content {
    background: #f3f3f3;
    border: none;
    margin-left: 14em;
    margin-right: 14em;
}

#mw-site-navigation {
    height: 100%;
    position: fixed;
    overflow-y: auto;
    top: 2em;
    /*left: 4.5em;*/
    padding-right: 1em;
}

#p-logo {
	display: none;
}

#mw-related-navigation {
	width: 16em;
	height: 100%;
	position: fixed;
	overflow-y: auto;
    top: 2em;
	right: 0;
	padding-left: 1em;
	padding-right: 1em;
}

#mw-footer {
    padding-right: 22em;
    padding-left: 22em;
}

.mw-editsection a {
	padding: 0 0 0.25em 1.5em;
}