MediaWiki:Common.css: Difference between revisions

From Painwiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 10: Line 10:
     width: 200px;
     width: 200px;
     height: 50px;
     height: 50px;
}
#firstHeading { display: none; }
.mw-wiki-logo {
    background-image: url('/wiki/images/wordmark_crop.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 65px;
}
}

Revision as of 04:06, 14 April 2026

#ca-talk { display: none !important; }
#ca-watch { display: none !important; }	
#ca-unwatch { display: none !important; }
#ca-delete { display: none !important; }
#ca-protect { display: none !important; }
#p-logo a {
    background-image: url('/wiki/images/wordmark_crop.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
}
#firstHeading { display: none; }

.mw-wiki-logo {
    background-image: url('/wiki/images/wordmark_crop.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 65px;
}