22c325356d4985f61df01280d23a999dcba3766c
[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 #nav {
10 margin-top: 0;
11 }
12
13 #formulaire_recherche .submit,
14 .sidebar .liste h2,
15 .sidebar .formulaire_spip legend:first-child,
16 .formulaire_spip h2:first-child,
17 .contact-form {
18 background-color: #F39200;
19 }
20
21 .contact-form .formulaire_spip .submit {
22 background-color: #C97B00;
23 }
24
25 #recherche {
26 height: 28px;
27 }
28
29 #slideshow-box {
30 background-image: url("../img/bg-slideshow.png");
31 }
32
33 #slideshow-box .item .meta {
34 text-shadow: none;
35 }
36
37 #slideshow-box .item .meta .datecat {
38 color: #585856;
39 }
40
41 #slideshow-controller button {
42 background-image: url("../img/button-slideshow.png");
43 }
44
45 #featured .bar-1 .widget_special .title,
46 #featured .bar-2 .widget_special .title,
47 #featured .bar-3 .widget_special .title {
48 background-image: url("../img/bg-featured-title.png");
49 }
50
51 #featured-wrap {
52 background-image: url("../img/bg-featured-wrap.png");
53 }
54
55 #featured .widget_special .content {
56 background-image: url('../img/bg-featured-page-content.png');
57 }
58
59 a:link,
60 a:visited,
61 h3,
62 .contenu-principal .h1,
63 #menubar ul li:hover a,
64 #menubar ul li.hover a,
65 #menubar ul li:hover ul li:hover a,
66 #menubar ul li.hover ul li.hover a,
67 #menubar ul li:hover ul li.active a,
68 #menubar ul li.hover ul li.active a {
69 color: #F39200;
70 }
71
72 #secondary.sidebar a:link {
73 color: #fff;
74 font-weight: bold;
75 }
76 li.post > a {
77 background-color: #FFF;
78 }
79
80 li.widget {
81 list-style-type: none;
82 }