diff --git a/MANIFEST.in b/MANIFEST.in index a804211..78cc530 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -33,4 +33,5 @@ recursive-include invenio_theme_tugraz *.scss recursive-include invenio_theme_tugraz *.svg recursive-include invenio_theme_tugraz *.less recursive-include invenio_theme_tugraz *.ico -recursive-include tests *.py \ No newline at end of file +recursive-include tests *.py +recursive-include invenio_theme_tugraz *.jpg \ No newline at end of file diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less index c3994da..009d4b8 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less @@ -7,23 +7,37 @@ */ #footer { - color: #fff; + color: #5E5E5E; - &.footer-bottom { - background-color: #E4154B; - padding-top: 15px; - padding-bottom: 15px; - font-weight: 300; - font-size: 14px; + /*background-image: url("/static/images/footer.jpg");*/ + -webkit-background-size: 100% 100%; + -moz-background-size: 100% 100%; + -o-background-size: 100% 100%; + background-size: 100% 100%; + min-height: 100%; + /* the following 2 lines are a hack for IE6 */ + height: auto !important; + height: 100%; + width: 100%; - a { - text-decoration: none; - color: #ffffffd6; - font-weight: 600; + &.footer-bottom { + background-color: #fff; + padding-top: 15px; + padding-bottom: 15px; + font-size: 16px; + + a { + text-decoration: none; + color: #5E5E5E; + + &:hover, &:focus { + color: #ffffff; + background-color: #000000; + } + } + } + } - &:hover, &:focus { - color: #ffffff; - } - } - } - } + .bodytext{ + font-size: 16px; + } \ No newline at end of file diff --git a/invenio_theme_tugraz/static/images/TU_Austria_Logo.png b/invenio_theme_tugraz/static/images/TU_Austria_Logo.png new file mode 100644 index 0000000..ceaab53 Binary files /dev/null and b/invenio_theme_tugraz/static/images/TU_Austria_Logo.png differ diff --git a/invenio_theme_tugraz/static/images/footer.jpg b/invenio_theme_tugraz/static/images/footer.jpg new file mode 100644 index 0000000..bda9282 Binary files /dev/null and b/invenio_theme_tugraz/static/images/footer.jpg differ diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/comingsoon.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/comingsoon.html new file mode 100644 index 0000000..248d3af --- /dev/null +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/comingsoon.html @@ -0,0 +1,9 @@ +{%- extends config.BASE_TEMPLATE %} + +{%- block page_body %} + +