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 */ | |||
/* PainWiki wordmark | #p-logo { | ||
# | height: auto; | ||
padding-bottom: 12px; | |||
} | |||
#p-logo::after { | |||
content: ''; | content: ''; | ||
display: block; | display: block; | ||
background-image: url('/wiki/images/ | 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; | |||
top: | margin-top: 8px; | ||
margin-left: 4px; | |||
} | |||
/* Safety Banner template */ | |||
.safety-banner { | |||
display: flex; | |||
align-items: flex-start; | |||
gap: 0.75em; | |||
background-color: #fff3cd; | |||
border: 2px solid #e6ac00; | |||
border-left: 6px solid #e6ac00; | |||
border-radius: 4px; | |||
padding: 0.85em 1em; | |||
margin: 1em 0; | |||
font-size: 0.95em; | |||
line-height: 1.5; | |||
} | |||
.safety-banner-icon { | |||
font-size: 1.4em; | |||
flex-shrink: 0; | |||
margin-top: 0.05em; | |||
color: #b8860b; | |||
} | |||
.safety-banner-body { | |||
flex: 1; | |||
} | |||
.safety-banner-body p:last-child { | |||
margin-bottom: 0; | |||
} | } | ||
Latest revision as of 09:49, 7 May 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;
}
/* Safety Banner template */
.safety-banner {
display: flex;
align-items: flex-start;
gap: 0.75em;
background-color: #fff3cd;
border: 2px solid #e6ac00;
border-left: 6px solid #e6ac00;
border-radius: 4px;
padding: 0.85em 1em;
margin: 1em 0;
font-size: 0.95em;
line-height: 1.5;
}
.safety-banner-icon {
font-size: 1.4em;
flex-shrink: 0;
margin-top: 0.05em;
color: #b8860b;
}
.safety-banner-body {
flex: 1;
}
.safety-banner-body p:last-child {
margin-bottom: 0;
}