Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Herc/timeless.css

From Dragdown
Revision as of 02:38, 12 May 2022 by Herc (talk | contribs) (Created page with "#mw-content-container { background-image: linear-gradient(0deg, rgba(9,23,2,0.5) 0%, rgba(1,40,61,0.5) 100%), url("https://cdn.discordapp.com/attachments/752608111122055348/970806908023885834/bg.png"); background-repeat: no-repeat, repeat; background-size: 100%, 9px; background-position: left top; } #p-logo-text a { font-family: 'PT Sans', Calibri, Tahoma, sans-serif; color: #009df2; →‎position: relative;: } #p-logo-text a:hover{ text-decoration: none; } #mw...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#mw-content-container {
	background-image: linear-gradient(0deg, rgba(9,23,2,0.5) 0%, rgba(1,40,61,0.5) 100%), url("https://cdn.discordapp.com/attachments/752608111122055348/970806908023885834/bg.png");
	background-repeat: no-repeat, repeat;
	background-size: 100%, 9px;
	background-position: left top;
}
#p-logo-text a {
	font-family: 'PT Sans', Calibri, Tahoma, sans-serif;
	color: #009df2;
	/*position: relative;*/
}

#p-logo-text a:hover{
	text-decoration: none;
	
}

#mw-content {
	background-color:#111111;
	border-color: #222222;
	color: #ffffff;
}
#mw-site-navigation .sidebar-chunk {
	background-color:#111111;
	border-color: #222222;
	color: #ffffff;
}
#mw-related-navigation .sidebar-chunk {
	background-color:#111111;
	border-color: #222222;
	color: #ffffff;
}

#mw-header-container {
	background-color:#111111;
	border-color: #222222;
}

#user-tools {
	   filter: invert(1) hue-rotate(180deg);
}
img {
	    filter: invert(1) hue-rotate(180deg);
}
#bodyContent {
	    filter: invert(1) hue-rotate(180deg);
	    color: black;
}

.tools-inline ul {
   filter: invert(1) hue-rotate(180deg);
}

#simpleSearch {
	background-color:#333333;
	border-color:#444444;
	color:#ffffff;
}

#mw-footer-container {
	background-color:#111111;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.