MediaWiki:Vector.css: Difference between revisions

    From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
    No edit summary
    Tag: Manual revert
    No edit summary
    Line 9: Line 9:
    }
    }


    .infobox {
    .infobox, .topnav {
         border: 1px solid #a2a9b1;
         border: 1px solid #a2a9b1;
        float: right;
         font-size: 0.85em;
         font-size: 0.85em;
         margin-left: 15px;
         margin-left: 15px;
    Line 19: Line 18:
    }
    }


    .infobox th {
    .infobox {
      float: right;
    }
     
    .infobox th, .topnav th {
         font-size: 1.25em;
         font-size: 1.25em;
    }
    }


    .client-dark-mode .infobox {
    .client-dark-mode .infobox, .client-dark-mode .topnav {
         border: 1px solid #222222;
         border: 1px solid #222222;
         background-color: #121212;
         background-color: #121212;
    }
    }

    Revision as of 23:46, 13 April 2022

    /* All CSS here will be loaded for users of the Vector skin */
    
    .mw-htmlform-field-HTMLLegacySkinVersionField {
      display: none;
    }
    
    .mw-logo-container {
        color: black;
    }
    
    .infobox, .topnav {
        border: 1px solid #a2a9b1;
        font-size: 0.85em;
        margin-left: 15px;
        margin-bottom: 10px;
        background-color: #f8f9fa;
        padding: 10px;
    }
    
    .infobox {
       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;
    }