From: Ludovic CHEVALIER Date: Wed, 20 Dec 2017 11:47:33 +0000 (+0100) Subject: [CSS] premier jet X-Git-Tag: v3.3.0~72 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=acdc974c3f09644e930d9fdd110c88ffdbab5eca;p=lhc%2Fweb%2Fwww.git [CSS] premier jet --- diff --git a/ressources/img/maillons.svg b/ressources/img/maillons.svg new file mode 100644 index 00000000..1ffc7ef7 --- /dev/null +++ b/ressources/img/maillons.svg @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/plugins/skel_lhc/habillage/skel_lhc.css b/www/plugins/skel_lhc/habillage/skel_lhc.css index def0bb13..874d7190 100644 --- a/www/plugins/skel_lhc/habillage/skel_lhc.css +++ b/www/plugins/skel_lhc/habillage/skel_lhc.css @@ -1,3 +1,70 @@ -#header-wrap, #featured-wrap { +#header-wrap, #main-wrap, #footer-wrap { + background-color: #585856; +} + +#header-wrap, #main-wrap, #footer-wrap { + background-image: url("../img/bg-header-wrap.png"); +} + +#formulaire_recherche .submit, +.sidebar .liste h2, +.sidebar .formulaire_spip legend:first-child, +.formulaire_spip h2:first-child, +.contact-form { background-color: #F39200; } + +.contact-form .formulaire_spip .submit { + background-color: #C97B00; +} + +#recherche { + height: 28px; +} + +#slideshow-box { + background-image: url("../img/bg-slideshow.png"); +} + +#slideshow-controller button { + background-image: url("../img/button-slideshow.png"); +} + +#featured .bar-1 .widget_special .title, +#featured .bar-2 .widget_special .title, +#featured .bar-3 .widget_special .title { + background-image: url("../img/bg-featured-title.png"); +} + +#featured-wrap { + background-image: url("../img/bg-featured-wrap.png"); +} + +#featured .widget_special .content { + background-image: url('../img/bg-featured-page-content.png'); +} + +a:link, +a:visited, +h3, +.contenu-principal .h1, +#menubar ul li:hover a, +#menubar ul li.hover a, +#menubar ul li:hover ul li:hover a, +#menubar ul li.hover ul li.hover a, +#menubar ul li:hover ul li.active a, +#menubar ul li.hover ul li.active a { + color: #F39200; +} + +#slideshow-box .item .meta .datecat { + color: #585856; +} + +li.post > a { + background-color: #FFF; +} + +li.widget { + list-style-type: none; +} diff --git a/www/plugins/skel_lhc/img/bg-featured-page-content.png b/www/plugins/skel_lhc/img/bg-featured-page-content.png new file mode 100644 index 00000000..6ea7c441 Binary files /dev/null and b/www/plugins/skel_lhc/img/bg-featured-page-content.png differ diff --git a/www/plugins/skel_lhc/img/bg-featured-title.png b/www/plugins/skel_lhc/img/bg-featured-title.png new file mode 100644 index 00000000..a9e0187d Binary files /dev/null and b/www/plugins/skel_lhc/img/bg-featured-title.png differ diff --git a/www/plugins/skel_lhc/img/bg-featured-wrap.png b/www/plugins/skel_lhc/img/bg-featured-wrap.png index cac0d093..14eb2e9c 100644 Binary files a/www/plugins/skel_lhc/img/bg-featured-wrap.png and b/www/plugins/skel_lhc/img/bg-featured-wrap.png differ diff --git a/www/plugins/skel_lhc/img/bg-header-wrap.png b/www/plugins/skel_lhc/img/bg-header-wrap.png new file mode 100644 index 00000000..82e7d1c6 Binary files /dev/null and b/www/plugins/skel_lhc/img/bg-header-wrap.png differ diff --git a/www/plugins/skel_lhc/img/bg-slideshow.png b/www/plugins/skel_lhc/img/bg-slideshow.png new file mode 100644 index 00000000..5e759e65 Binary files /dev/null and b/www/plugins/skel_lhc/img/bg-slideshow.png differ diff --git a/www/plugins/skel_lhc/img/button-slideshow.png b/www/plugins/skel_lhc/img/button-slideshow.png new file mode 100644 index 00000000..501af54b Binary files /dev/null and b/www/plugins/skel_lhc/img/button-slideshow.png differ