Statistiques
| Branche: | Révision :

root / style / fftt.css @ 601b967c662a3d036c089544d52df57d7ceff9aa

Historique | Voir | Annoter | Télécharger (1,38 ko)

1
body {
2
        background-color: white;
3
        color: black;
4
        font-family: Verdana, Arial, Helvetica, sans-serif;
5
        text-align: center;
6
}
7
8
table {
9
        width: 100%;
10
        margin-bottom: 1px;
11
        border: thin solid black;
12
        border-width: 1px;
13
}
14
15
th {
16
        text-align: center;
17
        background-color: #094098;
18
        color: #ffff00;
19
}
20
21
/* Tableau du classement */
22
#tabClassement table {
23
        border-spacing: 1px;
24
        padding: 2px;
25
}
26
27
#tabClassement {
28
        width: 90%;
29
        margin: auto;
30
}
31
32
th.colClt, th.colAdjust, th.colPts, th.colJoue,
33
th.colVic, th.colNul, th.colDef, th.colFft, th.colPen,
34
th.colPG, th.colPP, th.colDiff {
35
        width: 30px;
36
}
37
38
th.colEquipe {
39
        text-align: left;
40
}
41
42
#tabClassement td {
43
        text-align: center;
44
        background-color: #ceceff;
45
        color: black;
46
}
47
48
#tabClassement td.colEquipe {
49
        text-align: left;
50
}
51
52
/* Tableaux des journées */
53
.tabJournee {
54
        width: 90%;
55
        margin: auto;
56
}
57
58
.tabJournee table {
59
        border-collapse: collapse;
60
        border-spacing: 0px;
61
        padding: 0px;
62
}
63
64
th.colJournee {
65
        text-align: center;
66
}
67
68
.tabJournee td {
69
        border: thin solid black;
70
        background-color: #ebebeb;
71
        color: black;
72
}
73
74
td.colDom, td.colVis {
75
        width: 30%;
76
}
77
td.colDom {
78
        text-align: right;
79
}
80
td.colVis {
81
        text-align: left;
82
}
83
84
td.colSep, td.colPtsDom, td.colPtsVis {
85
        text-align: center;
86
}
87
88
td.colPtsDom, td.colPtsVis {
89
        width: 8%;
90
}
91
92
td.colSep {
93
        width: 4%;
94
}
95
96
.vainqueur {
97
        font-weight: bold;
98
}
99
100
/* boutons */
101
#boutons-championnat {
102
        width: 90%;
103
        margin: auto;
104
        text-align: left;
105
}