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

 
(34 intermediate revisions by 2 users 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 117: Line 125:
 
     font-size: 14px;
 
     font-size: 14px;
 
     background-color: #F7F7F7;
 
     background-color: #F7F7F7;
 +
}
 +
 +
p.large {
 +
font-size: 20px !important;
 
}
 
}
  
Line 560: Line 572:
 
.app_img {
 
.app_img {
 
width:50%;
 
width:50%;
 +
}
 +
 +
.app_img_and {
 +
width:48%;
 
}
 
}
  
 
.software_images_div {
 
.software_images_div {
width:60%;
+
width:80%;
 
margin-left:auto;
 
margin-left:auto;
 
margin-right:auto;
 
margin-right:auto;
}
 
 
/*Home page abstract boxes*/
 
.abstract_container {
 
display: table-row;
 
}
 
 
.abstract_section {
 
width:33%;
 
display: table-row;
 
background-color:red;
 
}
 
 
.abstract_tile {
 
display: table-cell;
 
border:2px solid;
 
border-radius:20px;
 
height:100%;
 
background-color:blue;
 
display:block;
 
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 23:26, 1 November 2017