MediaWiki:Common.css: Difference between revisions

Created page with "CSS placed here will be applied to all skins: .pfUploadable a, .pfUploadLink { background: #f8f9fa; border: 1px solid #a2a9b1; color: #202122 !important; padding: 6px 12px; border-radius: 2px; } .pfUploadable a:hover { background: #ffffff; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@media (max-width: 600px) {
.pfUploadable a,
    .infobox-crt-model {
.pfUploadLink {
        float: none !important;
  background: #f8f9fa;
        width: 100% !important;
  border: 1px solid #a2a9b1;
        margin: 0 0 1em 0 !important;
  color: #202122 !important;
        max-width: 100% !important;
  padding: 6px 12px;
    }
  border-radius: 2px;
}
 
.pfUploadable a:hover {
  background: #ffffff;
}
}
MediaWiki Appliance - Powered by TurnKey Linux