Difference between revisions of "Template:Paris Bettencourt/cssHome"
Line 129: | Line 129: | ||
} | } | ||
− | .textContent .nav div a. | + | .textContent .nav div a.yellow span:after { |
content: ''; | content: ''; | ||
width: 100%; | width: 100%; | ||
Line 135: | Line 135: | ||
bottom: 0; | bottom: 0; | ||
left: 0; | left: 0; | ||
− | border-bottom: 1px solid | + | border-bottom: 1px solid #ffed00; |
transition: border-color 0.3s; | transition: border-color 0.3s; | ||
position: absolute; | position: absolute; | ||
+ | } | ||
+ | .textContent .nav div a.cyan span:after { | ||
+ | content: ''; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | border-bottom: 1px solid #009ee3; | ||
+ | transition: border-color 0.3s; | ||
+ | position: absolute; | ||
+ | } | ||
+ | .textContent .nav div a.magenta span:after { | ||
+ | content: ''; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | border-bottom: 1px solid #e5007d; | ||
+ | transition: border-color 0.3s; | ||
+ | position: absolute; | ||
+ | } | ||
+ | .textContent .nav div a.yellow:hover span:after, | ||
+ | .textContent .nav div a.cyan:hover span:after, | ||
+ | .textContent .nav div a.magenta:hover span:after { | ||
+ | border-bottom-width: 3px; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 08:44, 18 November 2015