Difference between revisions of "MediaWiki:Common.css"
From DiceRoller Documentation
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | |||
.shaded { | .shaded { | ||
Line 9: | Line 8: | ||
/* make links more obvious on greystuff */ | /* make links more obvious on greystuff */ | ||
+ | /* | ||
.skin-greystuff #mw-content-text a { | .skin-greystuff #mw-content-text a { | ||
color: #0000ff; | color: #0000ff; | ||
Line 40: | Line 40: | ||
color: #222222 !important; | color: #222222 !important; | ||
} | } | ||
− | + | */ | |
− | + | #p-logo, #footer-banner, #footer-navigation, #f-copyrightico, #f-poweredbyico { | |
− | + | display: none; | |
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 18:37, 22 February 2020
/* CSS placed here will be applied to all skins */
.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: #222222 !important;
}
*/
#p-logo, #footer-banner, #footer-navigation, #f-copyrightico, #f-poweredbyico {
display: none;
}
.nonumtoc .tocnumber {
display: none;
}