Template:Endroll/styles.css

Revision as of 21:29, 3 October 2023 by Kinzo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.endroll{
	position:relative;
	background:#1c1c1c;
	padding:1.5em;
}

.endroll p{
	margin:0;
}

.endroll .mw-collapsible-content{
	max-height:500em;
	display:block !important;
	overflow:hidden;
	transition:max-height 1s ease;
	
	text-align:center;
	font-style:italic;
}

.endroll .mw-collapsible-toggle-collapsed+.mw-collapsible-content{
	max-height:4.8em;
}
.endroll .mw-collapsible-toggle-expanded+.mw-collapsible-content{
	max-height:500em;
}

.endroll span.mw-collapsible-toggle{
	position:absolute;
	bottom:1.5em;
	right:1em;
	width:50%;
}