Vorlage:Dyna-Raid-Updates/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.dyna-raid-updates-nav {
	width: 100%;
	text-align: center;
	border-radius: 0.5em;
	border-spacing: 0;
}

.dyna-raid-updates-nav th:nth-child(2),
.dyna-raid-updates-nav th:nth-child(3),
.dyna-raid-updates-nav th:nth-child(4),
.dyna-raid-updates-nav th:nth-child(5) {
	min-width: 200px;
}

.dyna-raid-updates-nav td {
	background: #FFFFFF;
	border-top: 2px solid #C3D8DE;
	border-right: 2px solid #C3D8DE;
	padding: 2px;
}

.dyna-raid-updates-nav td:last-child {
	border-right: 0;
}

/*@media only screen and (max-width: 992px) {
	.dyna-raid-updates-nav {
		display: block;
		overflow: auto;
		overflow-y: hidden;
		overflow-x: auto;
	}
	
	.dyna-raid-updates-nav th:first-child,
	.dyna-raid-updates-nav td:first-child {
		position: sticky;
		min-width: 10%;
		left: 0;
	} */
	/*Für Safari, da die Ecken der Sticky-Elemente anscheinend aus der Tabelle ragen */
	/* .dyna-raid-updates-nav th:first-child {
		border-top-left-radius: 0.5em;
	}
	
	.dyna-raid-updates-nav tr:last-child td:first-child {
		border-bottom-left-radius: 0.5em;
	}
} */

/* [[Kategorie:Vorlage:Non-Wikitext]] */