Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
temporarily removed dark mode colors
m Added table class
Line 41: Line 41:
.header-container-inner {
.header-container-inner {
     background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:1px 1px; border-radius:8px; word-wrap:break-word; overflow-wrap:break-word;font-size:300%;
     background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:1px 1px; border-radius:8px; word-wrap:break-word; overflow-wrap:break-word;font-size:300%;
}
table.custom-table > tbody > tr:nth-child(1) > th {
    background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:1px 1px; font-size:120%; border-top-left-radius:8px; border-top-right-radius:8px; word-wrap:break-word; overflow-wrap:break-word;
}
table.custom-table > tbody > tr:nth-child(2) > th {
    background:#e6e3f0; text-align:center; padding:4px; border-bottom:1px solid #eee;
}
table.custom-table > tbody > tr > td {
    background:#ffffff; text-align:center; padding:4px; border-bottom:1px solid #eee;
}
}