Difference between revisions of "MediaWiki:Common.css"
Answersadmin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: #ca-talk { display:none!important; } #ca-history { display:none!important; }") |
Answersadmin (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
| + | |||
| + | .topbanner img { | ||
| + | max-width: 100%; | ||
| + | height: auto; | ||
| + | width: auto; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | #f-poweredbyico { display: none; } | ||
| + | #ca-talk { display:none!important; } | ||
| + | |||
| + | #ca-history { display:none!important; } | ||
| + | |||
| + | #t-specialpages { display:none!important; } | ||
| + | |||
| + | |||
| + | |||
| + | #t-whatlinkshere { display:none!important; } | ||
Latest revision as of 05:00, 25 April 2019
/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
.topbanner img {
max-width: 100%;
height: auto;
width: auto;
}
#f-poweredbyico { display: none; }
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#t-specialpages { display:none!important; }
#t-whatlinkshere { display:none!important; }