MediaWiki:Common.css: Difference between revisions

From Painwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision 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 */
/* PainWiki wordmark in header */
#p-logo {
#mw-head-base::after,
    height: auto;
.mw-header::after {
    padding-bottom: 12px;
}
 
#p-logo::after {
     content: '';
     content: '';
     display: block;
     display: block;
     background-image: url('/wiki/images/wordmark_crop.png');
     background-image: url('/wiki/images/wordmark_crop_scale.png');
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     width: 220px;
     background-position: center;
     height: 55px;
     width: 160px;
     position: absolute;
     height: 40px;
     top: 8px;
     margin-top: 8px;
     left: 160px;
     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;
}