Changes

685 bytes added ,  08:18, 2 August 2021
no edit summary
Line 1: Line 1:  
{{#css:
 
{{#css:
    +
<!--All CSS effects are used to add style to the base of the HTML code-->
 +
 +
<!--Style to the links to master pages-->
 +
 +
div.ImportantPages{
 +
text-align: right;
 +
font: Tw Cen Mt;
 +
}
 +
 +
<!--Style to the links to the information pages-->
    
div.informationList{
 
div.informationList{
Line 8: Line 18:  
color:#228176;
 
color:#228176;
 
border-style: double;
 
border-style: double;
padding: 20px;
+
border-padding: 50px;
 +
border-width: thick;
 
border-radius:25px;
 
border-radius:25px;
 
width: 30%;
 
width: 30%;
 
}
 
}
 +
 +
<!--Hover effect for listed information-->
    
li:hover {
 
li:hover {
Line 21: Line 34:  
outline: none;
 
outline: none;
 
}
 
}
 +
 +
<!--style to contact section-->
    
div.ContactUs{
 
div.ContactUs{
Line 27: Line 42:  
color:#228176;
 
color:#228176;
 
}}
 
}}
 +
 +
<!--Links to other master pages-->
 +
 +
<div class="ImportantPages">
 +
<h3><strong>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You ESDC Workplace & You]</strong></h3>
 +
<h3><strong>[https://wiki.gccollab.ca/Employee%E2%80%99s_Corner Employee's Corner]</strong></h3>
 +
</div>
 +
 +
<!--Links to other information pages-->
    
<div class="informationList">
 
<div class="informationList">
Line 41: Line 65:  
</ul>
 
</ul>
 
</div>
 
</div>
 +
 +
<!--Contact and email-->
    
<div class ="ContactUs">
 
<div class ="ContactUs">
 
<h3>Contact Us</h3>
 
<h3>Contact Us</h3>
EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca
+
<strong>EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca</strong>
 
</div>
 
</div>
430

edits