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-footer { | |||
background-color: #f1f1f1; | |||
border-top: 1px solid #ccc; | |||
padding: 10px 0; | |||
text-align: center; | |||
font-size: 0.9em; | |||
color: #333; | |||
} | } |
Revision as of 09:51, 11 August 2024
/* CSS placed here will be applied to all skins */ #ca-viewsource { display: none; } #custom-footer { background-color: #f1f1f1; border-top: 1px solid #ccc; padding: 10px 0; text-align: center; font-size: 0.9em; color: #333; }