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

Template page
/* borders */
@media screen {
	#bodyContent
	.cs-comments:not(:empty),
	body:not(.action-edit):not(.action-submit):not(.action-purge):not(.ns--1) .page-info,
	.read-more-container > .read-more-container {
		border-radius: 15px !important;
		border-width: 3px !important;
	}


	@media (min-width: 1120px) {
		body:not(.citizen-sticky-header-visible) .citizen-page-header-inner {
			border-radius: 15px !important;
			border-width: 3px !important;
		}

		#citizen-toc {
			border-radius: 15px !important;
			border-width: 3px !important;
			border-color: var(--color-amaranth-legacy-scope);
			box-shadow: 0 0 10px var(--color-amaranth-legacy-scope);
		}
		#rounded {
			width: 200px;
			 /* Use transparent so the background image is visible */
			 border: 10px solid transparent !important; 
			 padding: 20px !important;
			background-image:
			 linear-gradient(#001D6D, #008594), linear-gradient(to bottom, #13FFF2, white) !important;
			background-origin: border-box;
			 background-clip: padding-box, border-box;
		}
	}
}