Projet

Général

Profil

Paste
Télécharger (1,55 ko) Statistiques
| Branche: | Révision:

root / css / index_style.css @ 72ecbd21

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 {
26
    vertical-align:middle;
27
    height:1em;
28
}
29

    
30
h2 {
31
    padding:0.5em 1em;
32
    text-shadow: 0.1em 0.1em 0.15em #44F; 
33
}
34

    
35
#main {
36
    box-shadow:0 0 0.5rem 0 #000;
37
    text-align:left;
38
    background-color:#FFF;
39
}
40

    
41
#main a {text-decoration:none}
42

    
43
#pano-list li samp:after {
44
    padding-left:1em;
45
    content:'fichier non configuré';
46
    font-weight:bold;
47
    color:#F00;
48
}
49
#pano-list li {
50
    list-style-type:circle;
51
    list-style-position:inside;
52
    border:dashed #777 0;
53
    border-top-width:0.1em;
54
    padding:0.3em 1em;
55
}
56

    
57
#pano-list li:nth-child(6n),
58
#pano-list li:nth-child(6n+1),
59
#pano-list li:nth-child(6n+2) {
60
    background-color:#FFE;
61
}
62

    
63
#pano-list li:nth-child(6n+3),
64
#pano-list li:nth-child(6n+4),
65
#pano-list li:nth-child(6n+5) {
66
    background-color:#FEF;
67
}
68

    
69
#interaction {
70
    text-align:center;
71
    border:solid #777 0;
72
    border-top-width:0.1em;
73
    padding:0.5em 0;
74
}
75

    
76
#interaction a {
77
    padding:1em;
78
}
79

    
80
#interaction a:hover {
81
    color:#F90;
82
    text-decoration:underline;
83
}
84

    
85
footer {
86
  margin:1rem 0
87
}
88

    
89
.validators samp {
90
    border-radius: 0.4rem;
91
    padding:0.2em 0.3em;
92
    text-shadow: 0.1em 0.05em 0.15em #444; 
93
    background-color:#fff;
94
}
95

    
96
.validators a {
97
  border:solid 0.2em #FFF;
98
}
99

    
100
.validators a:hover {
101
  border-color:#F00;
102
}