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