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

 
(24 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 562: Line 574:
 
}
 
}
  
.software_images_div {
+
.app_img_and {
width:60%;
+
width:48%;
margin-left:auto;
+
margin-right:auto;
+
 
}
 
}
  
/*Home page abstract boxes*/
+
.software_images_div {
.abstract_container {
+
width:80%;
display: table-row;
+
height:100%;
+
}
+
 
+
.abstract_section {
+
width:33%;
+
display: table-cell;
+
height:100%;
+
padding:5px;
+
background-color:red;
+
}
+
 
+
.abstract_tile {
+
border-right:2px solid;
+
border-radius:20px;
+
height:100%;
+
width:80%
+
margin-top:auto;
+
margin-bottom:auto;
+
 
margin-left:auto;
 
margin-left:auto;
 
margin-right:auto;
 
margin-right:auto;
padding:5px;
 
background-color:blue;
 
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 23:26, 1 November 2017