Toggle menu
1
1
104
ConquestPS Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

/wiki/MediaWiki:Common.css: Difference between revisions

From ConquestPS Wiki
Footer Styles
Tags: Reverted Visual edit
removed CSS for footer, it had no impact.
Tags: Manual revert 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;
}

Latest revision as of 18:12, 12 November 2025

.mainpage-title { outline: 2px dashed hotpink !important; }