MediaWiki:Common.css: Difference between revisions

From Painwiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(4 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; }
/* PainWiki wordmark below sidebar logo */
#p-logo {
    height: auto;
    padding-bottom: 12px;
}


#firstHeading { display: none; }
#p-logo::after {
 
    content: '';
.mw-wiki-logo {
    display: block;
     background-image: url('/wiki/images/wordmark_crop.png') !important;
     background-image: url('/wiki/images/wordmark_crop_scale.png');
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     width: 250px;
    background-position: center;
     height: 65px;
     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;
}