Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 14: Zeile 14:
.colmobiltop th {
.colmobiltop th {
margin-top: 0px!important;
margin-top: 0px!important;
}
.colmobiltop tr {
margin-bottom: 5px;
}
}


Zeile 65: Zeile 69:
width: 10%;
width: 10%;
border-top: 2px solid #a2a9b1;
border-top: 2px solid #a2a9b1;
border-right: 1px solid #a2a9b1;
border-right: 1px solid #a2a9b1!important;
border-bottom: 0;
border-bottom: 0;
border-left: 2px solid #a2a9b1;
border-left: 2px solid #a2a9b1;
Zeile 88: Zeile 92:


.colmobiltop td:nth-child(4), .colmobiltop wikitable2 > tbody > tr > td:last-child {
.colmobiltop td:nth-child(4), .colmobiltop wikitable2 > tbody > tr > td:last-child {
margin-top: 31px;;
padding-left: 5px;
padding-left: 5px;
border-top: 1px solid #a2a9b1;
border-top: 1px solid #a2a9b1;

Version vom 11. Juli 2019, 17:26 Uhr

.centercell td:nth-child(2) {
	text-align: center;
}


/*** Formatierung Breakpoint sm ***/
@media (max-width: 576px) {

.colmobiltop {
	border: 0;
	background: white;
	}

.colmobiltop th {
	margin-top: 0px!important;
	}

.colmobiltop tr {
	margin-bottom: 5px;
	}

.colmobiltop th:nth-child(1),.colmobiltop th:first-child, .colmobiltop th:nth-child(2), .colmobiltop th:nth-child(3) {
	text-align:left;
	padding-left: 5px;
	vertical-align: top;
	float: left;
	min-height: 2em;
	}

.colmobiltop th:nth-child(1){
	width:20%;
	height: 4em;
	border-top: 2px solid #a2a9b1;
	border-right: 0;
	border-bottom: 2px solid #a2a9b1;
	border-left: 2px solid #a2a9b1;
	}

.colmobiltop th:nth-child(2) {
	width:80%;
	border-top: 2px solid #a2a9b1;
	border-right: 2px solid #a2a9b1;
	border-bottom: 1px solid #a2a9b1;
	border-left: 1px solid #a2a9b1;
	}


.colmobiltop th:nth-child(3) {
	width:80%;
	border-top: 1px solid #a2a9b1;
	border-right: 2px solid #a2a9b1;
	border-bottom: 2px solid #a2a9b1;
	border-left: 1px solid #a2a9b1;
        }

.colmobiltop td {
	}

.colmobiltop td:nth-child(1), .colmobiltop td:nth-child(2), .colmobiltop td:nth-child(3) {
	margin-top: 5px;
	text-align:left;
	padding-left: 5px;
	vertical-align: top;
	float: left;
	min-height: 2em;
	}

.colmobiltop td:nth-child(1) {
	width: 10%;
	border-top: 2px solid #a2a9b1;
	border-right: 1px solid #a2a9b1!important;
	border-bottom: 0;
	border-left: 2px solid #a2a9b1;
	}

.colmobiltop td:nth-child(2){
	width: 10%;
	border-top: 2px solid #a2a9b1;
	border-right: 1px solid #a2a9b1;
	border-bottom: 0;
	border-left: 0;
	}


.colmobiltop td:nth-child(3) {
	border-top: 2px solid #a2a9b1;
	border-right: 2px solid #a2a9b1;
	border-bottom: 0;
	border-left: 0;
	width: 80%;
	}

.colmobiltop td:nth-child(4), .colmobiltop wikitable2 > tbody > tr > td:last-child {
	margin-top: 31px;;
	padding-left: 5px;
	border-top: 1px solid #a2a9b1;
	border-right: 2px solid #a2a9b1;
	border-bottom: 2px solid #a2a9b1;
	border-left: 2px solid #a2a9b1;
	}

}  /*** Ende Formatierungen für Breakpoint xs ***/