[CSS] ~lecture sur fond blanc
[lhc/web/www.git] / www / plugins / skel_lhc / habillage / skel_lhc.css
1 #header-wrap, #footer-wrap {
2 background-color: #585856;
3 }
4
5 #header-wrap, #footer-wrap {
6 background-image: url("../img/bg-header-wrap.png");
7 }
8
9 #header-wrap {
10 margin-bottom: 0;
11 }
12
13 #main-wrap {
14 background: none;
15 padding-top: 8px;
16 }
17
18 .accueil {
19 margin-top: 15px;
20 }
21
22 #nav {
23 margin-top: 0;
24 }
25
26 #formulaire_recherche .submit,
27 .sidebar .liste h2,
28 .sidebar .formulaire_spip legend:first-child,
29 .formulaire_spip h2:first-child,
30 .contact-form {
31 background-color: #F39200;
32 }
33
34 #main {
35 padding: 20px;
36 background-color: #FFF;
37 color: #16212c
38 }
39
40 .sidebar .widget, .sidebar .liste {
41 background-color: #585856;
42 }
43
44 .contact-form .formulaire_spip .submit {
45 background-color: #C97B00;
46 }
47
48 #recherche {
49 height: 28px;
50 }
51
52 #slideshow-box {
53 background-image: url("../img/bg-slideshow.png");
54 }
55
56 #slideshow-box .item .meta {
57 text-shadow: none;
58 }
59
60 #slideshow-box .item .meta .datecat {
61 color: #585856;
62 }
63
64 #slideshow-controller button {
65 background-image: url("../img/button-slideshow.png");
66 }
67
68 #featured .bar-1 .widget_special .title,
69 #featured .bar-2 .widget_special .title,
70 #featured .bar-3 .widget_special .title {
71 background-image: url("../img/bg-featured-title.png");
72 }
73
74 #featured-wrap {
75 background-image: url("../img/bg-featured-wrap.png");
76 }
77
78 #featured .widget_special .content {
79 background-image: url('../img/bg-featured-page-content.png');
80 }
81
82 #featured .widget_special .title {
83 padding: 0 20px;
84 }
85
86 #featured .spip_logos {
87 float: none;
88 display: block;
89 margin-left: auto;
90 margin-right: auto;
91 padding: 1px;
92 }
93
94 a:link,
95 a:visited,
96 h3,
97 .contenu-principal .h1,
98 #menubar ul li:hover a,
99 #menubar ul li.hover a,
100 #menubar ul li:hover ul li:hover a,
101 #menubar ul li.hover ul li.hover a,
102 #menubar ul li:hover ul li.active a,
103 #menubar ul li.hover ul li.active a {
104 color: #F39200;
105 }
106
107 h3.title {
108 height: 54px;
109 overflow: hidden;
110 }
111
112 #secondary.sidebar a:link {
113 color: #fff;
114 font-weight: bold;
115 }
116 li.post > a {
117 background-color: #FFF;
118 }
119
120 li.widget {
121 list-style-type: none;
122 }
123
124 .info_art {
125 width: 193px;
126 }