/wiki/MediaWiki:Common.css
From ConquestPS Wiki
More actions
.mainpage-title { outline: 2px dashed hotpink !important; }
/* === Footer styles === */
.footer-wrapper {
text-align: center;
border-top: 1px solid #ccc;
padding: 20px 0;
background: #f9f9f9;
font-size: 0.9em;
}
.footer-logo img {
display: block;
margin: 0 auto 8px auto;
border: none;
background: none;
}
.footer-text {
margin: 6px 0;
color: #555;
}
.footer-links a {
color: #3366cc;
text-decoration: none;
margin: 0 4px;
}
.footer-links a:hover {
text-decoration: underline;
}