Template:See also/styles.css: Difference between revisions
Template page
More actions
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}} */