×
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
Tag: Reverted
Line 22: Line 22:
     border: 1px solid #1d0461;
     border: 1px solid #1d0461;
}
}
body #mw-content-text {
    color: #08233b;
    line-height: 1.5;
  }

Revision as of 20:52, 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;
}
 body #mw-content-text {
    color: #08233b;
    line-height: 1.5;
  }