Difference between revisions of "User:Foxbite/common.css"

From Team Fortress Wiki
Jump to: navigation, search
m (Foxbite moved page User:Foxbite/Page.css to User:Foxbite/vector.css: maybe it'll work now?)
m (testing bg color)
Line 14: Line 14:
 
-o-filter: grayscale(0);
 
-o-filter: grayscale(0);
 
-ms-filter: grayscale(0);
 
-ms-filter: grayscale(0);
 +
}
 +
/* Am I allowed to touch this? */
 +
#content.mw-body {
 +
    background: #2a2623 !important;
 
}
 
}

Revision as of 21:15, 9 January 2022

/* hmmm am I doing this right */
.floatnone {
	filter: grayscale(0.8);
	-webkit-filter: grayscale(0.8);
	-moz-filter: grayscale(0.8);
	-o-filter: grayscale(0.8);
	-ms-filter: grayscale(0.8);
/*	transition: all 0.23s ease; */
}
.floatnone:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
/* Am I allowed to touch this? */
#content.mw-body {
    background: #2a2623 !important;
}