Line 23: | Line 23: | ||
/*Barre de navigation ******************************************************************************************************************************************************/ | /*Barre de navigation ******************************************************************************************************************************************************/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* { | * { | ||
Line 237: | Line 220: | ||
.bold { | .bold { | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | /******LINKS***************************************************************************************************************************************************/ | ||
+ | |||
+ | a:link { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | text-decoration: none; | ||
+ | color: black; | ||
} | } | ||
Revision as of 15:08, 29 August 2018