Changes

time to go a step further
Line 26: Line 26:  
     border-color: white;
 
     border-color: white;
 
     background-color:#E9F3FE;
 
     background-color:#E9F3FE;
 +
}
 +
.globalbutton {
 +
  -webkit-border-radius: 13;
 +
  -moz-border-radius: 13;
 +
  border-radius: 13px;
 +
  font-family: Arial;
 +
  color: #ffffff;
 +
  font-size: 20px;
 +
  background: #3baef5;
 +
  padding: 10px 20px 10px 20px;
 +
  text-decoration: none;
 
}
 
}
    +
.globalbutton:hover {
 +
  background: #2b9ce3;
 +
  text-decoration: none;
 +
}
 
.wikia-menu-button {
 
.wikia-menu-button {
 +
    button:focus {outline:0;}
 
     border-style: double;
 
     border-style: double;
 
     border-radius:9px;
 
     border-radius:9px;