User:Layer-09/Sandbox/Infobox Emacs/Content: Difference between revisions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
--infobox-separator-clip: {{#if: {{{clip|}}} | polygon(0 0, 100% 100%, 0 100%) | none}}; | --infobox-separator-clip: {{#if: {{{clip|}}} | polygon(0 0, 100% 100%, 0 100%) | none}}; | ||
border: solid 3px var(--infobox-color); | |||
border: solid | |||
border-radius: var(--infobox-border-radius); | border-radius: var(--infobox-border-radius); | ||
overflow-y: hidden; | overflow-y: hidden; | ||
"> | "> | ||
<div class="nix-wiki infobox-header" style="padding: var(--infobox-content-padding); | <div class="nix-wiki infobox-header" style=" | ||
padding: var(--infobox-content-padding); | |||
"> | |||
<p class="nix-wiki infobox-title" style=" | <p class="nix-wiki infobox-title" style=" | ||
color: var(--infobox-title-color); | color: var(--infobox-title-color); | ||
| Line 52: | Line 51: | ||
{{{content}}} | {{{content}}} | ||
</div> | </div> | ||
</div> | </div> | ||