[CSS] -ombrage sur la police dans le diaporama
[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-controller button {
34 background-image: url("../img/button-slideshow.png");
35 }
36
37 #featured .bar-1 .widget_special .title,
38 #featured .bar-2 .widget_special .title,
39 #featured .bar-3 .widget_special .title {
40 background-image: url("../img/bg-featured-title.png");
41 }
42
43 #featured-wrap {
44 background-image: url("../img/bg-featured-wrap.png");
45 }
46
47 #featured .widget_special .content {
48 background-image: url('../img/bg-featured-page-content.png');
49 }
50
51 a:link,
52 a:visited,
53 h3,
54 .contenu-principal .h1,
55 #menubar ul li:hover a,
56 #menubar ul li.hover a,
57 #menubar ul li:hover ul li:hover a,
58 #menubar ul li.hover ul li.hover a,
59 #menubar ul li:hover ul li.active a,
60 #menubar ul li.hover ul li.active a {
61 color: #F39200;
62 }
63
64 #slideshow-box .item .meta .datecat {
65 color: #585856;
66 }
67
68 li.post > a {
69 background-color: #FFF;
70 }
71
72 li.widget {
73 list-style-type: none;
74 }