diff --git a/sites/all/themes/figureslibres/clameurs/clameurs.info b/sites/all/themes/figureslibres/clameurs/clameurs.info index 8c240fa9..2041c207 100755 --- a/sites/all/themes/figureslibres/clameurs/clameurs.info +++ b/sites/all/themes/figureslibres/clameurs/clameurs.info @@ -10,6 +10,7 @@ engine = "phptemplate" ;----------// Styles stylesheets[all][] = "bower_components/normalize-css/normalize.css" +stylesheets[all][] = "fonts/aileron/aileron.css" stylesheets[all][] = "css/dist/styles.css" ; non-semantic helper classes ; Please define your styles before this section. diff --git a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css index ae866dba..0ac1ed9b 100755 --- a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css +++ b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css @@ -1,14 +1,10 @@ -/** +/** * Primary Drupal Styles * Author: Bachir Soussi Chiadmi */ body { font-size: 16px; - font-family: Arial, "MS Trebuchet", sans-serif; } - -a { - color: #007BC2; - text-decoration: none; } + font-family: "aileron", Arial, "MS Trebuchet", sans-serif; } h1 { font-size: 1.6em; } @@ -56,67 +52,85 @@ body.no-sidebars #center { width: 18%; } #header, #main, #footer { - padding: 1em; } - -body { - background-color: #DFDFDF; } + padding: 0; } #container { width: 1024px; - margin: 0 auto; - background-color: #FFF; } + margin: 0 auto; } -#header, #footer { - background-color: #535353; - color: #fff; } +#header h1 { + display: block; + height: 335px; + background-image: url(../../images/logo.png); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + text-indent: -2000px; + overflow: hidden; + margin: 0; } -.block, .panel-pane { - border: 1px solid #D1D1D1; - padding: 0.5em; - margin: 0.5em; - border-radius: 5px; - background-color: #EAEAEA; } +#header h2 { + text-align: center; + color: #20c498; } -.footer-block .block { - background-color: #353535; - border: 1px solid #1a1a1a; } +#node-63 { + color: #1f04a1; } + +.panel-2col-stacked { + background-position: center; + background-size: contain; + background-repeat: no-repeat; } + .panel-2col-stacked .field-name-field-emvideo img { + width: 100%; } + .panel-2col-stacked .panel-col-top h2 { + color: #fb3f08; } + .panel-2col-stacked .center-wrapper .panel-col-first { + width: 70%; } + .panel-2col-stacked .center-wrapper .panel-col-last { + width: 30%; } + .panel-2col-stacked .center-wrapper .panel-col-last .field-name-body { + display: none; } + .panel-2col-stacked .panel-col-bottom .field-name-field-episodes > .field-items { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: justify; + justify-content: space-between; } + .panel-2col-stacked .panel-col-bottom .field-name-field-episodes > .field-items > .field-item { + display: block; + width: 19%; } + .panel-2col-stacked .panel-col-bottom .field-name-body { + display: none; } + +#mini-panel-th_matique { + background-image: url(../../images/fond-theme-0.png); } + +#mini-panel-th_matique-1 { + background-image: url(../../images/fond-theme-0.png); } + +#mini-panel-th_matique-2 { + background-image: url(../../images/fond-theme-0.png); } + +#mini-panel-th_matique-3 { + background-image: url(../../images/fond-theme-0.png); } + +#mini-panel-th_matique-4 { + background-image: url(../../images/fond-theme-0.png); } + +#mini-panel-th_matique-5 { + background-image: url(../../images/fond-theme-0.png); } #footer-bottom { text-align: center; } #footer-bottom .block { background-color: transparent; - border: 0 solid #999; font-size: 0.7em; } #content { padding: 1em; } -.logo h1, h1.page-title { - font-size: 2em; } - -#header ul.menu li, -#content-top ul.menu li, -#content-bottom ul.menu li, -#footer ul.menu li { - display: inline-block; - vertical-align: top; } - -.views-row { - margin-bottom: 1em; } - -.views-field-title { - font-size: 1.1em; - font-weight: bold; } - -.views-field-title a { - color: #444444; - text-decoration: none; } - -li, .item-list ul li { - list-style: none inside url(); - margin-left: 0; } - /** Messages. */ div.messages { padding: 9px; @@ -155,15 +169,12 @@ ul.primary, .views-admin-links ul { list-style: none; margin: 5px; height: auto; - line-height: normal; - border-bottom: 1px solid #bbb; } + line-height: normal; } ul.primary li, .views-admin-links li { display: inline; } ul.primary li a, .views-admin-links li a { - background-color: #ddd; - border-color: #bbb; border-width: 1px; border-style: solid solid none solid; height: auto; @@ -174,34 +185,6 @@ ul.primary li a, .views-admin-links li a { border-top-left-radius: 5px; border-top-right-radius: 5px; } -ul.primary li.active a { - background-color: #fff; - border: 1px solid #bbb; - border-bottom: #fff 1px solid; } - -ul.primary li a:hover, .views-admin-links li a:hover { - background-color: #eee; - border-color: #ccc; - border-bottom-color: #eee; } - -ul.secondary { - border-bottom: 1px solid #bbb; - padding: 0.5em 1em; - margin: 5px; } - -ul.secondary li { - display: inline; - padding: 0 1em; - border-right: 1px solid #ccc; - /* LTR */ } - -ul.secondary a { - padding: 0; - text-decoration: none; } - -ul.secondary a.active { - border-bottom: 4px solid #999; } - /** Form */ #node-form .form-region-main { border-right: 1px solid #BFBFBF; diff --git a/sites/all/themes/figureslibres/clameurs/css/styles.scss b/sites/all/themes/figureslibres/clameurs/css/styles.scss index 20a1f82a..17f1ca94 100755 --- a/sites/all/themes/figureslibres/clameurs/css/styles.scss +++ b/sites/all/themes/figureslibres/clameurs/css/styles.scss @@ -1,13 +1,16 @@ -/** +/** * Primary Drupal Styles * Author: Bachir Soussi Chiadmi */ -body{font-size:16px; font-family: Arial, "MS Trebuchet", sans-serif;} +body{ + font-size:16px; + font-family: "aileron", Arial, "MS Trebuchet", sans-serif; +} -a{color: #007BC2; text-decoration: none;} +// a{color: #007BC2; text-decoration: none;} h1{font-size:1.6em;} @@ -19,7 +22,14 @@ h6{font-size:1.1em;} input{font-family: Arial, "MS Trebuchet", sans-serif; font-size:0.8em;} - +// __ +// _________ / /___ __________ +// / ___/ __ \/ / __ \/ ___/ ___/ +// / /__/ /_/ / / /_/ / / (__ ) +// \___/\____/_/\____/_/ /____/ +$vert : #20c498; +$bleu : #1f04a1; +$rouge : #fb3f08; /** layout */ #center, #sidebar-first, #sidebar-second, .footer-block .region, .header-block{ display:inline-block; vertical-align: top;} @@ -32,43 +42,129 @@ body.no-sidebars #center { width: 100%; } #sidebar-first { width: 24%; } #sidebar-second { width: 18%; } -#header, #main, #footer{ padding:1em; } +#header, #main, #footer{ padding:0; } -body{background-color: #DFDFDF;} +body{ -#container{width:1024px; margin:0 auto; background-color: #FFF;} - -#header, #footer{background-color: #535353; color:#fff;} - -.block, .panel-pane{ - border: 1px solid #D1D1D1; padding:0.5em; margin:0.5em; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - background-color: #EAEAEA; } +#container{ + width:1024px; margin:0 auto; +} + +#header{ + h1{ + display:block; + height:335px; + background-image: url(../../images/logo.png); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + text-indent: -2000px; + overflow: hidden; + margin: 0; + } + h2{ + text-align: center; + color:$vert; + } +} + +// about +#node-63{ + color:$bleu; +} + +// thematique +.panel-2col-stacked{ + + background-position: center; + background-size: contain; + background-repeat: no-repeat; + + .field-name-field-emvideo img{ + width: 100%; + } + .panel-col-top h2{ + color: $rouge; + } + .center-wrapper{ + .panel-col-first{ + width:70%; + } + .panel-col-last{ + width:30%; + .field-name-body{ + display:none; + } + } + } + .panel-col-bottom{ + .field-name-field-episodes{ + // letter-spacing: -0.25em; + &>.field-items{ + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + &>.field-item{ + display: block; + // letter-spacing: normal; + // display: inline-block; + width:19%; + // padding-right:1%; + } + } + } + .field-name-body{ + display:none; + } + } +} +#mini-panel-th_matique{ + background-image: url(../../images/fond-theme-0.png); +} +#mini-panel-th_matique-1{ + background-image: url(../../images/fond-theme-0.png); +} +#mini-panel-th_matique-2{ + background-image: url(../../images/fond-theme-0.png); +} +#mini-panel-th_matique-3{ + background-image: url(../../images/fond-theme-0.png); +} +#mini-panel-th_matique-4{ + background-image: url(../../images/fond-theme-0.png); +} +#mini-panel-th_matique-5{ + background-image: url(../../images/fond-theme-0.png); +} + + +#footer{ + +} + +// .block, .panel-pane{ +// border: 1px solid #D1D1D1; padding:0.5em; margin:0.5em; +// -moz-border-radius: 5px; +// -webkit-border-radius: 5px; +// border-radius: 5px; +// background-color: #EAEAEA; +// } + .footer-block .block{ - background-color: #353535; border: 1px solid #1a1a1a; + // background-color: #353535; border: 1px solid #1a1a1a; } #footer-bottom{ text-align: center;} -#footer-bottom .block{ background-color: transparent; border: 0 solid #999; font-size:0.7em;} +#footer-bottom .block{ + background-color: transparent; + // border: 0 solid #999; + font-size:0.7em; +} #content{padding:1em;} -.logo h1, h1.page-title{font-size:2em;} -#header ul.menu li, -#content-top ul.menu li, -#content-bottom ul.menu li, -#footer ul.menu li{display:inline-block; vertical-align:top; } - -.views-row{margin-bottom:1em;} - -.views-field-title{font-size:1.1em; font-weight:bold;} -.views-field-title a{color: #444444; text-decoration:none;} - -li, .item-list ul li{list-style: none inside url(); margin-left:0;} /** Messages. */ @@ -81,7 +177,7 @@ div.messages { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; - + } div.warning { @@ -111,7 +207,7 @@ div.status { /** Tab navigation */ ul.primary, .views-admin-links ul { - font:13px/1.231 sans-serif; *font-size:small; + font:13px/1.231 sans-serif; *font-size:small; border-collapse: collapse; padding: 0 0 0 1em; /* LTR */ white-space: nowrap; @@ -119,15 +215,15 @@ ul.primary, .views-admin-links ul { margin: 5px; height: auto; line-height: normal; - border-bottom: 1px solid #bbb; + // border-bottom: 1px solid #bbb; } ul.primary li, .views-admin-links li{ display: inline; - + } ul.primary li a, .views-admin-links li a { - background-color: #ddd; - border-color: #bbb; + // background-color: #ddd; + // border-color: #bbb; border-width: 1px; border-style: solid solid none solid; height: auto; @@ -141,35 +237,35 @@ ul.primary li a, .views-admin-links li a { -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; } -ul.primary li.active a { - background-color: #fff; - border: 1px solid #bbb; - border-bottom: #fff 1px solid; -} -ul.primary li a:hover, .views-admin-links li a:hover{ - background-color: #eee; - border-color: #ccc; - border-bottom-color: #eee; -} - -ul.secondary { - border-bottom: 1px solid #bbb; - padding: 0.5em 1em; - margin: 5px; -} -ul.secondary li { - display: inline; - padding: 0 1em; - border-right: 1px solid #ccc; /* LTR */ -} -ul.secondary a { - padding: 0; - text-decoration: none; -} -ul.secondary a.active { - border-bottom: 4px solid #999; -} +// ul.primary li.active a { +// background-color: #fff; +// border: 1px solid #bbb; +// border-bottom: #fff 1px solid; +// } +// ul.primary li a:hover, .views-admin-links li a:hover{ +// background-color: #eee; +// border-color: #ccc; +// border-bottom-color: #eee; +// } +// ul.secondary { +// border-bottom: 1px solid #bbb; +// padding: 0.5em 1em; +// margin: 5px; +// } +// ul.secondary li { +// display: inline; +// padding: 0 1em; +// border-right: 1px solid #ccc; /* LTR */ +// } +// ul.secondary a { +// padding: 0; +// text-decoration: none; +// } +// ul.secondary a.active { +// border-bottom: 4px solid #999; +// } +// /** Form */ @@ -228,7 +324,7 @@ input.form-text{max-width:95%;} /** TABLE */ -table{width:100%; +table{width:100%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-black-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-black-webfont.woff new file mode 100644 index 00000000..e762c246 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-black-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-black-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-black-webfont.woff2 new file mode 100644 index 00000000..35956a0f Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-black-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-blackitalic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-blackitalic-webfont.woff new file mode 100644 index 00000000..964ca762 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-blackitalic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-blackitalic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-blackitalic-webfont.woff2 new file mode 100644 index 00000000..80a065fa Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-blackitalic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bold-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bold-webfont.woff new file mode 100644 index 00000000..4c77bc12 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bold-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bold-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bold-webfont.woff2 new file mode 100644 index 00000000..d743e100 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bold-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bolditalic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bolditalic-webfont.woff new file mode 100644 index 00000000..c10e0a13 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bolditalic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bolditalic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bolditalic-webfont.woff2 new file mode 100644 index 00000000..b007f44e Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-bolditalic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavy-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavy-webfont.woff new file mode 100644 index 00000000..9fea5969 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavy-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavy-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavy-webfont.woff2 new file mode 100644 index 00000000..1dc14f39 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavy-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavyitalic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavyitalic-webfont.woff new file mode 100644 index 00000000..9f7e26d4 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavyitalic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavyitalic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavyitalic-webfont.woff2 new file mode 100644 index 00000000..0d484997 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-heavyitalic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-italic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-italic-webfont.woff new file mode 100644 index 00000000..778fdb64 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-italic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-italic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-italic-webfont.woff2 new file mode 100644 index 00000000..b4b42ad8 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-italic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-light-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-light-webfont.woff new file mode 100644 index 00000000..f217c0b5 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-light-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-light-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-light-webfont.woff2 new file mode 100644 index 00000000..c425a0da Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-light-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-lightitalic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-lightitalic-webfont.woff new file mode 100644 index 00000000..11144ca7 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-lightitalic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-lightitalic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-lightitalic-webfont.woff2 new file mode 100644 index 00000000..0bffaa28 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-lightitalic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-regular-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-regular-webfont.woff new file mode 100644 index 00000000..033b5d4e Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-regular-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-regular-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-regular-webfont.woff2 new file mode 100644 index 00000000..db893809 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-regular-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibold-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibold-webfont.woff new file mode 100644 index 00000000..fa5ca837 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibold-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibold-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibold-webfont.woff2 new file mode 100644 index 00000000..c3239588 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibold-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibolditalic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibolditalic-webfont.woff new file mode 100644 index 00000000..68eeda0e Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibolditalic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibolditalic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibolditalic-webfont.woff2 new file mode 100644 index 00000000..c03185e5 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-semibolditalic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thin-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thin-webfont.woff new file mode 100644 index 00000000..d1166f76 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thin-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thin-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thin-webfont.woff2 new file mode 100644 index 00000000..04403db8 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thin-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thinitalic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thinitalic-webfont.woff new file mode 100644 index 00000000..5d408f38 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thinitalic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thinitalic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thinitalic-webfont.woff2 new file mode 100644 index 00000000..e0ae9822 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-thinitalic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralight-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralight-webfont.woff new file mode 100644 index 00000000..6068ce79 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralight-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralight-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralight-webfont.woff2 new file mode 100644 index 00000000..3b1fcc62 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralight-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralightitalic-webfont.woff b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralightitalic-webfont.woff new file mode 100644 index 00000000..d2425510 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralightitalic-webfont.woff differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralightitalic-webfont.woff2 b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralightitalic-webfont.woff2 new file mode 100644 index 00000000..0f1b8d98 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron-ultralightitalic-webfont.woff2 differ diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron.css b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron.css new file mode 100644 index 00000000..c969ebc7 --- /dev/null +++ b/sites/all/themes/figureslibres/clameurs/fonts/aileron/aileron.css @@ -0,0 +1,115 @@ +/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 6, 2017 */ + +@font-face { + font-family: 'aileron'; + src: url('aileron-thin-webfont.woff2') format('woff2'), + url('aileron-thin-webfont.woff') format('woff'); + font-weight: 200; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-thinitalic-webfont.woff2') format('woff2'), + url('aileron-thinitalic-webfont.woff') format('woff'); + font-weight: 200; + font-style: italic; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-ultralight-webfont.woff2') format('woff2'), + url('aileron-ultralight-webfont.woff') format('woff'); + font-weight: 300; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-ultralightitalic-webfont.woff2') format('woff2'), + url('aileron-ultralightitalic-webfont.woff') format('woff'); + font-weight: 300; + font-style: italic; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-light-webfont.woff2') format('woff2'), + url('aileron-light-webfont.woff') format('woff'); + font-weight: 400; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-lightitalic-webfont.woff2') format('woff2'), + url('aileron-lightitalic-webfont.woff') format('woff'); + font-weight: 400; + font-style: italic; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-regular-webfont.woff2') format('woff2'), + url('aileron-regular-webfont.woff') format('woff'); + font-weight: 500; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-italic-webfont.woff2') format('woff2'), + url('aileron-italic-webfont.woff') format('woff'); + font-weight: 500; + font-style: italic; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-semibold-webfont.woff2') format('woff2'), + url('aileron-semibold-webfont.woff') format('woff'); + font-weight: 600; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-semibolditalic-webfont.woff2') format('woff2'), + url('aileron-semibolditalic-webfont.woff') format('woff'); + font-weight: 600; + font-style: italic; +} + +@font-face { + font-family: 'aileron'; + src: url('aileron-bold-webfont.woff2') format('woff2'), + url('aileron-bold-webfont.woff') format('woff'); + font-weight: 700; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-bolditalic-webfont.woff2') format('woff2'), + url('aileron-bolditalic-webfont.woff') format('woff'); + font-weight: 700; + font-style: italic; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-black-webfont.woff2') format('woff2'), + url('aileron-black-webfont.woff') format('woff'); + font-weight: 800; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-blackitalic-webfont.woff2') format('woff2'), + url('aileron-blackitalic-webfont.woff') format('woff'); + font-weight: 800; + font-style: italic; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-heavy-webfont.woff2') format('woff2'), + url('aileron-heavy-webfont.woff') format('woff'); + font-weight: 900; + font-style: normal; +} +@font-face { + font-family: 'aileron'; + src: url('aileron-heavyitalic-webfont.woff2') format('woff2'), + url('aileron-heavyitalic-webfont.woff') format('woff'); + font-weight: 900; + font-style: italic; +} diff --git a/sites/all/themes/figureslibres/clameurs/fonts/aileron/stylesheet.css b/sites/all/themes/figureslibres/clameurs/fonts/aileron/stylesheet.css new file mode 100644 index 00000000..21d9fc1e --- /dev/null +++ b/sites/all/themes/figureslibres/clameurs/fonts/aileron/stylesheet.css @@ -0,0 +1 @@ +/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 6, 2017 */ diff --git a/sites/all/themes/figureslibres/clameurs/images/fond-theme-0.png b/sites/all/themes/figureslibres/clameurs/images/fond-theme-0.png new file mode 100644 index 00000000..c2349798 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/images/fond-theme-0.png differ diff --git a/sites/all/themes/figureslibres/clameurs/images/fond-theme-0.svg b/sites/all/themes/figureslibres/clameurs/images/fond-theme-0.svg new file mode 100644 index 00000000..2807447b --- /dev/null +++ b/sites/all/themes/figureslibres/clameurs/images/fond-theme-0.svg @@ -0,0 +1,476 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/sites/all/themes/figureslibres/clameurs/images/fond-theme-1.svg b/sites/all/themes/figureslibres/clameurs/images/fond-theme-1.svg new file mode 100644 index 00000000..6695dbc6 --- /dev/null +++ b/sites/all/themes/figureslibres/clameurs/images/fond-theme-1.svg @@ -0,0 +1,479 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/sites/all/themes/figureslibres/clameurs/images/logo.png b/sites/all/themes/figureslibres/clameurs/images/logo.png new file mode 100644 index 00000000..8bd1ea19 Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/images/logo.png differ diff --git a/sites/all/themes/figureslibres/clameurs/images/logo.svg b/sites/all/themes/figureslibres/clameurs/images/logo.svg new file mode 100644 index 00000000..dbd05678 --- /dev/null +++ b/sites/all/themes/figureslibres/clameurs/images/logo.svg @@ -0,0 +1,3342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/sites/all/themes/figureslibres/clameurs/images/video_overlay.png b/sites/all/themes/figureslibres/clameurs/images/video_overlay.png new file mode 100644 index 00000000..8fdbaaaf Binary files /dev/null and b/sites/all/themes/figureslibres/clameurs/images/video_overlay.png differ diff --git a/sites/all/themes/figureslibres/clameurs/preprocess/page.pre.php b/sites/all/themes/figureslibres/clameurs/preprocess/page.pre.php index 233e36ab..030d03a8 100755 --- a/sites/all/themes/figureslibres/clameurs/preprocess/page.pre.php +++ b/sites/all/themes/figureslibres/clameurs/preprocess/page.pre.php @@ -25,7 +25,7 @@ if ($vars['site_name']) { // $site_fields[] = check_plain($vars['site_slogan']); // } -$vars['site_title'] = '

'. implode(' ', $site_fields) .'

'; +$vars['site_title'] = implode(' ', $site_fields);