Jump to content

Template:Table help/styles.css

From Nordic Larp Wiki
Revision as of 22:24, 21 October 2025 by Nordiclarpwikiadmin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.table-help {
	border: solid 1px #a2a9b1;
  	border-top: 6px solid #36c;
  	background-color: var(--background-color-neutral-subtle, #eaecf0);
  	box-sizing: border-box;
  	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2 );
  	text-align: center;
  	padding: 0.5em;
}

.table-help-links {
	padding-bottom: 0.5em;
}