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

 
(11 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 574: Line 582:
 
margin-left:auto;
 
margin-left:auto;
 
margin-right:auto;
 
margin-right:auto;
}
 
 
/*Home page abstract boxes*/
 
.abstract_container {
 
display: table-row;
 
height:100%;
 
}
 
 
.abstract_section {
 
width:33%;
 
display: table-cell;
 
height:100%;
 
padding:5px;
 
border-right:1px solid grey;
 
border-left:1px solid grey;
 
}
 
 
.abstract_tile {
 
height:100%;
 
width:80%
 
margin-top:auto;
 
margin-bottom:auto;
 
margin-left:auto;
 
margin-right:auto;
 
padding:5px;
 
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 23:26, 1 November 2017