CSS
table {
border-collapse: collapse;
}
tr .thead th {
padding: 1em;
border-bottom: medium solid #000000;
}
th .tleft {
border-right: medium solid #000000;
padding-left: .5em;
}
td {
text-align: center; padding:1em;
}
td:nth-child(3) {
color: #ff0080;
text-align: right;
}
td:nth-child(4) {
color: #ff8000;
text-align: left;
}
td:nth-child(5) {
color: red;
font-weight: bold;
}
td:nth-child(6) {
color: #CCCC00;
font-weight: bold;
}
td .yes {
color: green;
font-weight: normal;
}
td:nth-child(2)::before {
content: " ZELLE: A";
}
td:nth-child(3)::before {
content: " ZELLE: B";
}
td:nth-child(4)::before {
content: "ZELLE: C";
}
td:nth-child(5)::before {
content: "ZELLE: D";
}
Kopiervorlage
Bearbeiten<templatestyles src="Spielwiese/Antonsusi/styles.css" />
Name der Unterseite der Hauptvorlage muss styles
lauten