User:Vinteuilleverkuhn/timeless.css

This is an old revision of this page, as edited by Vinteuilleverkuhn (talk | contribs) at 18:38, 24 May 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.
/* Display persondata boxes in articles */
table.persondata { display:table; }

/* Get rid of tedious warnings */
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
#editpage-head-copywarn, .editpage-head-copywarn,
#editnotice_BLP_editintro, .ve-ui-mwSaveDialog-license
{ display: none !important; }

/* Get rid of tedious noob boilerplate */
#category-namespace-editnotice, #footer-info-copyright, #sitesub, .edithelp,
.posteditwindowhelplinks, #footer-icons, .ve-ui-mwSaveDialog-summaryLabel
{ display: none !important; }

div#bodyContent {
  width: 70%;
    margin: 0 auto;
	font-family: "tahoma";
	font-size: 16px;
}


#toc {
	float: left;
	clear: left;
	width: auto;
	padding: .5em .8em 1.4em 0;
	margin-bottom: .5em; 
	position:fixed
}