diff --git a/css/media-queries.css b/css/media-queries.css index b6d426d..268cda2 100644 --- a/css/media-queries.css +++ b/css/media-queries.css @@ -356,8 +356,6 @@ div#nav-logo { } -} - /* Goals ------------------------------------*/ diff --git a/css/style.css b/css/style.css index 815caab..4de9ede 100644 --- a/css/style.css +++ b/css/style.css @@ -196,7 +196,17 @@ figcaption { line-height: 1; } +/***** Banner for translation ********************/ +.translation_banner { + color: black; + background-color: #CACAC8; + padding-top: 1em; + padding-bottom: 4em; + padding-left: 2em; + padding-right: 2em; + text-align: center; + } /************************************************/ @@ -221,7 +231,6 @@ figcaption { background-position: right bottom; background-size: cover !important; -webkit-background-size: cover !important; - -moz-background-size: cover; -o-background-size: cover; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); @@ -908,18 +917,6 @@ img.transparent { /* Goals ------------------------------------*/ - -#.goal { -# color: #555; -# background-color: #FFF; -# /*border: 5px double #8EB726;*/ -# border: none; -# border-radius: 10px; -# padding-bottom: 5px; -# box-shadow: 10px 10px 38px 0px rgba(0, 0, 0, 0.25); -# margin-bottom: 20%; -#} - .goals { position: relative; display: flex; @@ -1133,7 +1130,7 @@ textarea { } #accordion hr { - border-top: 1 solid #E3E3E3; + border-top: 1px solid #E3E3E3; } .vertical ol { @@ -1429,7 +1426,6 @@ footer a:hover, footer a:focus { color: #1F5C60; } cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; - -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(255, 255, 255, .3); diff --git a/templates/modular.html.twig b/templates/modular.html.twig index 308f0a5..dbfcf72 100644 --- a/templates/modular.html.twig +++ b/templates/modular.html.twig @@ -4,10 +4,14 @@ {% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %} {% block content %} + {{ page.content|raw }}