Changes

no edit summary
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;
border-bottom:solid 2px grey;
+
 
 
}
 
}
   −
.navelement span{
+
/* ********************************************
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;
 
}
 
}
 +
 +
/* ********************************************
 +
*
 +
* *******************************************/
 +
 +
 
}}
 
}}