0f8f36e96855f840c6a9e5205c23c58e02157a93
[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 #featured .widget_special .title {
64 padding: 0 20px;
65 }
66
67 #featured .spip_logos {
68 float: none;
69 display: block;
70 margin-left: auto;
71 margin-right: auto;
72 padding: 1px;
73 }
74
75 a:link,
76 a:visited,
77 h3,
78 .contenu-principal .h1,
79 #menubar ul li:hover a,
80 #menubar ul li.hover a,
81 #menubar ul li:hover ul li:hover a,
82 #menubar ul li.hover ul li.hover a,
83 #menubar ul li:hover ul li.active a,
84 #menubar ul li.hover ul li.active a {
85 color: #F39200;
86 }
87
88 h3.title {
89 height: 54px;
90 overflow: hidden;
91 }
92
93 #secondary.sidebar a:link {
94 color: #fff;
95 font-weight: bold;
96 }
97 li.post > a {
98 background-color: #FFF;
99 }
100
101 li.widget {
102 list-style-type: none;
103 }