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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 25: Line 25:
   font-size: 0.9em;
   font-size: 0.9em;
   color: #444;
   color: #444;
}
.no-display {
  display: none;
}
}

Revision as of 23:31, 24 May 2025

/* CSS placed here will be applied to all skins */

.carousel-container {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem 0;
}
.card {
  flex: 0 0 auto;
  width: 200px;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 8px;
  background: #f9f9f9;
}
.card-image {
  text-align: center;
}
.card-title {
  font-weight: bold;
  margin-top: 0.5rem;
}
.card-snippet {
  font-size: 0.9em;
  color: #444;
}
.no-display {
  display: none;
}