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