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

Template:Infobox data div/styles.css: Difference between revisions

Template page
Created page with "Mimic infobox styles from Template:Infobox/styles.css: .infobox tr: div.infobox-data { display: flex; box-sizing: border-box; flex-direction: column; pa..."
 
m 1 revision imported: New Files
 
(No difference)

Latest revision as of 11:54, 24 March 2024

/* Mimic infobox styles from Template:Infobox/styles.css */
/* .infobox tr */
div.infobox-data {
	display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0 10px;
    margin-top: 10px;
}

/* .infobox th, .infobox tdd */
.infobox-data__label,
.infobox-data__value {
	padding: 0 5px;
}

/* .infobox th */
.infobox-data__label {
	color: var( --color-base--subtle );
    font-size: 0.8125rem;
    font-weight: normal;
    letter-spacing: 0.75px;
}

/* .infobox td */
.infobox-data__value {
	font-weight: bold;
}
🍪 We use cookies to keep session information to provide you a better experience.