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
Created page with ".mainpage-title { outline: 2px dashed hotpink !important; }"
 
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;

}