Difference between revisions of "Template:MIT"

Line 12: Line 12:
 
a {
 
a {
 
color: inherit !important;
 
color: inherit !important;
 +
}
 +
 +
.btn:link,
 +
.btn:visited{
 +
    display: inline-block;
 +
    padding: 10px 30px;
 +
    font-weight: 300;
 +
    text-decoration: none;
 +
    border-radius: 200px;
 +
    transition: background-color 0.2s, border 0.2s, color 0.2s;
 +
}
 +
 +
 +
.btn-full:link,
 +
.btn-full:visited{
 +
    background-color: #2980b9;
 +
    border: 1px solid #2980b9;
 +
    color: #fff;
 +
    margin-right: 15px;
 +
}
 +
 +
.btn-ghost:link,
 +
.btn-ghost:visited{
 +
    border: 1px solid #2980b9;
 +
    color: #2980b9;
 +
}
 +
 +
 +
.btn:hover,
 +
.btn:active{
 +
    background-color: #236d9d;
 +
}
 +
 +
 +
.btn-full:hover,
 +
.btn-full:active{
 +
    border: 1px solid #236d9d;
 +
 +
}
 +
 +
.btn-ghost:hover,
 +
.btn-ghost:active{
 +
    border: 1px solid #2980b9;
 +
    color: #fff;
 
}
 
}
  

Revision as of 20:44, 31 July 2017

<!DOCTYPE html>