×
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 6: Line 6:
}
}


figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] {
/*figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] {
    border: 1px solid #00a0c4;
    border-bottom-color: #00a0c4;
    background-color: #00a0c4;
}*/
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption {
     border: 1px solid #00a0c4;
     border: 1px solid #00a0c4;
     border-bottom-color: #00a0c4;
     border-bottom-color: #00a0c4;
     background-color: #00a0c4;
     background-color: #00a0c4;
}
}

Revision as of 19:44, 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 #00a0c4;
    border-bottom-color: #00a0c4;
    background-color: #00a0c4;
}*/
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption {
    border: 1px solid #00a0c4;
    border-bottom-color: #00a0c4;
    background-color: #00a0c4;
}