No edit summary Tag: Manual revert |
No edit summary |
||
| (22 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; | |||
} | |||
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 transparent; | |||
background-color: #000538; | |||
} | |||
.mw-confirmaccount-type-0 { | |||
background-color: #202020; | |||
color: white; | |||
} | |||
.mw-confirmaccount-body-0 { | |||
background-color: #202020; | |||
} | } | ||
Latest revision as of 14:57, 11 August 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 transparent;
background-color: #000538;
}
.mw-confirmaccount-type-0 {
background-color: #202020;
color: white;
}
.mw-confirmaccount-body-0 {
background-color: #202020;
}
