User:BMacZero/shipcat.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.
#scat_container
{
	padding: 20px;
    top: 0;
    left: 0;
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: white;
    border: 1px solid black;
    z-index: 101;
    margin-left: 25%;
    margin-top: 25%;
    overflow-y: scroll;
}

#scat_fade
{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0.5;
	background-color:black;
	z-index: 100;
}