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
don’t assume that the template will be used in a reasonable-color context
No edit summary
Line 6: Line 6:
padding: 2px;
padding: 2px;
color: var(--color-base, #202122);
color: var(--color-base, #202122);
clear: left;
overflow: hidden; /* force new box formatting context, so we can fit next to infoboxes */
}
}


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

Revision as of 08:36, 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 box 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.