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