Template:Infobox/styles.css: Difference between revisions

    From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
    No edit summary
    Tag: Manual revert
    No edit summary
    Tag: Manual revert
     
    (10 intermediate revisions by the same user not shown)
    Line 10: Line 10:
    .infobox th {
    .infobox th {
         font-size: 1.25em;
         font-size: 1.25em;
    }
    .infobox a.image {
        overflow: visible !important;
    }
    }

    Latest revision as of 22:20, 26 March 2025

    .infobox {
       background-color: var(--color-surface-2);
       border-radius: var(--border-radius-medium);
       font-size: 0.85em;
       margin-bottom: 10px;
       padding: 10px;
       margin-left: 15px;
    }
    
    .infobox th {
        font-size: 1.25em;
    }
    
    .infobox a.image {
        overflow: visible !important;
    }