Projet

Général

Profil

Paste
Télécharger (528 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / responsive / color / colors.css @ cc7b6b59

1 cc7b6b59 Julien Enselme
body {
2
  background: #dedcd9;
3
}
4
5
a {
6
  color: #1c6ea0;
7
}
8
9
a:hover {
10
  color: #42a9be;
11
}
12
13
#headright {
14
  background: #214467;
15
}
16
17
#main-menu li li a,
18
#main-menu li li a:link,
19
#main-menu li li a:visited {
20
  background-color: #152d43;
21
}
22
23
#main-menu li li a:hover,
24
#main-menu li li a:active {
25
  background: #01152a;
26
}
27
28
.sidebar .block > h2 {
29
  background: #214468;
30
}
31
32
#bottom {
33
  background: #4e4554;
34
}
35
36
#copyright {
37
  background: #3e3742;
38
}
39
40
.form-submit{
41
  background-color: #5aa2ef;
42
}
43
44
.form-submit:hover{
45
  background: #454444;
46
}