/wiki/MediaWiki:Common.css: Difference between revisions
From ConquestPS Wiki
More actions
AdminKursed (talk | contribs) Created page with ".mainpage-title { outline: 2px dashed hotpink !important; }" |
AdminKursed (talk | contribs) Footer Styles Tags: Reverted Visual edit |
||
| Line 1: | Line 1: | ||
.mainpage-title { outline: 2px dashed hotpink !important; } | .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; | |||
} | |||
Revision as of 18:06, 12 November 2025
.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;
}