Jump to content

User:Will Pittenger/timeless.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Will Pittenger (talk | contribs) at 07:52, 27 June 2023 (changed color of visited links so they're readable in dark mode). 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.
/*== Force Times New Roman to be the font used ==
<pre><nowiki>*/
.mw-body .toctitle h2,
.mw-editsection,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section > h2,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section,
body
{
	font-family: 'Times New Roman'!important;
}/*</nowiki></pre> */

a:visited
{
	color: #ddf;
}

body, html, :root
{
	height: 100%;
}

#mw-site-navigation, #mw-content-wrapper, #mw-related-navigation
{
	position: static;
	overflow-y: scroll;
}