MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
:root { | |||
color-scheme: dark; | |||
} | |||
/* hide theme toggle */ | |||
#vector-theme-toggler { | |||
display: none !important; | |||
} | |||
:root { | :root { | ||
--color-surface-0: rgb(28, 28, 37); | --color-surface-0: rgb(28, 28, 37); | ||
| Line 17: | Line 25: | ||
border-left: 4px solid #5aa2ff; | border-left: 4px solid #5aa2ff; | ||
background: #5aa2ff44; | background: #5aa2ff44; | ||
padding: 20px; | |||
margin: 20px 0; | |||
} | |||
.note-box { | |||
border: 0; | |||
border-left: 4px solid #278f54; | |||
background: #278f5444; | |||
padding: 20px; | |||
margin: 20px 0; | |||
} | } | ||
@media screen { | @media screen { | ||