MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tags: Reverted Mobile edit Mobile web edit |
No edit summary Tags: Reverted Mobile edit Mobile web edit |
||
Line 29: | Line 29: | ||
#footer { | #footer { | ||
background-color: # | background-color: #white; | ||
color: #dddddd; | color: #dddddd; | ||
padding: 30px 0; | padding: 30px 0; |
Revision as of 09:45, 18 April 2025
/* CSS placed here will be applied to all skins */ /* InfoBox */ .infobox { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; float: right; margin: 0 0 1em 1em; width: 250px; font-size: 90%; line-height: 1.4em; } .infobox th { background-color: #efefef; text-align: left; padding: 4px; } .infobox td { padding: 4px; } .page-Main_Page main header, .page-Main_Page main .page-heading { display: none !important; } /* ======= Stylish Footer Design ======= */ #footer { background-color: #white; color: #dddddd; padding: 30px 0; text-align: center; font-size: 14px; border-top: 3px solid #0078d7; } .footer-links a { color: #bbbbbb; text-decoration: none; margin: 0 12px; font-weight: bold; transition: color 0.3s ease; } .footer-links a:hover { color: #ffffff; text-decoration: underline; } .footer-icons a { display: inline-block; margin: 10px 8px; color: #bbbbbb; font-size: 18px; transition: color 0.3s ease; } .footer-icons a:hover { color: #ffffff; } .footer-text { margin-top: 15px; font-size: 12px; color: #999999; }