Template:Game/Tournaments.css: Difference between revisions

From TwogPedia
No edit summary
No edit summary
Line 24: Line 24:
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
}
#grid-infobox-teams .ib-image {
  order: 0;
}
}


#grid-infobox-teams .text-overlay {
#grid-infobox-teams .text-overlay {
   order: 1;
   position: static !important;
   position: static;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
   padding: 10px;
   margin-top: 10px;
   margin-top: 10px;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  color: white;
   text-align: center;
   text-align: center;
}
}


h2 {
h2 {
color: white;
color: white;
}
}

Revision as of 02:58, 5 June 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;}

#grid-infobox-teams .info-image {
  display: flex;
  flex-direction: column;
}

#grid-infobox-teams .text-overlay {
  position: static !important;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

h2 {
	color: white;
}