Anrufer Übersicht – JSON Tabelle formatieren

Sie sehen gerade einen Platzhalterinhalt von Vimeo. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfläche unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.

Mehr Informationen

Ebenso hier noch die CSS Datei, die ich im Video angesprochen habe:

.tclass {
    background-color: #404040;
    border: 0px solid black;
    width: 100%;
    table-layout: fixed;
    font-family: Arial;
}

 .tclass-inner {
    background-color: #404040;
    border: 1px solid black;
    width: 100%;
    table-layout: fixed;
    height: 100%;
}

.tclass-th {
    background-color: #f7331d;
    color: #000000;
    font-weight: normal;
}

.tclass-th1 {
    width: 20px;
    text-align: left;
}
 

.tclass-th2 {
    width: 20px;
    text-align: left;
}

.tclass-th3 {
    width: 20px;
    text-align: left;
}

.tclass-th4 {
    width: 20px;
    text-align: left;
}

.tclass-th5 {
    width: 20px;
    text-align: left;
}

 .tclass-tr {
    color: #ffffff;
}

 .tclass-tr-even {
    background-color: #800000;
}

 .tclass-tr-odd {
    background-color: #300000;
}
Post a comment

Leave a Comment