Template:See also/styles.css: Difference between revisions
Template page
More actions
m Protected "Template:See also/styles.css": Widely used template ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
use horizontal padding, instead of cramming everything on top of each other. |
||
| (3 intermediate revisions by 2 users 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: | margin: 1em 0; | ||
border: 1px solid var(--border-color-subtle,#c8ccd1); | border: 1px solid var(--border-color-subtle,#c8ccd1); | ||
padding: 2px; | padding: 2px; | ||
color: | color: var(--color-base, #202122); | ||
clear: left; | |||
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}} */