Template:Table help/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Timeshifter at 23:52, 27 September 2025 (Per talk at Help talk:Table). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.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;
}