Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!
Difference between revisions of "User:Stephane.jomphe/navbarTemplate"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#css: | {{#css: | ||
+ | |||
.navelement{ | .navelement{ | ||
− | + | border-bottom:0px; | |
− | + | padding-right: 0px; | |
− | + | padding-left: 0px; | |
− | border-bottom:0px; | + | padding-bottom: 2px; |
− | padding-right: 0px; | + | padding-top: 2px; |
− | padding-left: 0px; | + | text-align: center; |
− | padding-bottom: 2px; | + | font-family: (Cooper black); |
− | padding-top: 2px; | + | font-size: 13pt; |
− | text-align: center; | + | |
− | font-family: (Cooper black); | ||
− | font-size: 13pt; | ||
− | |||
} | } | ||
− | |||
− | |||
− | |||
+ | .navelement a{ | ||
+ | display: block; | ||
+ | color:black; | ||
+ | font-weight:600; | ||
+ | border-bottom:solid 2px grey; | ||
} | } | ||
+ | |||
+ | .navelement a:hover,.navelement focus{ | ||
+ | background-color:#E9E5ED; | ||
+ | } | ||
+ | |||
+ | .navelement a.selflink{ | ||
+ | color:#684E7E; | ||
+ | border-bottom:#684E7E solid 4px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
}} | }} | ||