mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 05:01:58 +00:00
Footer enhancement
* changes upon request see #66. * footer checklist background-color to #fbfcff & divider removed, also some small changed in frontpage templet. This closes #66.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|
||||||
&.footer-bottom {
|
&.footer-bottom {
|
||||||
background-color: #fff;
|
background-color: #fbfcff;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@@ -42,3 +42,7 @@
|
|||||||
.bodytext{
|
.bodytext{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.spacer{
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
@@ -21,3 +21,6 @@ h2{
|
|||||||
margin-inline-end: 0px;
|
margin-inline-end: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.record-version{
|
||||||
|
color: #777777;
|
||||||
|
}
|
||||||
@@ -16,8 +16,7 @@
|
|||||||
{{ webpack['invenio-theme-tugraz-js.js'] }}
|
{{ webpack['invenio-theme-tugraz-js.js'] }}
|
||||||
{%- endblock javascript %}
|
{%- endblock javascript %}
|
||||||
|
|
||||||
<div id="margin-divider" class="ui divider">
|
<div class="spacer"></div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer id="footer" class="footer-bottom">
|
<footer id="footer" class="footer-bottom">
|
||||||
|
|
||||||
@@ -29,7 +28,7 @@
|
|||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
|
||||||
<h2>repository.tugraz.at</h2>
|
<h2>Repository</h2>
|
||||||
<p class="bodytext">
|
<p class="bodytext">
|
||||||
<a href="{{ url_for('invenio_rdm_records.coming_soon') }}">
|
<a href="{{ url_for('invenio_rdm_records.coming_soon') }}">
|
||||||
Impressum<i class="angle right icon"></i>
|
Impressum<i class="angle right icon"></i>
|
||||||
@@ -46,31 +45,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
|
||||||
|
|
||||||
<h2>Repository</h2>
|
|
||||||
|
|
||||||
<p class="bodytext">
|
|
||||||
Graz University of Technology<br>
|
|
||||||
Rechbauerstraße 12<br>
|
|
||||||
8010 GRAZ<br>
|
|
||||||
AUSTRIA<br>
|
|
||||||
Phone: +43 316 873 0<br>
|
|
||||||
Fax: +43 316 873 6009<br>
|
|
||||||
E-Mail: <a href="javascript:linkTo_UnCryptMailto('ocknvq,kphqBvwitcb0cv');" class="int-link-mail">
|
|
||||||
info<span style="display: none;">
|
|
||||||
noSpam</span>@tugraz.at <i class="envelope outline icon"></i></a><br>
|
|
||||||
<a href="https://www.tugraz.at/en/home/" class="int-link-internal">
|
|
||||||
www.tugraz.at</a><br>
|
|
||||||
<a href="https://tu4u.tugraz.at/campusplan/">Campus map <i class="external alternate icon"></i></a><br>
|
|
||||||
Opening hours: 6 am – 8 pm
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<img height="30" width="167" txdam="31701"
|
|
||||||
src="{{ url_for('static', filename='images/TU_Austria_Logo.png')}}">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
|
||||||
@@ -100,13 +74,19 @@
|
|||||||
|
|
||||||
<a href="http://campusonline.tugraz.at" title="CAMPUS online">
|
<a href="http://campusonline.tugraz.at" title="CAMPUS online">
|
||||||
CampusOnline <i class="external alternate icon"></i></a><br>
|
CampusOnline <i class="external alternate icon"></i></a><br>
|
||||||
|
|
||||||
|
<a href="https://rdm.tugraz.at" title="CAMPUS online">
|
||||||
|
Research Data Management <i class="external alternate icon"></i></a><br>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Barrierefreiheit</h2>
|
|
||||||
<p class="bodytext">Tipp:<br> Use Ctrl + and Crtl -<br> to change the font size.</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="column">
|
||||||
|
<h2>Accessibility</h2>
|
||||||
|
<p class="bodytext">Tipp:<br> Use Ctrl + and Crtl -<br> to change the font size.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
<!--Version badge-->
|
<!--Version badge-->
|
||||||
<span class="label record-version" title="{{_('Version')}}">
|
<span class="label record-version" title="{{_('Version')}}">
|
||||||
{{ (' | ' ~ r.version ~ '') if r.version else ' | Version' }}</span>
|
{{ (' | Version ' ~ r.version ~ '') if r.version else ' ' }}</span>
|
||||||
|
|
||||||
<!--Resource type badge-->
|
<!--Resource type badge-->
|
||||||
<span class="ui label grey" title="{{_('Resource type')}}">{{r.resource_type.type}}</span>
|
<span class="ui label grey" title="{{_('Resource type')}}">{{r.resource_type.type}}</span>
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="padding-bottom: 10px;"></div>
|
<div class="spacer"></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user