Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Neo-Conglobata/styles.css: Difference between revisions

Template page
Content deleted Content added
Duodecillionaire changed the content model of the page Template:Neo-Conglobata/styles.css from "Sanitized CSS" to "CSS"
No edit summary
Line 3: Line 3:


#bodyContent .infobox {
#bodyContent .infobox {
border-color: var(--color-amaranth-legacy-scope);
border-width: 2px;
border-width: 2px;
background-image:
linear-gradient(white, white), linear-gradient(to bottom, #3aaee1, #b7e9ff) !important;
}
}

Revision as of 22:46, December 29, 2025

/* RawCSS-allowed: Raebies */


#bodyContent .infobox {
	border-width: 2px;
	background-image:
			 linear-gradient(white, white), linear-gradient(to bottom, #3aaee1, #b7e9ff) !important;
}