[CSS] +cartouche flottante
[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 float:none;
33 width: auto;
34 }
35
36 #main {
37 padding: 20px;
38 background-color: #FFF;
39 color: #16212c
40 }
41
42 .sidebar .widget, .sidebar .liste {
43 background-color: #585856;
44 }
45
46 .contact-form .formulaire_spip .submit {
47 background-color: #C97B00;
48 }
49
50 #recherche {
51 height: 28px;
52 }
53
54 #slideshow-box {
55 background-image: url("../img/bg-slideshow.png");
56 }
57
58 #slideshow-box .item .meta {
59 text-shadow: none;
60 }
61
62 #slideshow-box .item .meta .datecat {
63 color: #585856;
64 }
65
66 #slideshow-controller button {
67 background-image: url("../img/button-slideshow.png");
68 }
69
70 #featured .bar-1 .widget_special .title,
71 #featured .bar-2 .widget_special .title,
72 #featured .bar-3 .widget_special .title {
73 background-image: url("../img/bg-featured-title.png");
74 }
75
76 #featured-wrap {
77 background-image: url("../img/bg-featured-wrap.png");
78 }
79
80 #featured .widget_special .content {
81 background-image: url('../img/bg-featured-page-content.png');
82 }
83
84 #featured .widget_special .title {
85 padding: 0 20px;
86 }
87
88 #featured .spip_logos {
89 float: none;
90 display: block;
91 margin-left: auto;
92 margin-right: auto;
93 padding: 1px;
94 }
95
96 .cartouche {
97 float: right;
98 }
99
100 a:link,
101 a:visited,
102 h3,
103 .contenu-principal .h1,
104 #menubar ul li:hover a,
105 #menubar ul li.hover a,
106 #menubar ul li:hover ul li:hover a,
107 #menubar ul li.hover ul li.hover a,
108 #menubar ul li:hover ul li.active a,
109 #menubar ul li.hover ul li.active a {
110 color: #F39200;
111 }
112
113 h3.title {
114 height: 54px;
115 overflow: hidden;
116 }
117
118 #secondary {
119 color: #fff;
120 }
121
122 #secondary.sidebar a:link {
123 color: #fff;
124 font-weight: bold;
125 }
126 li.post > a {
127 background-color: #FFF;
128 }
129
130 li.widget {
131 list-style-type: none;
132 }
133
134 .info_art {
135 width: 193px;
136 }
137
138 blockquote {
139 border: none;
140 background-color: #0000001a;
141 }