Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/shared/styles.css

Template page
Revision as of 02:47, 1 January 2023 by dustloop>TarkusLee
.infobox {
    overflow: visible;
    width: 100%;
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 1.6rem;
    background: var( --color-surface-1 );
    border-radius: var(--border-radius--medium);
    border-spacing: 0;
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
    font-size: 0.875rem;
    text-align: left;
}

.infobox-header {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid;
    border-color: var(--border-color-base);
    margin-top: 15px;
    color: var(--color-base--emphasized);
    font-size: 1rem;
}

.infobox-data {
	text-align: right;
}

.infobox tr {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0 10px;
    margin-top: 10px;
}
MediaWiki Appliance - Powered by TurnKey Linux