User:Insanity/vector.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
#centralNotice::before {
 content: "Warning: Logged in as Insanity";
 display: block;
 background: #ffaaaa;
 font-size: 160%;
 padding: 1em;
 border: #ff8888 3px solid;
 position: fixed;
 top: 50%;
 width: 80%;
 left: 10%;
 z-index: 999;
}

#content::before {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.6);
	display: block;
	top: 5em;
	left: 0;
	z-index: 999;
	content: " ";
}