6b55d81fec8d86dbda7fd18257f567eb90c0894d
[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-box .item .meta {
30 text-shadow: none;
31 }
32
33 #slideshow-box .item .meta .datecat {
34 color: #585856;
35 }
36
37 #slideshow-controller button {
38 background-image: url("../img/button-slideshow.png");
39 }
40
41 #featured .bar-1 .widget_special .title,
42 #featured .bar-2 .widget_special .title,
43 #featured .bar-3 .widget_special .title {
44 background-image: url("../img/bg-featured-title.png");
45 }
46
47 #featured-wrap {
48 background-image: url("../img/bg-featured-wrap.png");
49 }
50
51 #featured .widget_special .content {
52 background-image: url('../img/bg-featured-page-content.png');
53 }
54
55 a:link,
56 a:visited,
57 h3,
58 .contenu-principal .h1,
59 #menubar ul li:hover a,
60 #menubar ul li.hover a,
61 #menubar ul li:hover ul li:hover a,
62 #menubar ul li.hover ul li.hover a,
63 #menubar ul li:hover ul li.active a,
64 #menubar ul li.hover ul li.active a {
65 color: #F39200;
66 }
67
68 #secondary.sidebar a:link {
69 color: #fff;
70 font-weight: bold;
71 }
72 li.post > a {
73 background-color: #FFF;
74 }
75
76 li.widget {
77 list-style-type: none;
78 }