NIHVIVO-1675: Removing pictos fonts and adding our own ones.
This commit is contained in:
parent
e54925888f
commit
dea0385806
2 changed files with 18 additions and 27 deletions
|
@ -91,6 +91,11 @@ div.bottom{
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
padding-right: 1.5em;
|
padding-right: 1.5em;
|
||||||
}
|
}
|
||||||
|
#share-contact h3{
|
||||||
|
margin-top: 15px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
line-height: .6em;
|
||||||
|
}
|
||||||
#share-contact img.individual-photo2{
|
#share-contact img.individual-photo2{
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
|
@ -124,47 +129,33 @@ ul#individual-tools li{
|
||||||
float: left;
|
float: left;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
}
|
}
|
||||||
.picto-font{
|
|
||||||
font-family: 'Pictos';
|
|
||||||
}
|
|
||||||
.picto-uri{
|
|
||||||
font-size: 1.68em;
|
|
||||||
}
|
|
||||||
.picto-pdf{
|
|
||||||
font-size: 1.68em;
|
|
||||||
}
|
|
||||||
.picto-share{
|
|
||||||
font-size: 1.68em;
|
|
||||||
}
|
|
||||||
.icon-rdf{
|
.icon-rdf{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 1.125em;
|
font-size: 1.125em;
|
||||||
top: 13px;
|
top: 13px;
|
||||||
}
|
}
|
||||||
.picto-email{
|
|
||||||
font-size: 1.375em;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
ul#individual-email{
|
ul#individual-email{
|
||||||
clear: both;
|
clear: both;
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
margin-top: 20px;
|
|
||||||
}
|
}
|
||||||
ul#individual-email a.email{
|
ul#individual-email li{
|
||||||
font-size: .875em;
|
font-size: .875em;
|
||||||
display: block;
|
}
|
||||||
|
ul#individual-email li:first-child{
|
||||||
|
font-size: .875em;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
ul#individual-phone{
|
ul#individual-phone{
|
||||||
clear: both;
|
clear: both;
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
margin-top: 20px;
|
|
||||||
}
|
}
|
||||||
ul#individual-phone a.tel{
|
ul#individual-phone li{
|
||||||
font-size: .875em;
|
font-size: .875em;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
.icon-phone{
|
ul#individual-phone li:first-child{
|
||||||
vertical-align: middle;
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.icon-phone, .icon-email{
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
ul#individual-urls{
|
ul#individual-urls{
|
||||||
|
|
|
@ -50,9 +50,9 @@
|
||||||
|
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<ul id ="individual-tools" role="list">
|
<ul id ="individual-tools" role="list">
|
||||||
<li role="listitem"><a class="picto-font picto-uri" href="#">j</a></li>
|
<#--<li role="listitem"><a class="picto-font picto-uri" href="#">j</a></li>
|
||||||
<#--<li role="listitem"><a class="picto-font picto-pdf" href="#">F</a></li>-->
|
<li role="listitem"><a class="picto-font picto-pdf" href="#">F</a></li>
|
||||||
<li role="listitem"><a class="picto-font picto-share" href="#">R</a></li>
|
<li role="listitem"><a class="picto-font picto-share" href="#">R</a></li>-->
|
||||||
<#assign rdfUrl = individual.rdfUrl>
|
<#assign rdfUrl = individual.rdfUrl>
|
||||||
<#if rdfUrl??>
|
<#if rdfUrl??>
|
||||||
<li role="listitem"><a class="icon-rdf" href="${rdfUrl}">RDF</a></li>
|
<li role="listitem"><a class="icon-rdf" href="${rdfUrl}">RDF</a></li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue