MediaWiki:Common.css: Difference between revisions

From Seawind1160Wiki
Jump to navigationJump to search
Created page with "CSS placed here will be applied to all skins: <div class="custom-footer"> © 2026 RJS Technologies, Inc. All contributions to this wiki are the property of their respective authors and are shared for internal knowledge and collaboration.<br> </div>"
 
No edit summary
 
Line 4: Line 4:
     © 2026 RJS Technologies, Inc. All contributions to this wiki are the property of their respective authors and are shared for internal knowledge and collaboration.<br>
     © 2026 RJS Technologies, Inc. All contributions to this wiki are the property of their respective authors and are shared for internal knowledge and collaboration.<br>
</div>
</div>
#t-specialpages {
    display: none !important;
}

Latest revision as of 13:38, 3 May 2026

/* CSS placed here will be applied to all skins */

<div class="custom-footer">
    © 2026 RJS Technologies, Inc. All contributions to this wiki are the property of their respective authors and are shared for internal knowledge and collaboration.<br>
</div>
#t-specialpages {
    display: none !important;
}