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
Line 3: | Line 3: | ||
{{#css: | {{#css: | ||
+ | /* ******************************************** | ||
+ | * table cells | ||
+ | * *******************************************/ | ||
.navelement{ | .navelement{ | ||
background-color:white; | background-color:white; | ||
color:red; | color:red; | ||
− | border-right: snow 5px ridge; | + | border-right: snow 5px ridge; |
− | border-bottom:0px; | + | border-bottom:0px; |
− | padding-right: 0px; | + | padding-right: 0px; |
− | padding-left: 0px; | + | padding-left: 0px; |
− | padding-bottom: 2px; | + | padding-bottom: 2px; |
− | padding-top: 2px; | + | padding-top: 2px; |
− | text-align: center; | + | text-align: center; |
− | font-family: (Cooper black); | + | font-family: (Cooper black); |
− | font-size: 13pt; | + | font-size: 13pt; |
− | + | ||
} | } | ||
− | .navelement | + | /* ******************************************** |
− | color:black; | + | * links |
− | font-weight:600; | + | * *******************************************/ |
+ | |||
+ | .navelement a{ | ||
+ | display: block; | ||
+ | color:black; | ||
+ | font-weight:600; | ||
+ | border-bottom:solid 2px grey; | ||
+ | } | ||
+ | .navelement a:hover,.navelement focus{ | ||
+ | background-color:#E9E5ED; | ||
} | } | ||
+ | |||
+ | /* ******************************************** | ||
+ | * | ||
+ | * *******************************************/ | ||
+ | |||
+ | |||
}} | }} | ||