MediaWiki:Common.css: Difference between revisions

From Painwiki
Jump to navigation Jump to search
No edit summary
No edit summary
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; }
/* Wordmark below logo in sidebar */
/* PainWiki wordmark in header */
#p-logo::after {
#mw-head-base::after,
.mw-header::after {
     content: '';
     content: '';
     display: block;
     display: block;
Line 13: Line 11:
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     width: 220px;
     width: 180px;
     height: 55px;
     height: 45px;
    position: absolute;
     margin-top: 5px;
     top: 8px;
    left: 160px;
}
}

Revision as of 04:13, 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; }
/* Wordmark below logo in sidebar */
#p-logo::after {
    content: '';
    display: block;
    background-image: url('/wiki/images/wordmark_crop.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 45px;
    margin-top: 5px;
}