Difference between revisions of "MediaWiki:Common.css"
From DCS World Wiki - Hoggitworld.com
m |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 22: | Line 22: | ||
a.new:visited { | a.new:visited { | ||
color: #b52b27 !important; | color: #b52b27 !important; | ||
| + | } | ||
| + | |||
| + | .btn a { | ||
| + | color: #fff !important; | ||
| + | } | ||
| + | |||
| + | .btn a:visited { | ||
| + | color: #fff !important; | ||
| + | } | ||
| + | |||
| + | h5, .h5 { | ||
| + | font-size: 17px !important; | ||
} | } | ||
Latest revision as of 05:28, 3 March 2021
/* CSS placed here will be applied to all skins */
a {
color: #337ab7 !important;
}
a.external {
color: #337ab7 !important;
}
a:visited {
color: #337ab7 !important;
}
a.external:visited {
color: #337ab7 !important;
}
a.new {
color: #b52b27 !important;
}
a.new:visited {
color: #b52b27 !important;
}
.btn a {
color: #fff !important;
}
.btn a:visited {
color: #fff !important;
}
h5, .h5 {
font-size: 17px !important;
}
