MediaWiki:Vector.css: Difference between revisions

    From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
    No edit summary
    No edit summary
    Line 5: Line 5:
       text-transform: uppercase;
       text-transform: uppercase;
    }
    }
    #222222


    .mw-htmlform-field-HTMLLegacySkinVersionField {
    .mw-htmlform-field-HTMLLegacySkinVersionField {
    Line 39: Line 41:
         background-image: radial-gradient(rgba(0,0,0,0.75), #121212 70%), url(https://medievil.wiki/images/5/59/MediEvilWikiBackground.jpg);
         background-image: radial-gradient(rgba(0,0,0,0.75), #121212 70%), url(https://medievil.wiki/images/5/59/MediEvilWikiBackground.jpg);
         background-size: cover;
         background-size: cover;
    }
    .client-dark-mode .vector-menu-tabs {
        background-image: none !important;
    }
    }


    .client-dark-mode .vector-menu-tabs .new a, .client-dark-mode .vector-menu-tabs .new a:visited {
    .client-dark-mode .vector-menu-tabs .new a, .client-dark-mode .vector-menu-tabs .new a:visited {
         color: #ff6e6e;
         color: #ff6e6e;
    }
    .client-dark-mode .vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited {
        border-bottom: 1px solid #cc9966;
    }
    }

    Revision as of 17:47, 19 July 2023

    /* All CSS here will be loaded for users of the Vector skin */
    
    .vector-menu-portal h3 {
       font-family: 'Tico';
       text-transform: uppercase;
    }
    
    #222222
    
    .mw-htmlform-field-HTMLLegacySkinVersionField {
      display: none;
    }
    
    .mw-logo-container {
        color: black;
    }
    
    .infobox, .topnav {
        border: 1px solid #a2a9b1;
        font-size: 0.85em;
        margin-bottom: 10px;
        background-color: #f8f9fa;
        padding: 10px;
    }
    
    .infobox {
       margin-left: 15px;
       float: right;
    }
    
    .infobox th, .topnav th {
        font-size: 1.25em;
    }
    
    .client-dark-mode .infobox, .client-dark-mode .topnav {
        border: 1px solid #222222;
        background-color: #121212;
    }
    
    .client-dark-mode .mw-workspace-container.mw-footer-container {
        background-image: radial-gradient(rgba(0,0,0,0.75), #121212 70%), url(https://medievil.wiki/images/5/59/MediEvilWikiBackground.jpg);
        background-size: cover;
    }
    
    .client-dark-mode .vector-menu-tabs {
        background-image: none !important;
    }
    
    .client-dark-mode .vector-menu-tabs .new a, .client-dark-mode .vector-menu-tabs .new a:visited {
        color: #ff6e6e;
    }
    
    .client-dark-mode .vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited {
        border-bottom: 1px solid #cc9966;
    }