Line 11: |
Line 11: |
| <style> | | <style> |
| .navigationBar { | | .navigationBar { |
− | text-align: center; /* Align the navigation left | center | right */
| + | text-align: center; /* Align the navigation left | center | right */ |
− | vertical-align:middle;
| + | vertical-align:middle; |
− | background-color:white; /* The color of the Navigation Bar */
| + | background-color:white; /* The color of the Navigation Bar */ |
− | font-size:16px; /* Size of the text */
| + | font-size:16px; /* Size of the text */ |
− | font-family: Arial,Helvetica Neue,Helvetica,sans-serif; /* Font Family */
| + | font-family: Arial,Helvetica Neue,Helvetica,sans-serif; /* Font Family */ |
− | padding:0;
| + | padding:0; |
− | margin: 0;
| + | margin: 0; |
− | list-style-type: none;
| + | list-style-type: none; |
− | list-style:none;
| + | list-style:none; |
− | width: 97%;
| + | width: 97%; |
| } | | } |
| + | |
| .navigationBar li a:hover{ | | .navigationBar li a:hover{ |
− | background-color: #6B5189 !important; /* Background-color of the navigation bar when hovering links */
| + | background-color: black !important; /* Background-color of the navigation bar when hovering links */ |
− | color: white; /* Color of the text */
| + | color: #fff; /* Color of the text */ |
| } | | } |
| + | |
| .navigationBar li a:focus { | | .navigationBar li a:focus { |
− | background-color: #6B5189 !important; /* The color that stay active after you've clicked the link */
| + | background-color: black !important; /* The color that stay active after you've clicked the link */ |
| } | | } |
| + | |
| .navigationBar li { | | .navigationBar li { |
− | display:inline-block;
| + | display:inline-block; |
| } | | } |
| + | |
| .navigationBar li a { | | .navigationBar li a { |
− | display:block;
| + | display:block; |
− | text-decoration: none;
| + | text-decoration: none; |
− | color: #6B5189 !important;
| + | color: #FFF !important; |
− | padding: 10px;
| + | padding: 10px; |
| } | | } |
| </style> | | </style> |
| + | |
| <ul class="navigationBar"> | | <ul class="navigationBar"> |
− | <li>Home</li>
| + | <li><a href=http://www.gcpedia.gc.ca/wiki/Meilleures_pratiques_en_sant%C3%A9_mentale_et_mieux-%C3%AAtre_-_Conseil_f%C3%A9d%C3%A9ral_du_Qu%C3%A9bec_(CFQ)#BO.C3.8ETE_.C3.80_OUTILS_POUR_EMPLOY.C3.89S><font color="mediumvioletred">BOÎTE À OUTILS POUR EMPLOYÉS</font></a></li> |
− | <li>Our Team</li>
| + | <li><a href=http://www.gcpedia.gc.ca/wiki/Meilleures_pratiques_en_sant%C3%A9_mentale_et_mieux-%C3%AAtre_-_Conseil_f%C3%A9d%C3%A9ral_du_Qu%C3%A9bec_(CFQ)#BO.C3.8ETE_.C3.80_OUTILS_POUR_GESTIONNAIRES><font color="lightseagreen">BOÎTE À OUTILS POUR GESTIONNAIRES</font></a></li> |
− | <li>How We Work</li>
| |
− | <li>3 Month Team Objectives</li>
| |
− | <li>Projects</li>
| |
− | <li>Contact Us</li>
| |
| </ul> | | </ul> |
| </html> | | </html> |