Compare commits

..

6 Commits
1.0.1 ... 1.0.2

Author SHA1 Message Date
mb-wali
16b213f634 v1.0.2 2020-07-10 10:20:25 +02:00
mb-wali
bd2eed5be9 Merge pull request #48 from mb-wali/login
Login page modified
2020-07-10 10:18:17 +02:00
mb-wali
e0cebcee84 Update README.rst 2020-07-10 10:13:27 +02:00
mb
e195ee725f clean frontpage
removed content from frontpage
2020-07-10 10:02:44 +02:00
mb
7315eee27c modified login page
removed hyperlink hover color
2020-07-10 09:42:50 +02:00
mb
63a9752093 modified login with
used semantic_ui animated class to fade on hover.
2020-07-09 16:46:50 +02:00
7 changed files with 23 additions and 135 deletions

View File

@@ -30,7 +30,11 @@ TU Graz standard theme.
Features:
* TU Graz header templates.
* TU Graz custom header template.
* TU Graz custom footer template.
* TU Graz custom login template.
* TU Graz custom sign up template.
* TU Grau custom frontpage template.
* TU Graz overriden theme.
Further documentation is available on

View File

@@ -10,14 +10,6 @@
* from #0377cd
* to #E4154B
*/
.section-content-white-bg a:hover,
.section-content-white-bg a:focus,
.section-content-light-bg a:hover,
.section-content-light-bg a:focus,
.hp-blog-section a:hover,
.hp-blog-section a:focus {
color: #E4154B;
}
/*
* Logos background frontpage.

View File

@@ -279,9 +279,3 @@ svg:not(:root) {
cursor: pointer;
}
/**** hyperlink hover color ****/
a:focus,
a:hover {
color: #e4154b;
text-decoration: underline;
}

View File

@@ -6,19 +6,6 @@
* under the terms of the MIT License; see LICENSE file for more details.
*/
/* On hover color changed
* from #0377cd
* to #E4154B
*/
.section-content-white-bg a:hover,
.section-content-white-bg a:focus,
.section-content-light-bg a:hover,
.section-content-light-bg a:focus,
.hp-blog-section a:hover,
.hp-blog-section a:focus {
color: #e4154b;
}
/*
* Logos background frontpage.
* from rgba(173, 206, 224, 0.52)

View File

@@ -18,16 +18,22 @@
<h3 class="ui header">{{ _('Log in to account') }}</h3>
{%- endblock form_header %}
{%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
<div class="ui raised segment">
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="25px" align="left">
<a href="{{ url_for('sso_saml.sso', idp='idp') }}">
{% trans type='TU Graz' %} Log in with {{ type }}{% endtrans %}
</a>
</div>
<h3 align="center">— OR —</h3>
{%- endif %}
<div class="ui fluid animated fade large button basic" tabindex="0">
<div class="visible content">
<a href="{{ url_for('sso_saml.sso', idp='idp') }}">
{% trans type='TUG' %} Log in with {{ type }}{% endtrans %}
</a>
</div>
<div class="hidden content">
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="20px">
</div>
</div>
<div class="ui horizontal divider">
Or
</div>
{%- endif %}
{%- block form_outer %}
{%- with form = login_user_form %}

View File

@@ -17,104 +17,9 @@
{%- block page_body %}
{%- block first_section%}
{%- endblock first_section%}
{%- block second_section%}
<section class="brought-to-you-section section-content-light-bg">
<span class="section-title">Brought to you by</span>
<div class="ui container">
<div class="ui padded relaxed centered grid">
<div class="four column row">
<div class="column">
<a href="http://www.bnl.gov/">
<img src="/static/images/logo-bnl.png" title="Brookhaven National Laboratory">
</a>
</div>
<div class="column">
<a href="https://www.library.caltech.edu/">
<img src="/static/images/logo-caltechlibrary.png" title="Caltech Library">
</a>
</div>
<div class="column">
<a href="http://home.cern">
<img src="/static/images/logo-cern.png" title="CERN">
</a>
</div>
<div class="column">
<a href="https://ctsa.ncats.nih.gov/cd2h/">
<img src="/static/images/logo-cd2h.png" title="CTSA Program National Center for Data to Health">
</a>
</div>
</div>
<div class="four column row">
<div class="column">
<a href="https://www.data-futures.org/">
<img src="/static/images/logo-data-futures.png" title="Data Futures">
</a>
</div>
<div class="column">
<a href="http://www.earthobservations.org/">
<img src="/static/images/logo-geo.svg" title="Group on Earth Observations">
</a>
</div>
<div class="column">
<a href="https://www.hzdr.de/">
<img src="/static/images/logo-hzdr.png" title="Helmholtz Zentrum Dresden-Rossendorf">
</a>
</div>
<div class="column">
<a href="http://home.infn.it/">
<img src="/static/images/logo-infn.svg" title="Istituto Nazionale di Fisica Nucleare">
</a>
</div>
</div>
<div class="four column row">
<div class="column">
<a href="https://ec.europa.eu/jrc/">
<img src="/static/images/logo-jrc.svg" title="Joint Research Centre">
</a>
</div>
<div class="column">
<a href="https://www.northwestern.edu/">
<img src="/static/images/logo-northwestern-university.png" title="Northwestern University">
</a>
</div>
<div class="column">
<a href="https://www.openaire.eu/">
<img src="/static/images/logo-openaire.png" title="OpenAIRE">
</a>
</div>
<div class="column">
<a href="https://tind.io/">
<img src="/static/images/logo-tind.png" title="TIND">
</a>
</div>
</div>
<div class="four column row">
<div class="column">
<a href="https://ulakbim.tubitak.gov.tr">
<img src="/static/images/logo-tubitak.svg" title="Tubitak">
</a>
</div>
<div class="column">
<a href="https://www.tugraz.at/en/home/">
<img src="/static/images/logo-tu-graz.svg" title="TU Graz">
</a>
</div>
<div class="column">
<a href="https://www.uni-hamburg.de/">
<img src="/static/images/logo-uni-hamburg.png" title="Universität Hamburg">
</a>
</div>
<div class="column">
<a href="https://www.uni-muenster.de/en/">
<img src="/static/images/logo-uni-munster.png" title="University of Münster">
</a>
</div>
</div>
</div>
</div>
</section>
{%- endblock second_section%}
{%- endblock page_body%}

View File

@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
and parsed by ``setup.py``.
"""
__version__ = '1.0.1'
__version__ = '1.0.2'