forked from ScoDoc/ScoDoc
81 lines
1.2 KiB
CSS
81 lines
1.2 KiB
CSS
div.table_niveaux_parcours {
|
|
margin-left: 12px;
|
|
margin-top: 12px;
|
|
background: rgb(14, 5, 73);
|
|
color: #eee;
|
|
border-radius: 8px;
|
|
width: fit-content;
|
|
padding: 8px;
|
|
}
|
|
|
|
div.table_niveaux_parcours .titre {
|
|
font-size: 110%;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
|
|
table.table_niveaux_parcours tr th:first-child {
|
|
opacity: 0;
|
|
}
|
|
|
|
table.table_niveaux_parcours th {
|
|
text-align: center;
|
|
color: white;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
table.table_niveaux_parcours tr.parcours_but {
|
|
color: white;
|
|
}
|
|
|
|
table.table_niveaux_parcours tr.parcours_but td {
|
|
padding-top: 8px;
|
|
}
|
|
|
|
table.table_niveaux_parcours tr.parcours_but td b {
|
|
margin-right: 12px;
|
|
}
|
|
|
|
table.table_niveaux_parcours tr.annee_but {
|
|
text-align: center;
|
|
}
|
|
|
|
table.table_niveaux_parcours tr td:not(:first-child) {
|
|
width: 120px;
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
table.table_niveaux_parcours tr.annee_but td:first-child {
|
|
width: 92px;
|
|
font-weight: bold;
|
|
color: #ddd;
|
|
}
|
|
|
|
table.table_niveaux_parcours tr.annee_but td.empty {
|
|
opacity: 0;
|
|
}
|
|
|
|
.comp-c1 {
|
|
background: #a44
|
|
}
|
|
|
|
.comp-c2 {
|
|
background: #84a
|
|
}
|
|
|
|
.comp-c3 {
|
|
background: #a84
|
|
}
|
|
|
|
.comp-c4 {
|
|
background: #8a4
|
|
}
|
|
|
|
.comp-c5 {
|
|
background: #4a8
|
|
}
|
|
|
|
.comp-c6 {
|
|
background: #48a
|
|
} |