MediaWiki:Common.css: Difference between revisions
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; } | ||
/* Wordmark below logo in sidebar */ | |||
/* | #p-logo::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: | width: 180px; | ||
height: | height: 45px; | ||
margin-top: 5px; | |||
top: | |||
} | } | ||
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;
}