×
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 15: Line 15:
     border-bottom-color: #1d0461;
     border-bottom-color: #1d0461;
     background-color: #1d0461;
     background-color: #1d0461;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
    background-color: #1d0461;
    color: #000;
    margin: 0;
    border: 1px solid #1d0461;
}
}

Revision as of 19:56, 12 January 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 #1d0461;
    border-bottom-color: #1d0461;
    background-color: #1d0461;
}
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption {
    border: 1px solid #1d0461;
    border-bottom-color: #1d0461;
    background-color: #1d0461;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
    background-color: #1d0461;
    color: #000;
    margin: 0;
    border: 1px solid #1d0461;
}