Template

LinesOverlay Transport (Sur6)/styles.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 37: Line 37:
width: 100%;
width: 100%;
bottom: 0;
bottom: 0;
background-color: #00000044;
background-color: #00000066;
line-height: 2;
line-height: 2;
font-size: large;
font-size: large;
position: absolute;
position: absolute;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
}

Revision as of 13:07, 28 March 2024

#overlays-container .mw-collapsible-toggle{
	width: 25%;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 120000;
	text-align: center;
}

#overlays-container .mw-collapsible-toggle:before{
	display: none;
}

#overlays-container .mw-collapsible-toggle:after{
	display: none;
}

#overlays-container #ntn-overlay .mw-collapsible-toggle{
	left: 25%;	
}

#overlays-container #rhn-overlay .mw-collapsible-toggle{
	left: 50%;	
}

#overlays-container #srn-overlay .mw-collapsible-toggle{
	left: 75%;	
}

#overlays-container .mw-collapsible-toggle a{
	color: white;
	font-weight: bold;
}

#overlays-container #toggles-background{
	width: 100%;
	bottom: 0;
	background-color: #00000066;
	line-height: 2;
	font-size: large;
	position: absolute;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
This page was last modified on 28 March 2024, at 13:07. (30 days ago)