Difference between revisions of "MediaWiki:Common.css"
From DiceRoller Documentation
| Line 35: | Line 35: | ||
.skin-greystuff #mw-content-text a:hover {  | .skin-greystuff #mw-content-text a:hover {  | ||
     text-decoration: underline;  |      text-decoration: underline;  | ||
| + | }  | ||
| + | |||
| + | .skin-greystuff input[type="submit"], .skin-greystuff input[type="button"], .skin-greystuff button {  | ||
| + |     color: #000000;  | ||
}  | }  | ||
Revision as of 20:53, 12 April 2017
/* CSS placed here will be applied to all skins */
@import url('/DiceRoller/font-awesome-4.7.0/css/font-awesome.min.css');
.shaded {
    background-color: #f5f5f5;
    padding-left: 3px;
    padding-right: 3px;
}
/* make links more obvious on greystuff */
.skin-greystuff #mw-content-text a {
    color: #0000ff;
}
.skin-greystuff #mw-content-text a.new {
    color: #ff0000;
}
.skin-greystuff #mw-content-text a.external {
    color: #0000ff;
}
.skin-greystuff #mw-content-text a:visited {
    color: #8f00ff;
}
.skin-greystuff #mw-content-text a.new:visited {
    color: #800000;
}
.skin-greystuff #mw-content-text a.external:visited {
    color: #8f00ff;
}
.skin-greystuff #mw-content-text a:hover {
    text-decoration: underline;
}
.skin-greystuff input[type="submit"], .skin-greystuff input[type="button"], .skin-greystuff button {
    color: #000000;
}