Template:Game/Tournaments.css: Difference between revisions

From TwogPedia
(Created page with ".tournament__table { text-align: center; } .tournament__header { text-align: center; font-size: 1.1rem; font-weight: 800; } .tournament__table { border: 1px solid #000; width: 100%; } .tournament__table tr:not(:first-child) { border-top: 1px solid #000;} .tournament__table th, .tournament__table td { padding: 4px 0.5rem; } .tournament__table th:not(:first-child), .tournament__table td:not(:first-child) { border-left: 1px solid #000; } .tournament__row {display:...")
 
No edit summary
Line 1: Line 1:
.tournament__table {
text-align: center;
}
.tournament__header {
.tournament__header {
text-align: center;
text-align: center;
Line 11: Line 8:
border: 1px solid #000;
border: 1px solid #000;
width: 100%;
width: 100%;
text-align: center;
}
}


Line 22: Line 20:
.tournament__row {display: contents;}
.tournament__row {display: contents;}
.tournament__name, .tournament__location {display: flex; flex-direction: column;}
.tournament__name, .tournament__location {display: flex; flex-direction: column;}
h2 {
color: white;
}

Revision as of 02:40, 25 April 2025

.tournament__header {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 800;
}

.tournament__table {
	border: 1px solid #000;
	width: 100%;
	text-align: center;
}

.tournament__table tr:not(:first-child) { border-top: 1px solid #000;}
.tournament__table th, .tournament__table td {
	padding: 4px 0.5rem;
}
.tournament__table th:not(:first-child), .tournament__table td:not(:first-child) {
	border-left: 1px solid #000;
}
.tournament__row {display: contents;}
.tournament__name, .tournament__location {display: flex; flex-direction: column;}

h2 {
	color: white;
}