MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
#ca-protect { display: none !important; } | #ca-protect { display: none !important; } | ||
#firstHeading { display: none; } | #firstHeading { display: none; } | ||
/* PainWiki wordmark in header */ | |||
.mw- | #mw-head-base::after, | ||
background-image: url('/wiki/images/ | .mw-header::after { | ||
content: ''; | |||
display: block; | |||
background-image: url('/wiki/images/wordmark_crop.png'); | |||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
width: | width: 220px; | ||
height: | height: 55px; | ||
position: absolute; | |||
top: 8px; | |||
left: 160px; | |||
} | } | ||
Revision as of 04:10, 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; }
#firstHeading { display: none; }
/* PainWiki wordmark in header */
#mw-head-base::after,
.mw-header::after {
content: '';
display: block;
background-image: url('/wiki/images/wordmark_crop.png');
background-size: contain;
background-repeat: no-repeat;
width: 220px;
height: 55px;
position: absolute;
top: 8px;
left: 160px;
}