MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(5 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; | |||
} | } | ||
Line 5,673: | Line 5,677: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
background: # | background: #6a882f; | ||
padding: 1em 1.75em; | padding: 1em 1.75em; | ||
} | } | ||
Line 5,688: | Line 5,692: | ||
.mainpage-valence .tile-bottom { | .mainpage-valence .tile-bottom { | ||
background: # | background: #2d4303; | ||
border: none; | border: none; | ||
padding: 1em 1.75em; | padding: 1em 1.75em; |