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

MediaWiki:Citizen.css

MediaWiki interface page

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.mp-hero {
  text-align: center;
  padding: 30px 20px;
  background: #fff6f9;
  border-radius: 12px;
  margin-bottom: 20px;
}
.mp-hero h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}
.mp-hero p {
  font-size: 1.1em;
  color: #444;
}

.mp-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.mp-card {
  width: 280px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
.mp-card:hover {
  transform: translateY(-5px);
}

.mp-card-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.mp-card-body {
  font-size: 0.95em;
  text-align: center;
  color: #555;
}
/* All CSS here will be loaded for users of the Citizen skin */
.mp-hero {
  text-align: center;
  padding: 30px 20px;
  background: #fff6f9;
  border-radius: 12px;
  margin-bottom: 20px;
}
.mp-hero h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}
.mp-hero p {
  font-size: 1.1em;
  color: #444;
}

.mp-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.mp-card {
  width: 280px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
.mp-card:hover {
  transform: translateY(-5px);
}

.mp-card-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.mp-card-body {
  font-size: 0.95em;
  text-align: center;
  color: #555;
}