MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DiPlanung

Zeile 4: Zeile 4:
 
}
 
}
 
#p-logo-text a {font-variant: normal;}
 
#p-logo-text a {font-variant: normal;}
 +
 +
.teaser-grid {
 +
  display: grid;
 +
  grid-template-columns: repeat(3, 1fr);
 +
  gap: 20px;
 +
}
 +
 +
.teaser {
 +
  background: #f2f8ff;
 +
  padding: 15px;
 +
  border-radius: 8px;
 +
}
 +
 +
.teaser img {
 +
  max-width: 100%;
 +
  height: auto;
 +
}

Version vom 10. Februar 2026, 09:22 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content dt, #p-logo-text a {
  font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
#p-logo-text a {font-variant: normal;}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.teaser {
  background: #f2f8ff;
  padding: 15px;
  border-radius: 8px;
}

.teaser img {
  max-width: 100%;
  height: auto;
}