Changes

no edit summary
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;
 +
 +
}
 +
 +
 
}}
 
}}