MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
/* <pre> */ | /* <pre> */ | ||
:root { | :root { | ||
color-scheme: dark; | color-scheme: dark; | ||
/* Meta color scheme */ | /* Meta color scheme */ | ||
Line 1,388: | Line 1,388: | ||
.wikitable > * > tr > th { | .wikitable > * > tr > th { | ||
background-color: var(--wikitable-header-bg); | background-color: var(--wikitable-header-bg); | ||
color: var(--league-white); | |||
} | } | ||
Line 5,151: | Line 5,152: | ||
flex-direction: column; | flex-direction: column; | ||
align-items: start; | align-items: start; | ||
} | |||
.mw-parser-output .tile-top a.external.text { | |||
padding: 0 !important; | |||
} | } | ||
.mw-parser-output .tile-top a.external { | .mw-parser-output .tile-top a.external { | ||
background: none !important; | background: none !important; | ||
padding: 0 !important; | padding-left: 0 !important; | ||
} | } | ||
Line 5,545: | Line 5,550: | ||
align-items: center; | align-items: center; | ||
background: #5865f2; | background: #5865f2; | ||
padding: 1em 1.75em; | |||
} | } | ||