Jump to content

Template:Table help/styles.css: Difference between revisions

From Nordic Larp Wiki
Nordic Larp Wiki>Timeshifter
Per talk at Help talk:Table
 
m 1 revision imported
 
(No difference)

Latest revision as of 22:24, 21 October 2025

.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;
}