-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbin.css
116 lines (84 loc) · 1.5 KB
/
bin.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.buttonB {
width: 99px;
height: 45px;
display: flex;
justify-content: center;
box-shadow: 0px 0px 2px blue;
}
.b1,
.b2 {
font-size: 20px;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 17px;
padding-left: 17px;
font-weight: bold;
}
body {
background-image: url("ddmarien4.jpg");
}
.b2 {
border-left: 1px solid black;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.b1 {
border-right: 1px solid black;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
span {
border-top: 1px solid black;
}
table {
border: 1px solid black;
width: 25%;
}
body {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
#affichage {
height: 70px;
border: 1px solid blue;
padding-top: 10px;
}
th {
padding: 10px;
}
a {
border-top: 1px solid black;
display: inline-block;
padding: 3px;
}
#para {
border-right: 1px solid black;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
font-size: 20px;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 17px;
padding-left: 17px;
font-weight: bold;
}
.tbverite tr {
background-color: black;
color: white;
text-align: center;
}
.tbverite th {
color: blue;
}
.tbverite {
border-collapse: collapse;
}
.curseur {
height: 30px;
width: 2px;
border: 1px solid red;
}