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 7ae8f62..65b57ad 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 @@ -22,7 +22,7 @@ background-attachment: fixed; &.footer-bottom { - background-color: #fbfcff; + background-color: #f2f2f2; padding-top: 15px; padding-bottom: 15px; font-size: 16px; diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less index 22971f6..004d432 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less @@ -14,14 +14,7 @@ } /*****logo section******/ -.affiliation-spacer { - display: table-cell; - vertical-align: middle; - width: 100%; -} - .affiliation-logo { - display: table-cell; vertical-align: middle; white-space: nowrap; & a { @@ -85,18 +78,11 @@ a { display: table-cell; width: 50%; color: #000000; - & div { - stroke: #000; - stroke-linecap: round; - stroke-width: 2; - fill: none; - } } .short-menu-right :hover { background-color: #000000; color: #ffffff; - stroke: #fff; } .short-menu-right-button { @@ -204,7 +190,7 @@ svg:not(:root) { } .main-menu-underline-line { - border: 2.5px solid #e4154b !important; + border: 2px solid #e4154b !important; border-radius: 0; } @@ -227,43 +213,6 @@ svg:not(:root) { transition: height 0.3s linear 0s; } -@media (max-width: 767.9px) { - .main-menu { - height: auto; - } -} - -@media screen and (max-width: 767.9px) { - #int-header-logo-img { - width: 200px; - height: 75px; - } -} - -@media screen and (max-width: 767.9px) { - #int-header-logo { - padding: 50px 0; - text-align: center; - } -} - -@media screen and (max-width: 767.9px) { - .affiliation { - margin: 0; - text-align: center; - } - .affiliation-text { - display: none; - } - .affiliation-logo-claim { - display: none; - } - - .affiliation-spacer { - display: none; - } -} - .int-menu-q-open-icon { width: 14px; vertical-align: middle; @@ -275,4 +224,27 @@ svg:not(:root) { .col a { cursor: pointer; } +@media screen and (max-width: 767.9px) { + #int-header-logo-img { + width: 200px; + height: 75px; + } + #main-logo { + padding: 30px 0; + text-align: center; + display: block; + } + #repo-logo{ + display: none; + } + .affiliation-logo-claim { + display: none; + } +} +.repo-img{ + margin-right: 5px; +} +.inline-elements{ + display: flex; +} \ No newline at end of file diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less index 1b666eb..26f79ea 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less @@ -98,7 +98,15 @@ search.button .ui.search.button:hover{ background-color:#000000; } - +/** +.ui.button{ + background-color:#e4154b; +} +*/ +.ui.button:hover{ + background-color:#000000; + color:#fff; +} /*** remove corners from border **/ @@ -153,4 +161,7 @@ border-radius: 0; .button, .ui.action.input:not([class*="left action"])> .dropdown:last-child { border-radius: 0; +} +.ui.basic.button, .ui.basic.buttons .button { + border-radius: 0; } \ No newline at end of file diff --git a/invenio_theme_tugraz/static/images/Icon_1_v2.svg b/invenio_theme_tugraz/static/images/Icon_1_v2.svg new file mode 100644 index 0000000..ac5c783 --- /dev/null +++ b/invenio_theme_tugraz/static/images/Icon_1_v2.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index 2cb5233..6b893cc 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -11,106 +11,11 @@
{%- block navbar %} -