Toggle menu
20
62
5
836
Irontide Fantasy Roleplay
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 12: Line 12:
     border-radius: 8px;
     border-radius: 8px;
     box-shadow: 0 0 10px black inset;
     box-shadow: 0 0 10px black inset;
}
.content-panel {
    background-color: #3b1f1f;  /* dark but readable */
    border: 2px solid #f3c200;  /* gold/bronze border */
    padding: 20px;
    border-radius: 8px;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);  /* inset shadow for depth */
    color: #f5e6c4;  /* readable light text */
    margin-bottom: 20px;
}
}

Revision as of 23:59, 14 November 2025

body {
    background-color: #0d0d0d;
    background-image: url("/images/war_texture.png");
    background-repeat: repeat;
    color: #f5e6c4;
}

#content {
    border: 2px solid #a67c00;
    padding: 20px;
    background-color: #2a0000;
    border-radius: 8px;
    box-shadow: 0 0 10px black inset;
}

.content-panel {
    background-color: #3b1f1f;  /* dark but readable */
    border: 2px solid #f3c200;  /* gold/bronze border */
    padding: 20px;
    border-radius: 8px;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);  /* inset shadow for depth */
    color: #f5e6c4;  /* readable light text */
    margin-bottom: 20px;
}