Template:Template for discussion/styles.css
Jump to navigation
Jump to search
/* {{pp-template|small=yes}} */ /* See [[Template:Tfd/dated]] and [[Template:Tfm/dated]] */ .tfd-dated { font-size: 85%; } .tfd-default { border-bottom: 1px solid var(--border-color-base, #a2a9b1); clear: both; text-align: center; } .tfd-tiny { font-weight: bold; } .tfd-inline { border: 1px solid var(--border-color-base, #a2a9b1); } .tfd-sidebar { border-bottom: 1px solid var(--border-color-base, #a2a9b1); text-align: center; position: relative; } @media (min-width: 640px) { .tfd-sidebar { clear: right; float: right; width: 22em; } } /* Hide all but the first TFD notice in each paragraph */ :not(.mw-parser-output):not(.documentation) > .tfd-dedup ~ .tfd-dedup, :not(.mw-parser-output):not(.documentation) > .tfd-dedup ~ * .tfd-dedup { display: none; }