Difference between revisions of "MediaWiki:Timeless.css"

From OSHKY Knowledge Library
m
m
Line 1: Line 1:
.color-right { background: Red }
+
/* For some reason, I had to put these curly braces here so that the first modification below would work. */
 +
{}
 +
/* Fixed positioned top bar */
 +
#mw-header-container { background: #b3d9ff}
 +
 
 +
/* Website title text */
 +
#p-logo-text {
 +
display:none;
 +
}

Revision as of 00:47, 4 March 2020

/* For some reason, I had to put these curly braces here so that the first modification below would work. */
{}
/* Fixed positioned top bar */
#mw-header-container { background: #b3d9ff}

/* Website title text */
#p-logo-text {
	display:none;	
	}