diff --git a/www/wp-content/themes/ation2016/functions.php b/www/wp-content/themes/ation2016/functions.php index 26e02a7..0377eab 100755 --- a/www/wp-content/themes/ation2016/functions.php +++ b/www/wp-content/themes/ation2016/functions.php @@ -53,6 +53,7 @@ function add_to_twig( $twig ) { } function loadScripts() { + wp_enqueue_style( 'bootstrap', get_template_directory_uri() . '/static/vendor/bootstrap.min.css' ); wp_enqueue_style( 'main', get_template_directory_uri() . '/static/styles/site.min.css' ); wp_enqueue_script( 'main', get_template_directory_uri() . '/static/scripts/main.min.js', array('jquery'), '1.0.0', true ); } diff --git a/www/wp-content/themes/ation2016/src/styles/components/_header.scss b/www/wp-content/themes/ation2016/src/styles/components/_header.scss index 331c023..c94a90e 100644 --- a/www/wp-content/themes/ation2016/src/styles/components/_header.scss +++ b/www/wp-content/themes/ation2016/src/styles/components/_header.scss @@ -1,4 +1,6 @@ -.header-logo { - max-width: 300px; - display: block; +header { + .header-logo { + max-width: 300px; + display: block; + } } \ No newline at end of file diff --git a/www/wp-content/themes/ation2016/static/styles/site.css b/www/wp-content/themes/ation2016/static/styles/site.css index 76cdb59..f91aa96 100644 --- a/www/wp-content/themes/ation2016/static/styles/site.css +++ b/www/wp-content/themes/ation2016/static/styles/site.css @@ -4,7 +4,7 @@ h1, h2, h3, h4, h5, h6 { p, li, span { font-family: "Times New Roman", serif; } -.header-logo { +header .header-logo { max-width: 300px; display: block; } diff --git a/www/wp-content/themes/ation2016/static/styles/site.min.css b/www/wp-content/themes/ation2016/static/styles/site.min.css index 03f9403..ed115c2 100644 --- a/www/wp-content/themes/ation2016/static/styles/site.min.css +++ b/www/wp-content/themes/ation2016/static/styles/site.min.css @@ -1,2 +1,2 @@ -h1,h2,h3,h4,h5,h6{font-family:Arial,sans-serif}li,p,span{font-family:"Times New Roman",serif}.header-logo{max-width:300px;display:block}img{max-width:100%;display:block;height:auto}.menu{color:orange} -/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInR5cGUvX3R5cG9ncmFwaHkuc2NzcyIsImNvbXBvbmVudHMvX2hlYWRlci5zY3NzIiwidXRpbGl0eS9faW1hZ2VzLnNjc3MiLCJzaXRlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsR0FBQSxHQUFBLEdBQUEsR0FBQSxHQUFBLEdBQ0UsWUFBQSxNQUFBLFdBR0YsR0FBQSxFQUFBLEtBQ0UsWUFBQSxrQkFBQSxNQ1JGLGFBQ0UsVUFBQSxNQUNBLFFBQUEsTUNGRixJQUNFLFVBQUEsS0FDQSxRQUFBLE1BQ0EsT0FBQSxLQ0tGLE1BQ0UsTUFBQSIsImZpbGUiOiJzaXRlLm1pbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIkaGVhZGVyLWZvbnQ6ICdBcmlhbCcsIHNhbnMtc2VyaWY7XG4kYm9keS1mb250OiAnVGltZXMgTmV3IFJvbWFuJywgc2VyaWY7XG5cbmgxLCBoMiwgaDMsIGg0LCBoNSwgaDYge1xuICBmb250LWZhbWlseTogJGhlYWRlci1mb250O1xufVxuXG5wLCBsaSwgc3BhbiB7XG4gIGZvbnQtZmFtaWx5OiAkYm9keS1mb250O1xufSIsIi5oZWFkZXItbG9nbyB7XG4gIG1heC13aWR0aDogMzAwcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufSIsImltZyB7XG4gIG1heC13aWR0aDogMTAwJTtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGhlaWdodDogYXV0bztcbn0iLCIkb3JhbmdlOiBvcmFuZ2U7XG5cbkBpbXBvcnQgJ3R5cGUvdHlwb2dyYXBoeSc7XG5cbkBpbXBvcnQgJ2NvbXBvbmVudHMvaGVhZGVyJztcblxuQGltcG9ydCAndXRpbGl0eS9pbWFnZXMnO1xuXG4ubWVudSB7XG4gIGNvbG9yOiAkb3JhbmdlO1xufSJdLCJzb3VyY2VSb290IjoiL3NvdXJjZS8ifQ== */ +h1,h2,h3,h4,h5,h6{font-family:Arial,sans-serif}li,p,span{font-family:"Times New Roman",serif}header .header-logo{max-width:300px;display:block}img{max-width:100%;display:block;height:auto}.menu{color:orange} +/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInR5cGUvX3R5cG9ncmFwaHkuc2NzcyIsImNvbXBvbmVudHMvX2hlYWRlci5zY3NzIiwidXRpbGl0eS9faW1hZ2VzLnNjc3MiLCJzaXRlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsR0FBQSxHQUFBLEdBQUEsR0FBQSxHQUFBLEdBQ0UsWUFBQSxNQUFBLFdBR0YsR0FBQSxFQUFBLEtBQ0UsWUFBQSxrQkFBQSxNQ1JGLG9CQUVJLFVBQUEsTUFDQSxRQUFBLE1DSEosSUFDRSxVQUFBLEtBQ0EsUUFBQSxNQUNBLE9BQUEsS0NLRixNQUNFLE1BQUEiLCJmaWxlIjoic2l0ZS5taW4uY3NzIiwic291cmNlc0NvbnRlbnQiOlsiJGhlYWRlci1mb250OiAnQXJpYWwnLCBzYW5zLXNlcmlmO1xuJGJvZHktZm9udDogJ1RpbWVzIE5ldyBSb21hbicsIHNlcmlmO1xuXG5oMSwgaDIsIGgzLCBoNCwgaDUsIGg2IHtcbiAgZm9udC1mYW1pbHk6ICRoZWFkZXItZm9udDtcbn1cblxucCwgbGksIHNwYW4ge1xuICBmb250LWZhbWlseTogJGJvZHktZm9udDtcbn0iLCJoZWFkZXIge1xuICAuaGVhZGVyLWxvZ28ge1xuICAgIG1heC13aWR0aDogMzAwcHg7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbn0iLCJpbWcge1xuICBtYXgtd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBoZWlnaHQ6IGF1dG87XG59IiwiJG9yYW5nZTogb3JhbmdlO1xuXG5AaW1wb3J0ICd0eXBlL3R5cG9ncmFwaHknO1xuXG5AaW1wb3J0ICdjb21wb25lbnRzL2hlYWRlcic7XG5cbkBpbXBvcnQgJ3V0aWxpdHkvaW1hZ2VzJztcblxuLm1lbnUge1xuICBjb2xvcjogJG9yYW5nZTtcbn0iXSwic291cmNlUm9vdCI6Ii9zb3VyY2UvIn0= */ diff --git a/www/wp-content/themes/ation2016/templates/base.twig b/www/wp-content/themes/ation2016/templates/base.twig index 0931e55..75f309f 100755 --- a/www/wp-content/themes/ation2016/templates/base.twig +++ b/www/wp-content/themes/ation2016/templates/base.twig @@ -9,11 +9,13 @@
{% block header %} -
- -