MediaWiki:Common.css: Difference between revisions
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
Line 3: | Line 3: | ||
#ca-viewsource { | #ca-viewsource { | ||
display: none; | display: none; | ||
} | |||
.custom-top-banner { | |||
background-color: #f8f9fa; | |||
color: #333; | |||
padding: 10px 20px; | |||
text-align: center; | |||
font-size: 14px; | |||
font-weight: bold; | |||
border-bottom: 1px solid #dcdcdc; | |||
margin-bottom: 10px; | |||
} | } |
Revision as of 11:01, 11 August 2024
/* CSS placed here will be applied to all skins */ #ca-viewsource { display: none; } .custom-top-banner { background-color: #f8f9fa; color: #333; padding: 10px 20px; text-align: center; font-size: 14px; font-weight: bold; border-bottom: 1px solid #dcdcdc; margin-bottom: 10px; }