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

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;*/
	
/*}*/

#p-logo-text a{
	/*text-decoration: none;*/
	display: 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;
}

/**********************************************/
/**********CHARACTER PAGE STYLES***************/
/**********************************************/
/***Hero Images***/
#bodyContent > #mw-content-text > .mw-parser-output > #mf-home > #fpflexsection > .fpbox > div > .content-table-wrapper > .content-table > .stripe > tbody > tr{
	background-color: #EEEEEE;
}

/*#bodyContent > #mw-content-text > .mw-parser-output > #mf-home > #fpflexsection > .fpbox > div > .content-table-wrapper > .content-table > .stripe > tbody > tr:nth-of-type(2) > td{*/
/*	background-color: #EEEEEE;*/
/*}*/



/**********************************************/
/************TOP HEADING STYLES****************/
/**********************************************/

@media screen and (min-width: 851px) and (max-width: 1099px){
#mw-header-nav-hack, #mw-header-hack{
	background-color: #111111;
}
#mw-header-hack{
	top: 3em;
}
}/*End Breakpoint*/

@media screen and (max-width: 850px){
#site-navigation > h2{
	color: #fff;
}
#mw-header-container{
	filter: invert(1) hue-rotate(180deg);
	color: #fff;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.