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 71: Line 71:
/**********************************************/
/**********************************************/
/***Hero Images***/
/***Hero Images***/
/*#bodyContent > #mw-content-text > .mw-parser-output > #mf-home > #fpflexsection > .fpbox > div > .content-table-wrapper > .content-table > .stripe > tbody > tr:nth-of-type(1) > th{*/
#bodyContent > #mw-content-text > .mw-parser-output > #mf-home > #fpflexsection > .fpbox > div > .content-table-wrapper > .content-table > .stripe > tbody > tr{
/* background-color: #EEEEEE;*/
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{*/
/*#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;*/
/* background-color: #EEEEEE;*/
/*}*/
/*}*/

#bodyContent > #mw-content-text > .mw-parser-output > #mf-home > #fpflexsection > .fpbox > div > .content-table-wrapper > .content-table > .stripe > tbody > tr{
background-color: #EEEEEE;
}

Revision as of 13:31, 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;*/
/*}*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.