[CSS] premier jet
[lhc/web/www.git] / www / plugins / skel_lhc / habillage / skel_lhc.css
1 #header-wrap, #main-wrap, #footer-wrap {
2 background-color: #585856;
3 }
4
5 #header-wrap, #main-wrap, #footer-wrap {
6 background-image: url("../img/bg-header-wrap.png");
7 }
8
9 #formulaire_recherche .submit,
10 .sidebar .liste h2,
11 .sidebar .formulaire_spip legend:first-child,
12 .formulaire_spip h2:first-child,
13 .contact-form {
14 background-color: #F39200;
15 }
16
17 .contact-form .formulaire_spip .submit {
18 background-color: #C97B00;
19 }
20
21 #recherche {
22 height: 28px;
23 }
24
25 #slideshow-box {
26 background-image: url("../img/bg-slideshow.png");
27 }
28
29 #slideshow-controller button {
30 background-image: url("../img/button-slideshow.png");
31 }
32
33 #featured .bar-1 .widget_special .title,
34 #featured .bar-2 .widget_special .title,
35 #featured .bar-3 .widget_special .title {
36 background-image: url("../img/bg-featured-title.png");
37 }
38
39 #featured-wrap {
40 background-image: url("../img/bg-featured-wrap.png");
41 }
42
43 #featured .widget_special .content {
44 background-image: url('../img/bg-featured-page-content.png');
45 }
46
47 a:link,
48 a:visited,
49 h3,
50 .contenu-principal .h1,
51 #menubar ul li:hover a,
52 #menubar ul li.hover a,
53 #menubar ul li:hover ul li:hover a,
54 #menubar ul li.hover ul li.hover a,
55 #menubar ul li:hover ul li.active a,
56 #menubar ul li.hover ul li.active a {
57 color: #F39200;
58 }
59
60 #slideshow-box .item .meta .datecat {
61 color: #585856;
62 }
63
64 li.post > a {
65 background-color: #FFF;
66 }
67
68 li.widget {
69 list-style-type: none;
70 }