Difference between revisions of "Language Training Hub/Handbook"
Jump to navigation
Jump to search
(Created page with "Handbook") |
|||
Line 1: | Line 1: | ||
− | Handbook | + | <!--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" | ||
+ | |||
+ | |- valign="top" | ||
+ | | style="color: #3C646E; background-color: white; font-size:1.5em;" | | ||
+ | <span style="font-size: 2em;">Best Practices</span> | ||
+ | <!--Navigation coding BEGINS--> | ||
+ | {{#css: | ||
+ | div.nav { | ||
+ | margin: 0 0 15px 0; | ||
+ | background-color: #F4D086; | ||
+ | font-size:0; | ||
+ | } | ||
+ | div.nav ul { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | list-style: none; | ||
+ | position: relative; | ||
+ | } | ||
+ | div.nav ul li { | ||
+ | display:inline-block; | ||
+ | background-color: #F4D086; | ||
+ | } | ||
+ | div.nav a { | ||
+ | display:block; | ||
+ | padding:0 10px; | ||
+ | color:#000; | ||
+ | font-size:16px; | ||
+ | font-weight:600; | ||
+ | line-height: 60px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | div.nav a:hover, | ||
+ | div.nav a.mw-selflink, | ||
+ | div.nav a.mw-selflink:hover { | ||
+ | color:#FFF; | ||
+ | background-color: #3C646E; | ||
+ | } | ||
+ | |||
+ | 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:GCCollab Carrefour alpinisme 2145x280.png|alt=Header Image of a mountain climber]]</div></div> | ||
+ | <div class="nav"> | ||
+ | <ul> | ||
+ | <li>[[Language_Training_Hub|Home]]</li> | ||
+ | <li>[[Language Training Hub/Guidelines|Guidelines]]</li> | ||
+ | <li>[[Language Training Hub/Handbook|Handbook]]</li> | ||
+ | <li>[[Language Training Hub/Playbook|Playbook]]</li> | ||
+ | <li>[[Language Training Hub/Best Practices|Best Practices]]</li> | ||
+ | <li>[[Language Training Hub/Frequently Asked Questions|FAQ]]</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!--Navigation coding ENDS--> | ||
+ | <div style="text-align: right;">[[:en:Carrefour de la formation linguistique/Meilleures pratiques|'''FRANÇAIS''']]</div> | ||
+ | |||
+ | {| width="100%" cellspacing="15" cellpadding="10" | ||
+ | |||
+ | |- valign="top" | ||
+ | | style="color: black; background-color: white; font-size:1.2em;" | | ||
+ | <span style="font-size: 1.5em;">Best Practices in Official Languages</span> | ||
+ | <br> | ||
+ | [[File:Leafs 250x250px.png|120px|left|alt=Intro icon]] | ||
+ | A collection of best practices in official languages (Coming Spring 2024) | ||
+ | |} | ||
+ | |} |
Revision as of 12:02, 28 May 2024
Best Practices
|