No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* =========================================
  Site wordmark – CRT chromatic aberration
  ========================================= */
.citizen-header__logo,
.citizen-header__logo span,
.mw-logo-wordmark {
    text-shadow:
        -2px  0  0 rgba(255, 0, 0, 0.75),
        2px  0  0 rgba(0, 200, 255, 0.75);
}
@media (max-width: 600px) {
@media (max-width: 600px) {
     .infobox-crt-model {
     .infobox-crt-model {

Revision as of 18:05, 7 February 2026

/* =========================================
   Site wordmark – CRT chromatic aberration
   ========================================= */
.citizen-header__logo,
.citizen-header__logo span,
.mw-logo-wordmark {
    text-shadow:
        -2px  0   0 rgba(255, 0, 0, 0.75),
         2px  0   0 rgba(0, 200, 255, 0.75);
}

@media (max-width: 600px) {
    .infobox-crt-model {
        float: none !important;
        width: 100% !important;
        margin: 0 0 1em 0 !important;
        max-width: 100% !important;
    }
    
    .infobox-crt-model tbody,
    .infobox-crt-model tbody tr,
    .infobox-crt-model tbody td,
    .infobox-crt-model tbody th {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .infobox-crt-model tbody td,
    .infobox-crt-model tbody th {
        display: table-cell !important;
        word-wrap: break-word !important;
    }
}
MediaWiki Appliance - Powered by TurnKey Linux