×
Create a new article
Write your page title here:
We currently have 44 articles on Celestia Wiki. Type your article name above or click on one of the titles below and start writing!



Celestia Wiki
44Articles

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 18: Line 18:
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
     background-color: #202020;
     background-color: #202020;
    font-
     color: white;
     color: white;
     margin: 0;
     margin: 0;

Revision as of 11:58, 8 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;
  }