Difference between revisions of "MediaWiki:Common.css"
From DiceRoller Documentation
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */  | /* CSS placed here will be applied to all skins */  | ||
| + | @import url("/fontawesome/css/all.css");  | ||
| + | |||
.shaded {  | .shaded {  | ||
| − |      background-color: #  | + |      background-color: #f5f5f5;  | 
| − |      padding-left:   | + |      padding-left: 3px;  | 
| − |      padding-right:   | + |      padding-right: 3px;  | 
}  | }  | ||
| − | |||
.skin-greystuff #mw-content-text a {  | .skin-greystuff #mw-content-text a {  | ||
| − |      color: #  | + |      color: #0000ff;  | 
| − | |||
}  | }  | ||
.skin-greystuff #mw-content-text a.new {  | .skin-greystuff #mw-content-text a.new {  | ||
| − |      color: #  | + |      color: #ff0000;  | 
| − | + | }  | |
| + | |||
| + | .skin-greystuff #mw-content-text a.external {  | ||
| + |      color: #0000ff;  | ||
}  | }  | ||
.skin-greystuff #mw-content-text a:visited {  | .skin-greystuff #mw-content-text a:visited {  | ||
| − |      color: #  | + |      color: #8f00ff;  | 
| − | |||
}  | }  | ||
.skin-greystuff #mw-content-text a.new:visited {  | .skin-greystuff #mw-content-text a.new:visited {  | ||
| − |      color: #  | + |      color: #800000;  | 
| − | + | }  | |
| + | |||
| + | .skin-greystuff #mw-content-text a.external:visited {  | ||
| + |      color: #8f00ff;  | ||
}  | }  | ||
.skin-greystuff #mw-content-text a:hover {  | .skin-greystuff #mw-content-text a:hover {  | ||
     text-decoration: underline;  |      text-decoration: underline;  | ||
| + | }  | ||
| + | |||
| + | .skin-greystuff #page-namespaces, .skin-greystuff #page-tools, .skin-greystuff #header-navigation-container {  | ||
| + |     display: none;  | ||
| + | }  | ||
| + | |||
| + | #p-logo, a.mw-wiki-logo {  | ||
| + |     display: none;  | ||
| + | }  | ||
| + | |||
| + | #footer-banner, #footer-navigation, #f-copyrightico, #f-poweredbyico {  | ||
| + |     display: none;  | ||
| + | }  | ||
| + | |||
| + | #footer, #footer-bottom {  | ||
| + |     padding: 0;  | ||
| + | }  | ||
| + | |||
| + | .nonumtoc .tocnumber {  | ||
| + |     display: none;  | ||
}  | }  | ||
Latest revision as of 19:25, 22 February 2020
/* CSS placed here will be applied to all skins */
@import url("/fontawesome/css/all.css");
.shaded {
    background-color: #f5f5f5;
    padding-left: 3px;
    padding-right: 3px;
}
.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 #page-namespaces, .skin-greystuff #page-tools, .skin-greystuff #header-navigation-container {
    display: none;
}
#p-logo, a.mw-wiki-logo {
    display: none;
}
#footer-banner, #footer-navigation, #f-copyrightico, #f-poweredbyico {
    display: none;
}
#footer, #footer-bottom {
    padding: 0;
}
.nonumtoc .tocnumber {
    display: none;
}