MediaWiki:Common.css: Difference between revisions
From Nasqueron Agora
(Tab as indent, links in white) |
(.btn a: !important) |
||
Line 13: | Line 13: | ||
.btn a, .btn a:hover, .btn a:visited { | .btn a, .btn a:hover, .btn a:visited { | ||
color: white; | color: white !important; | ||
} | } | ||
Revision as of 23:58, 16 February 2016
/* Call for actions button */
.btn {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
color: #ffffff;
font-size: 1.4em;
background: #4d7b94;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn a, .btn a:hover, .btn a:visited {
color: white !important;
}
.btn:hover {
background: #6caacc;
text-decoration: none;
}