MediaWiki:Common.css: Difference between revisions

From Twisted
No edit summary
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
body {
    background-color: #0a0a0a !important;
    color: #e4e4e4 !important;
}


a {
    color: #4fb8ff !important;
}
a:visited {
    color: #a0d8ff !important;
}
a:hover {
    color: #80d8ff !important;
}
.navbar,
.navbar-default {
    background-color: #111 !important;
    border-bottom: 2px solid #4fb8ff !important;
}
.navbar a {
    color: #e4e4e4 !important;
}
.content {
    background-color: #121212 !important;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
footer {
    background-color: #0d0d0d !important;
    color: #888 !important;
}
.infobox,
.wikitable {
    background-color: #1a1a1a !important;
    color: #ddd !important;
    border: 1px solid #333 !important;
}

Revision as of 22:55, 13 August 2025