MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
#custom-footer { | #custom-footer { | ||
background-color: # | background-color: #f5f5f5; | ||
border-top: 1px solid # | border-top: 1px solid #ddd; | ||
padding: | padding: 15px 0; | ||
text-align: center; | text-align: center; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #333; | color: #333; | ||
position: fixed; | |||
bottom: 0; | |||
width: 100%; | |||
box-shadow: 0 -1px 4px rgba(0,0,0,0.1); | |||
} | |||
#custom-footer a { | |||
color: #0066cc; | |||
text-decoration: none; | |||
} | |||
#custom-footer a:hover { | |||
text-decoration: underline; | |||
} | } | ||
Revision as of 09:54, 11 August 2024
/* CSS placed here will be applied to all skins */
#ca-viewsource {
display: none;
}
#custom-footer {
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding: 15px 0;
text-align: center;
font-size: 0.9em;
color: #333;
position: fixed;
bottom: 0;
width: 100%;
box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
}
#custom-footer a {
color: #0066cc;
text-decoration: none;
}
#custom-footer a:hover {
text-decoration: underline;
}