-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadm-compta-permanence.css
77 lines (62 loc) · 1017 Bytes
/
adm-compta-permanence.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
/* CSS declarations go here */
body {
text-align: center;
}
.legend li {
display: inline;
list-style-type: none;
padding-right: 20px;
text-align: right;
}
.legend .circle:before {
content: ' \25CF';
font-size: 20px;
padding-right: 5px;
}
.legend .green .circle {
color: green;
}
.legend .orange .circle {
color: orange;
}
.legend .red .circle {
color: red;
}
.week {
margin : 10px;
}
.tuesday {
border : 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
margin : 5px 0;
height: 150px;
}
.tuesday h5 {
margin: 0;
padding-bottom:5px;
font-size: 1.1em;
text-transform: uppercase;
font-weight: bold;
color:#333;
}
.tuesday h5 small {
color:#BBB;
}
.attendances {
margin: 0;
}
.attendances li {
margin: 0;
}
.tuesday.green {
border-color: green;
}
.tuesday.orange {
border-color: orange;
}
.tuesday.red {
border-color: red;
}