Jump to content

User:Will Pittenger/timeless.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
added more specific rule
Missed hover color
Line 18: Line 18:
{
{
color: darkblue;
color: darkblue;
}

a, .mw-footer-container
{
color: #341D00;
}
}



Revision as of 08:46, 27 June 2023

/*== 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, .mw-footer-container a:visited
{
	color: #003;
}

a, .mw-footer-container a
{
	color: darkblue;
}

a, .mw-footer-container
{
	color: #341D00;
}

#mw-footer-container
{
	color: #111;
}

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

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