Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:See also/styles.css: Difference between revisions

Template page
No edit summary
block, not box
Line 7: Line 7:
color: var(--color-base, #202122);
color: var(--color-base, #202122);
clear: left;
clear: left;
overflow: hidden; /* force new box formatting context, so we can fit next to infoboxes */
overflow: hidden; /* force new block formatting context, so we can fit next to infoboxes */
}
}


/* {{Protected}} */
/* {{Protected}} */

Revision as of 08:39, 27 August 2024

/* Template:See also */
.see-also {
	background: var(--background-color-interactive-subtle,#f8f9fa);
	margin: 2px 0;
	border: 1px solid var(--border-color-subtle,#c8ccd1);
	padding: 2px;
	color: var(--color-base, #202122);
	clear: left;
	overflow: hidden; /* force new block formatting context, so we can fit next to infoboxes */
}

/* {{Protected}} */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.