Statistiques
| Branche: | Révision :

root / style / fftt.css @ 14c07a4886fa5dc3fad0bf1fdde98556d4bc385a

Historique | Voir | Annoter | Télécharger (1,32 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.smallCol, th.colClt, th.colPts, th.colJoue,
33
th.colVic, th.colNul, th.colDef, 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: left;
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
        text-align: left;
76
        width: 30%;
77
}
78
79
td.colSep, td.colPtsDom, td.colPtsVis {
80
        text-align: center;
81
}
82
83
td.colPtsDom, td.colPtsVis {
84
        width: 8%;
85
}
86
87
td.colSep {
88
        width: 4%;
89
}
90
91
.vainqueur {
92
        font-weight: bold;
93
}
94
95
/* boutons */
96
#boutons-championnat {
97
        width: 90%;
98
        margin: auto;
99
        text-align: left;
100
}