Template:Infobox/styles.css: Difference between revisions

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


    .citizen-body .infobox a.image {
    .infobox a.image {
         overflow: visible;
         overflow: visible;
    }
    }

    Revision as of 21:04, 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;
    }