X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fskel_lhc%2Fhabillage%2Fskel_lhc.css;h=c6f6aa661acd82537e95659f8c054f3f1e32bcdf;hb=3b107b6fa0d71199d48fd947d69d5b6b982cf5ac;hp=6b55d81fec8d86dbda7fd18257f567eb90c0894d;hpb=d93efc28b086ef9774b7d690cceae2f8862018e4;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/skel_lhc/habillage/skel_lhc.css b/www/plugins/skel_lhc/habillage/skel_lhc.css index 6b55d81f..c6f6aa66 100644 --- a/www/plugins/skel_lhc/habillage/skel_lhc.css +++ b/www/plugins/skel_lhc/habillage/skel_lhc.css @@ -1,17 +1,48 @@ -#header-wrap, #main-wrap, #footer-wrap { +@import url(https://fonts.googleapis.com/css?family=Sansita+One|Open+Sans:400,400italic); + +#header-wrap, #footer-wrap { background-color: #585856; } -#header-wrap, #main-wrap, #footer-wrap { +#header-wrap, #footer-wrap { background-image: url("../img/bg-header-wrap.png"); } +#header-wrap { + margin-bottom: 0; +} + +#main-wrap { + background: none; + padding-top: 8px; +} + +.accueil { + margin-top: 15px; +} + +#nav { + margin-top: 0; +} + #formulaire_recherche .submit, .sidebar .liste h2, .sidebar .formulaire_spip legend:first-child, .formulaire_spip h2:first-child, .contact-form { background-color: #F39200; + float:none; + width: auto; +} + +#main { + padding: 20px; + background-color: #FFF; + color: #16212c +} + +.sidebar .widget, .sidebar .liste { + background-color: #585856; } .contact-form .formulaire_spip .submit { @@ -52,6 +83,22 @@ background-image: url('../img/bg-featured-page-content.png'); } +#featured .widget_special .title { + padding: 0 20px; +} + +#featured .spip_logos { + float: none; + display: block; + margin-left: auto; + margin-right: auto; + padding: 1px; +} + +.cartouche { + float: right; +} + a:link, a:visited, h3, @@ -65,6 +112,15 @@ h3, color: #F39200; } +h3.title { + height: 54px; + overflow: hidden; +} + +#secondary { + color: #fff; +} + #secondary.sidebar a:link { color: #fff; font-weight: bold; @@ -76,3 +132,18 @@ li.post > a { li.widget { list-style-type: none; } + +.info_art { + width: 193px; +} + +blockquote { + border: none; + background-color: #0000001a; +} + +dl.spip_documents { + background: none; + color: #16212c; + border: none; +}