Fixed copyright information.

This commit is contained in:
Svetlana Rastegina 2021-03-25 20:13:32 +01:00
parent 2577b4c8a8
commit fb7bccd853
3 changed files with 105 additions and 10 deletions

View file

@ -1555,13 +1555,36 @@ footer p.copyright {
float: left;
padding-top: 55px;
/*padding-left: 30px;*/
width: 30%;
color: #ffffff;
font-family: "Roboto";
font-style: normal;
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
align-items: baseline;
}
footer p.copyright small {
font-size: 1rem;
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
p.copyright >small >a >img {
padding-left: 5px;
padding-right: 5px;
padding-top: 7px;
}
p.copyright >small >a {
font-family: "IPH Astra Serif";
font-size: 1.2rem;
color: #DD9F00;
padding-left: 5px;
}
p.copyright >small >a:hover {
color: #ffffff;
}
ul#footer-nav {
float: right;
@ -1593,16 +1616,27 @@ ul#individual-facultyMemberships li:last-child {
font-size: 1.2rem;
}
#footer-nav a:hover,
a.terms,
a.powered-by-vivo {
a.terms {
color: #DD9F00;
text-decoration: none;
}
a.terms:hover,
a.powered-by-vivo:hover {
a.powered-by-vivo {
color: #CDC9C9;
text-decoration: none;
font-size: 1rem;
}
a.powered-by-vivo >strong {
font-size: 0.9rem;
color: #CDB79E;
}
a.terms:hover {
color: #4e5051;
text-decoration: none;
}
a.powered-by-vivo:hover {
color: #ffffff;
text-decoration: none;
}
p {
margin-bottom: 0.3em;
}

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="5.7735262"
height="10"
viewBox="0 0 5.7735262 9.9999996"
fill="none"
version="1.1"
id="svg4"
sodipodi:docname="arrow-right.svg"
inkscape:version="1.0 (4035a4f, 2020-05-01)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="994"
id="namedview6"
showgrid="false"
inkscape:zoom="26.25"
inkscape:cx="3.61814"
inkscape:cy="6.3770448"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 0.38490149,9.1574888 5.1855781,4.9999822 0.38490149,0.84250696 Z"
fill="#8b4513"
stroke="#8b4513"
id="path2"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300"
style="stroke-width:0.769803" />
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -13,17 +13,17 @@
<#else>
${copyright.text}
</#if>
| <a class="terms" href="${urls.termsOfUse}" title="${i18n().menu_termuse}">${i18n().menu_termuse}</a></small> |
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Лицензия Creative Commons" style="border-width:0;" src="https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png" /></a></small>
</#if>
${i18n().menu_powered} <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank" title="${i18n().menu_powered} VIVO"><strong>VIVO</strong></a>
<a class="powered-by-vivo" href="http://vivoweb.org" target="_blank" title="${i18n().menu_powered} VIVO">Powered by <strong>VIVO</strong></a>
<#if user.hasRevisionInfoAccess>
| ${i18n().menu_version} <a href="${version.moreInfoUrl}" title="${i18n().menu_version}">${version.label}</a>
${i18n().menu_version} <a href="${version.moreInfoUrl}" title="${i18n().menu_version}">${version.label}</a>
</#if>
</p>
<nav role="navigation">
<#-- <nav role="navigation">
<ul id="footer-nav" role="list">
<li role="listitem"><a href="${urls.about}" title="${i18n().menu_about}">${i18n().menu_about}</a></li>
<li role="listitem"><a href="${urls.about}" title="${i18n().menu_about}">${i18n().menu_about}</a></li>-->
<#-- <#if urls.contact??>
<li role="listitem"><a href="${urls.contact}" title="${i18n().menu_contactus}">${i18n().menu_contactus}</a></li>
</#if>