1
|
* {
|
2
|
margin:0;
|
3
|
padding:0;
|
4
|
font-family:Arial, Verdana, sans-serif;
|
5
|
}
|
6
|
|
7
|
body {
|
8
|
background-color:#44F;
|
9
|
text-align:center;
|
10
|
width:50rem;
|
11
|
margin:auto;
|
12
|
}
|
13
|
|
14
|
header {
|
15
|
margin:1rem 0;
|
16
|
box-shadow:0 0 0.5rem 0 #000;
|
17
|
background-color:#69C;
|
18
|
}
|
19
|
|
20
|
h1 {
|
21
|
text-align:center;
|
22
|
padding:0.2rem;
|
23
|
}
|
24
|
|
25
|
img {vertical-align:middle}
|
26
|
|
27
|
h2 {
|
28
|
padding:0.5em 1em;
|
29
|
text-shadow: 0.1em 0.1em 0.15em #44F;
|
30
|
}
|
31
|
|
32
|
#main {
|
33
|
box-shadow:0 0 0.5rem 0 #000;
|
34
|
text-align:left;
|
35
|
background-color:#FFF;
|
36
|
}
|
37
|
|
38
|
#main a {text-decoration:none}
|
39
|
|
40
|
#pano-list li samp:after {
|
41
|
padding-left:1em;
|
42
|
content:'fichier non configuré';
|
43
|
font-weight:bold;
|
44
|
color:#F00;
|
45
|
}
|
46
|
#pano-list li {
|
47
|
list-style-type:circle;
|
48
|
list-style-position:inside;
|
49
|
border:dashed #777 0;
|
50
|
border-top-width:0.1em;
|
51
|
padding:0.3em 1em;
|
52
|
}
|
53
|
|
54
|
#pano-list li:nth-child(6n),
|
55
|
#pano-list li:nth-child(6n+1),
|
56
|
#pano-list li:nth-child(6n+2) {
|
57
|
background-color:#FFE;
|
58
|
}
|
59
|
|
60
|
#pano-list li:nth-child(6n+3),
|
61
|
#pano-list li:nth-child(6n+4),
|
62
|
#pano-list li:nth-child(6n+5) {
|
63
|
background-color:#FEF;
|
64
|
}
|
65
|
|
66
|
#interaction {
|
67
|
text-align:center;
|
68
|
border:solid #777 0;
|
69
|
border-top-width:0.1em;
|
70
|
padding:0.5em 0;
|
71
|
}
|
72
|
|
73
|
#interaction a {
|
74
|
padding:1em;
|
75
|
}
|
76
|
|
77
|
#interaction a:hover {
|
78
|
color:#F90;
|
79
|
text-decoration:underline;
|
80
|
}
|
81
|
|
82
|
footer {
|
83
|
margin:1rem 0
|
84
|
}
|
85
|
|
86
|
.validators a {
|
87
|
background-color:#fff;
|
88
|
border-radius: 0.4rem;
|
89
|
padding:0.3ex;
|
90
|
text-shadow: 0.1em 0.05em 0.15em #444;
|
91
|
}
|