Difference between revisions of "Template:UCC Ireland/Stylesheet"

 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
@import url('https://fonts.googleapis.com/css?family=Saira');
  
 
/* OVERRIDE IGEM SETTINGS ---------------------------------------------- */
 
/* OVERRIDE IGEM SETTINGS ---------------------------------------------- */
 +
 +
body > div {
 +
font-family: 'Saira', sans-serif !important;
 +
}
 +
body >div > p {
 +
font-family: 'Saira', sans-serif !important;
 +
}
  
 
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear
 
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear
Line 576: Line 584:
 
}
 
}
  
/*Home page abstract boxes*/
 
.abstract_container {
 
display: table-row;
 
height:100%;
 
}
 
 
.abstract_section {
 
width:33%;
 
display: table-cell;
 
height:100%;
 
padding-left:3%;
 
padding-right:3%;
 
border-right:1px solid grey;
 
border-left:1px solid grey;
 
 
}
 
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 23:26, 1 November 2017