Difference between revisions of "MediaWiki:Common.css"
| Line 5: | Line 5: | ||
} | } | ||
| − | # | + | #footer { |
| − | background-image: url(" | + | height: 40px; |
| − | + | margin-top: 8px; | |
| + | background-image: url("Footer.jpg"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| + | background-position: center; | ||
| + | background-color: #FFFFFF; | ||
} | } | ||
Revision as of 22:24, 25 February 2016
/* CSS placed here will be applied to all skins */
#ca-talk {
display: none !important;
}
#footer {
height: 40px;
margin-top: 8px;
background-image: url("Footer.jpg");
background-repeat: no-repeat;
background-position: center;
background-color: #FFFFFF;
}