Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CollapsibleCode/styles.css: Difference between revisions

Template page
Created page with "#collapsible-container{ position: relative; max-width: 500px; } #collapsible-container-header{ text-align: center; line-height: 2; font-size: large; font-weight: bold; color: white; background: #8b0024; border-top-left-radius: 10px; border-top-right-radius: 10px; } #collapsible-container-header .fa-chevron-down{ display: none; } .mw-collapsed #collapsible-container-header .fa-chevron-up{ display: none; } .mw-collapsed #collapsible-container-header .fa-che..."
 
No edit summary
Line 10: Line 10:
font-weight: bold;
font-weight: bold;
color: white;
color: white;
background: #8b0024;
background: var(--color-surface-2);
border-top-left-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top-right-radius: 10px;

Revision as of 16:47, 24 December 2024

#collapsible-container{
	position: relative;
	max-width: 500px;
}

#collapsible-container-header{
	text-align: center;
	line-height: 2;
	font-size: large;
	font-weight: bold;
	color: white;
	background: var(--color-surface-2);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#collapsible-container-header .fa-chevron-down{
	display: none;
}

.mw-collapsed #collapsible-container-header .fa-chevron-up{
	display: none;
}

.mw-collapsed #collapsible-container-header .fa-chevron-down{
	display: inline;
}

.mw-collapsed #collapsible-container-header{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.mw-collapsible-toggle{
	width: 100%;
	line-height: 2;
	position: absolute;
	font-size: large;
	opacity: 0;
	left: 0;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.