-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_4.css
82 lines (63 loc) · 1.04 KB
/
style_4.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
html {
font-family: sans-serif;
}
table {
border-collapse: separate;
border: 2px solid black;
letter-spacing: 1px;
font-size: 0.8rem;
}
td, th {
border: 1px solid gray;
padding: 10px 20px;
}
td {
text-align: center;
}
caption {
text-align: center;
font-weight: bold;
caption-side: top;
}
.jour-background {
background-color: #fbd206;
}
.iw-background {
background-color: #ff6961;
}
.sf-background {
background-color: #ffb480;
}
.analyse-background {
background-color: #f8f38d;
}
.archi-background {
background-color: #42d6a4;
}
.bd-background {
background-color: #08cad1;
}
.repas-background {
background-color: #59adf6;
}
.anglais-background {
background-color: #9d94ff;
}
.sport-background {
background-color: #c780e8;
}
.algo-background {
background-color: green;
}
.hidden-content {
display: none;
}
td:hover .hidden-content {
display: block;
}
.ligne_a:hover {
background-color: #fbd206;
}
.ligne_b:hover {
background-color: #08cad1;
}