No edit summary |
No edit summary |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
background-image: url("https://wiki.celestiasmp.com/images/7/77/11-small.png"); | background-image: url("https://wiki.celestiasmp.com/images/7/77/11-small.png"); | ||
backdrop-filter: blur(8px); | backdrop-filter: blur(8px); | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | |||
figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] { | |||
border: 1px solid #202020; | |||
border-bottom-color: #202020; | |||
background-color: #202020; | |||
} | |||
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption { | |||
border: 1px solid #202020; | |||
border-bottom-color: #202020; | |||
background-color: #202020; | |||
} | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input { | |||
background-color: #202020; | |||
color: white; | |||
margin: 0; | |||
border: 1px solid #202020; | |||
} | |||
li.gallerybox div.thumb { | |||
border: 1px solid #000538; | |||
background-color: #000538; | |||
} | |||
.mw-confirmaccount-type-0 { | |||
background-color: #202020; | |||
color: white; | |||
} | |||
.mw-confirmaccount-body-0 { | |||
background-color: #202020; | |||
} | } |
Latest revision as of 10:32, 13 March 2025
body { background-image: url("https://wiki.celestiasmp.com/images/7/77/11-small.png"); backdrop-filter: blur(8px); background-attachment: fixed; } figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] { border: 1px solid #202020; border-bottom-color: #202020; background-color: #202020; } figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption { border: 1px solid #202020; border-bottom-color: #202020; background-color: #202020; } .oo-ui-textInputWidget .oo-ui-inputWidget-input { background-color: #202020; color: white; margin: 0; border: 1px solid #202020; } li.gallerybox div.thumb { border: 1px solid #000538; background-color: #000538; } .mw-confirmaccount-type-0 { background-color: #202020; color: white; } .mw-confirmaccount-body-0 { background-color: #202020; }