Difference between revisions of "Template:Copenhagen-Header"

Line 540: Line 540:
 
.button:hover {
 
.button:hover {
 
     background-color: #555;
 
     background-color: #555;
 +
}
 +
 +
#HQ_page .button {
 +
    min-width: 25%;
 +
    max-width: 28%;
 +
    border: 3px solid #f58631;
 +
    color: #f58631;
 +
    background-color: #FFF;
 +
    height: 30px;
 +
    font-size: 15px;
 +
    text-align: center;
 +
    border-radius: 5p;
 +
    padding: 0px 5px 0px 5px;
 +
    margin: auto;
 +
    -webkit-transition: background 0.2s linear;
 +
    -moz-transition: background 0.2s linear;
 +
    -ms-transition: background 0.2s linear;
 +
    -o-transition: background 0.2s linear;
 +
    transition: background 0.2s linear;
 
}
 
}
  

Revision as of 12:01, 24 September 2017