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
use horizontal padding, instead of cramming everything on top of each other.
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
.see-also {
.see-also {
background: var(--background-color-interactive-subtle,#f8f9fa);
background: var(--background-color-interactive-subtle,#f8f9fa);
margin: 2px 0;
margin: 1em 0;
border: 1px solid var(--border-color-subtle,#c8ccd1);
border: 1px solid var(--border-color-subtle,#c8ccd1);
padding: 2px;
padding: 2px;
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}} */

Latest revision as of 08:54, 27 August 2024

/* Template:See also */
.see-also {
	background: var(--background-color-interactive-subtle,#f8f9fa);
	margin: 1em 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.