Module:Build bracket/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>MusikBot II at 18:00, 18 August 2025 (Changed protection settings for "Module:Build bracket/styles.css": High-risk template or module: 8488 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))). 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
/* exact spacing baseline */
.brk { font-size:90%; border-collapse:separate; border-spacing:0; margin:1em 2em 0 1em; color:var(--color-base,#202122); }
.brk-nw { white-space:nowrap; }

/* reset everything, then opt-in padding only where we want it */
.brk td, .brk th { padding:0; vertical-align:middle; }
.brk td.brk-td { padding:0 .3em; }  /* higher specificity than .brk td */

/* backgrounds */
.brk-bgL { background-color:var(--background-color-neutral-subtle,#f8f9fa); }
.brk-bgD { background-color:var(--background-color-neutral,#eaecf0); }

/* borders */
.brk-b { border-style:solid; border-color:#a2a9b1; }

/* alignment + misc */
.brk-center { text-align:center; }
.brk-bold { font-weight:bold; }
.brk-line { border-style: solid; border-color: gray; }