Difference between revisions of "Template:Groningen/CSS"

 
(3 intermediate revisions by the same user not shown)
Line 27: Line 27:
  
 
.brownbutton {
 
.brownbutton {
  color: #009739 !important;
+
  color: #805113 !important;
 
}
 
}
  
 
.redbutton {
 
.redbutton {
  color: #009739 !important;
+
  color: #E4140F !important;
 
}
 
}
  
 
.bluebutton {
 
.bluebutton {
  color: #009739 !important;
+
  color: #174290 !important;
 
}
 
}
  
Line 72: Line 72:
 
}
 
}
 
.greenbutton {display:none; }
 
.greenbutton {display:none; }
 +
.blackbutton {display:none; }
 +
.brownbutton {display:none; }
 +
.bluebutton {display:none; }
 +
.redbutton {display:none; }
  
 
}
 
}
Line 81: Line 85:
 
}
 
}
  
 +
.blackbutton:hover, .blackbutton:active {
 +
    color: #00140Fad !important;
 +
}
 +
 +
.brownbutton:hover, .brownbutton:active {
 +
    color: #805113ad !important;
 +
}
 +
 +
.bluebutton:hover, .bluebutton:active {
 +
    color: #174290ad !important;
 +
}
 +
 +
.redbutton:hover, .redbutton:active {
 +
    color: #E4140Fad !important;
 +
}
  
  

Latest revision as of 23:32, 17 October 2018