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 1ff8159..0e260f2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2021 Graz University of Technology. + * Copyright (C) 2020-2023 Graz University of Technology. * * invenio-theme-tugraz is free software; you can redistribute it and/or modify it * under the terms of the MIT License; see LICENSE file for more details. @@ -7,18 +7,8 @@ #footer { color: @footerGrey; - - /*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%; - background-attachment: fixed; &.footer-bottom { background-color: @footerBottomBackground; @@ -39,7 +29,7 @@ color: @tugrazRed; } } - + // remove blue focus outline if clicked with mouse &:focus:not(:focus-visible) { outline-style: none; diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less index ca4b847..cd894e2 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Graz University of Technology + * Copyright (C) 2020-2023 Graz University of Technology * * invenio-theme-tugraz is free software; you can redistribute it and/or modify * it under the terms of the MIT License; see LICENSE file for more details. @@ -26,14 +26,3 @@ .identifiers { display: inline; } - -// // align badges to the right -// .ui.items > .item .extra.labels-actions { -// float: right; -// width: auto; - -// // remove action buttons from search results -// .ui.small.compact.right.floated.button { -// display: none; -// } -// } diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less index 006af3b..1378ec4 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/theme.less @@ -41,3 +41,10 @@ .ui.label.schema { border: 1px solid #bfb5b5; } + +.random-records-frontpage {} + +.random-records-frontpage .grid .column { + width: 380px !important; + padding: 14px !important; +} diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html index 3c9222c..6103b49 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html @@ -1,5 +1,5 @@ {# - Copyright (C) 2020-2021 Graz University of Technology. + Copyright (C) 2020-2023 Graz University of Technology. invenio-theme-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more @@ -7,79 +7,88 @@ #} - +
{%- block head %} - {%- block head_meta %} - - - - {%- if description %}{% endif %} - {%- if keywords %}{% endif %} - {%- if config.get('THEME_GOOGLE_SITE_VERIFICATION', None) %} - {%- for google_id in config.THEME_GOOGLE_SITE_VERIFICATION %} - - {%- endfor %} - {%- endif %} - {%- endblock head_meta %} - {%- block head_title %} - {%- set title = title or _(config.THEME_SITENAME) or _('Invenio') %} -{{_ ("This is the test instance of the TU Graz Repository.") }}
-{{ _("This is the test instance of the TU Graz Repository.") }}
+