Difference between revisions of "User:Stephane.jomphe/navbarTemplate"

From wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{{#css:
 
{{#css:
 +
  
 
.navelement{
 
.navelement{
background-color:white;
+
  border-bottom:0px;  
color:red;
+
  padding-right: 0px;  
border-right: snow 5px ridge;
+
  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;
 
border-bottom:solid 2px grey;
 
 
}
 
}
  
.navelement span{
 
color:black;
 
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;
 +
}
 +
 +
.navelement a.selflink{
 +
  color:#684E7E;
 +
border-bottom:#684E7E solid 4px;
 +
 +
}
 +
 +
 
}}
 
}}
  

Latest revision as of 14:35, 9 May 2022