Difference between revisions of "Community of Official Languages"

From wiki
Jump to navigation Jump to search
 
(191 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<!--The following line of code hides the page title-->
 +
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
 +
{| width="100%" cellpadding="10" cellspacing="10px"
  
{{ambox|type = content
+
|- valign="top"
|image = [[Image:Traffic_cone.png|40px]]
+
| style="color: #3C646E; background-color: white; font-size:1.5em;" |  
|text = À l’heure actuelle, cette page est en cours de développement initial. Son contenu devrait être considérablement modifié d’ici peu de temps.<br>
+
<span style="font-size: 2em;">Community of Official Languages</span>
This page is currently under its initial development. Its contents should change significantly over a short period of time.
+
<!--Navigation coding BEGINS-->
}}
+
{{#css:
 +
div.nav {
 +
    margin: 0 0 15px 0;
 +
    background-color: #6BC2B1;
 +
    font-size:0;
 +
}
 +
div.nav ul {
 +
    padding: 0;
 +
    margin: 0;
 +
    list-style: none;
 +
    position: relative;
 +
    }
 +
div.nav ul li {
 +
    display:inline-block;
 +
    background-color: #6BC2B1;
 +
    }
 +
div.nav a {
 +
    display:block;
 +
    padding:0 10px;
 +
    color:#000;
 +
    font-size:16px;
 +
font-weight:600;
 +
    line-height: 60px;
 +
    text-decoration:none;
 +
}
  
__NOTOC__
 
  
{| class="FCK__ShowTableBorders" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px; background-color: #005172" width="100%" align="center"
+
div.nav a:hover,
|-
+
div.nav a.mw-selflink,
|-
+
div.nav a.mw-selflink:hover {
| style="border-right: #CCDC00 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Arial); font-size: 13pt" width="10%" | '''[[OLCE|<span style="color: Snow">'''Home'''</span>]]'''
+
color:#FFF;
| style="border-right: #CCDC00 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Arial); font-size: 13pt" width="10%" | [[OLCE/References|<span style="color: Snow">'''References'''</span>]]'''
+
    background-color: #3C646E;
| style="border-right: #CCDC00 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Arial); font-size: 13pt" width="11%" | '''[[OLCE/Tools|<span style="color: Snow">'''Tools'''</span>]] '''
+
}
| style="border-right: #CCDC00 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Arial); font-size: 13pt" width="10%" | [[OLCE/Media|<span style="color: Snow">'''Media'''</span>]]''' 
 
| style="border-right: #CCDC00 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Arial); font-size: 13pt" width="10%" | [[OLCE/Reports|<span style="color: Snow">'''Reports'''</span>]]'''
 
| style="border-right: #CCDC00 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Arial); font-size: 13pt" width="10%" | [[OLCE/Contact|<span style="color: Snow">'''Contact'''</span>]]''' 
 
|}
 
  
 +
div.nav ul ul {
 +
    display: none;
 +
    position: absolute;
 +
    top: 60px;
 +
z-index:500;
 +
border-left:2px solid white;
 +
border-right:2px solid white;
 +
border-bottom:2px solid white;
 +
}
 +
div.nav ul li:hover > ul {
 +
    display:inherit;
 +
}
 +
div.nav ul ul li {
 +
    width:230px;
 +
    float:none;
 +
    display:list-item;
 +
    position: relative;
 +
}
 +
div.nav ul ul ul li {
 +
    position: relative;
 +
    top:-60px;
 +
    left:230px;
 +
}
 +
div.nav ul ul li {
 +
    border: 0px solid white;
 +
}
 +
li > a:after { content:  ' ▼'; }
 +
li > a:only-child:after { content: ''; }
  
 +
.banner {
 +
background-color: #6BC2B1;
 +
}
  
 +
.banner .container {
 +
/*max-width:900px;*/
 +
display:block;
 +
margin:0 auto;
 +
}
 +
.banner .container img {
 +
width:100%;
 +
height:auto;
 +
}
  
 +
}}
 +
<div class="banner"><div class="container">[[File: GCollab group pg header 1140x338px.png|link=|class=banner]]</div></div>
 +
<div class="nav">
 +
<ul>
 +
<li>[[Community_of_Official_Languages|Home]]</li>
 +
<li>[[Community_of_Official_Languages/References|References]]</li>
 +
<li>[[Community_of_Official_Languages/Tools|Tools]]</li>
 +
<li>[[Community_of_Official_Languages/Events|Events]]</li>
 +
<li>[[Community_of_Official_Languages/PROL_Corner|PROL Corner]]</li>
 +
<li>[[Community_of_Official_Languages/Newsletter|Newsletter]]</li>
 +
<li>[[Community_of_Official_Languages/References/FAQ|FAQ]]</li>
 +
<li>[[Community_of_Official_Languages/Contact|Contact us]]</li>
  
<div style="float:left; width:66%; margin:0;  min-width: 350px; ">
+
</ul>
 +
</div>
 +
<!--Navigation coding ENDS-->
  
<!-- SPOTLIGHT BOX STARTS -->
+
<div style="text-align: right;">[[:en:Communauté des langues officielles|'''FRANÇAIS''']]</div>
  
 +
__NOTOC__
 +
{| width="100%" cellspacing="15" cellpadding="10"
 +
|- valign="top"
 +
| style="color: black; background-color: white; font-size:1.2em;" |
  
<div style="width:100%; border-right: #3095B4 3px solid; padding-right: 10px; border-top: #3095B4 3px solid; padding-left: 10px; background: white; padding-bottom: 15px; margin: 0px 0px 15px 8px; border-left: #3095B4 3px solid; padding-top: 0px; border-bottom: #3095B4 3px solid; border-radius: 9px; moz-border-radius: 9px; -webkit-border-radius: 9px">
+
=====<big>What's new?</big>=====
<h1 style="font-family: Arial, sans-serif; border-bottom:0;"><center>Spotlight On</h1></center>
+
<br>
</div>
+
[[File:News.png|120px|left|alt=Intro icon]]
<!-- SPOTLIGHT BOX ENDS -->
+
====[https://wiki.gccollab.ca/images/8/8d/EN_-_The_OL_Connection_-_April_2024.pdf The OL Connection]====
 
+
: April 2024
 
<br>
 
<br>
 
<!-- WHO WE ARE BOX STARTS -->
 
<div style="width:100%; border-right: #3095B4 3px solid; padding-right: 10px; border-top: #3095B4 3px solid; padding-left: 10px; background: white; padding-bottom: 15px; margin: 0px 0px 15px 8px; border-left: #3095B4 3px solid; padding-top: 0px; border-bottom: #3095B4 3px solid; border-radius: 9px; moz-border-radius: 9px; -webkit-border-radius: 9px">
 
<h1 style="font-family: Arial, sans-serif; border-bottom:0;"><center>Who we are</center></h1>
 
</div>
 
 
 
</div>
 
<!-- WHO WE ARE BOX ENDS -->
 
 
<!-- left column ENDS -->
 
 
<!-- right column BEGINS -->
 
 
 
<div style="float:left; width:25%; margin-left:5%; min-width: 175px;">
 
 
<!-- QUICK LINKS BOX STARTS -->
 
<div style="margin: 0px 5px 15px 1px; border-right: #3095B4 3px solid; padding-right: 10px; border-top: #3095B4 3px solid; padding-left: 10px; background: white; padding-bottom: 15px; border-left: #3095B4 3px solid; padding-top: 0px; border-bottom: #3095B4 3px solid; border-radius: 9px; moz-border-radius: 9px; -webkit-border-radius: 9px">
 
<h1 style="font-family: Arial, sans-serif; border-bottom:0;">Quick Links</h1>
 
 
</div>
 
<!-- QUICK LINKS BOX ENDS -->
 
 
 
<br>
 
<br>
 +
[[File:Tool2.png|120px|left|alt=Intro icon]]
  
<!-- EVENTS BOX STARTS -->
+
====[https://wiki.gccollab.ca/Community_of_Official_Languages/Tools/OLRegs Toolbox: Official Languages (Communications with and Services to the Public) Regulations]====
<div style="margin: 0px 5px 15px 1px; border-right: #3095B4 3px solid; padding-right: 10px; border-top: #3095B4 3px solid; padding-left: 10px; background: white; padding-bottom: 15px; border-left: #3095B4 3px solid; padding-top: 0px; border-bottom: #3095B4 3px solid; border-radius: 9px; moz-border-radius: 9px; -webkit-border-radius: 9px">
+
: This <b>new</b> evolving resource provides all the tools required to better understand the Regulations and to ensure that the Official Languages Regulations Re-Application Exercise is carried out successfully.
<h1 style="font-family: Arial, sans-serif; border-bottom:0;">Events</h1>
 
</div>
 
<!-- EVENTS BOX ENDS -->
 
 
 
 
 
</div>
 

Latest revision as of 14:47, 15 April 2024


Community of Official Languages


What's new?


Intro icon

The OL Connection

April 2024



Intro icon

Toolbox: Official Languages (Communications with and Services to the Public) Regulations

This new evolving resource provides all the tools required to better understand the Regulations and to ensure that the Official Languages Regulations Re-Application Exercise is carried out successfully.