MediaWiki:Common.css: Difference between revisions

From Painwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
#ca-delete { display: none !important; }
#ca-delete { display: none !important; }
#ca-protect { display: none !important; }
#ca-protect { display: none !important; }
#firstHeading { display: none; }
/* PainWiki wordmark below sidebar logo */
#p-logo {
    height: auto;
    padding-bottom: 12px;
}


.mw-wiki-logo {
#p-logo::after {
     background-image: url('/wiki/images/painwikilogo.png') !important;
    content: '';
    display: block;
     background-image: url('/wiki/images/wordmark_crop_scale.png');
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     width: 150px;
    background-position: center;
     height: 150px;
     width: 160px;
     height: 40px;
    margin-top: 8px;
    margin-left: 4px;
}
}

Latest revision as of 04:14, 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; }
/* PainWiki wordmark below sidebar logo */
#p-logo {
    height: auto;
    padding-bottom: 12px;
}

#p-logo::after {
    content: '';
    display: block;
    background-image: url('/wiki/images/wordmark_crop_scale.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 40px;
    margin-top: 8px;
    margin-left: 4px;
}