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
No edit summary
No edit summary
Line 5: Line 5:
border-width: 2px !important;
border-width: 2px !important;
background-image:
background-image:
linear-gradient(blue, cyan), linear-gradient(to bottom, #3aaee1, #b7e9ff) !important;
linear-gradient(#001D6D, #008594), linear-gradient(to bottom, #13FFF2, white) !important;
}
}

Revision as of 23:12, December 29, 2025

/* RawCSS-allowed: Raebies */


#bodyContent .infobox {
	border-width: 2px !important;
	background-image:
			 linear-gradient(#001D6D, #008594), linear-gradient(to bottom, #13FFF2, white) !important;
}