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

User:Herc/timeless.css: Difference between revisions

From Dragdown
Content added Content deleted
No edit summary
No edit summary
Line 95: Line 95:


@media screen and (max-width: 850px){
@media screen and (max-width: 850px){
#user-tools > h2{
#site-navigation > h2{
color: #fff;
color: #fff;
}
}

Revision as of 17:02, 12 May 2022

#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;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.