Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Improved user page readability for Social links
No edit summary
Line 65: Line 65:
     background: #020523 !important;
     background: #020523 !important;
     border-bottom: 1px solid cyan !important;
     border-bottom: 1px solid cyan !important;
}
/* === YIWA Template === */
.yiwa-template {
    background: #111;
    border: 2px solid #2a2a2a;
    border-radius: 8px;
    margin: 1em 0;
}
#yiwa-logo {
    background: #000;
    border-right: 2px solid #2a2a2a;
}
.yiwaWording {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #f5f5f5;
}
#yiwa-intro {
    color: #ddd;
    line-height: 1.4;
}
#yiwa-intro a {
    color: #ff4d4d; /* CaseOh red accent */
    font-weight: 600;
}
#yiwa-intro a:hover {
    text-decoration: underline;
}
#yiwa-list {
    column-width: 220px;
    column-gap: 1.5em;
}
#yiwa-list ul,
#yiwa-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#yiwa-list li {
    margin: 0.3em 0;
    break-inside: avoid;
}
#yiwa-list img {
    vertical-align: middle;
    margin-right: 6px;
    image-rendering: pixelated;
}
#yiwa-list a {
    color: #eee;
    text-decoration: none;
}
#yiwa-list a:hover {
    color: #ff4d4d;
    text-decoration: underline;
}
.yiwaWording span {
    color: red !important;
    font-weight: 900;
    font-size: 40px;
}
}