MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 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; | |||
} | |||
#p-logo::after { | |||
background-image: url('/wiki/images/ | content: ''; | ||
display: block; | |||
background-image: url('/wiki/images/wordmark_crop_scale.png'); | |||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
width: | background-position: center; | ||
height: | 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;
}