Zum Inhalt springen

MediaWiki:Custom.css: Unterschied zwischen den Versionen

Aus Enzyklopädie der Nationen
Die Seite wurde neu angelegt: „.custom-mainpage-header { display: flex; align-items: center; padding: 20px 30px; border-bottom: 1px solid #a2a9b1; background: linear-gradient(#ffffff, #f8f9fa); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } .custom-mainpage-header a { color: #3366cc; text-decoration: none; } .custom-mainpage-header a:hover { text-decoration: underline; } .header-left { flex: 0 0 auto; margin-…“
 
Die Seite wurde geleert.
Markierung: Geleert
 
Zeile 1: Zeile 1:
.custom-mainpage-header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #a2a9b1;
  background: linear-gradient(#ffffff, #f8f9fa);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


.custom-mainpage-header a {
  color: #3366cc;
  text-decoration: none;
}
.custom-mainpage-header a:hover {
  text-decoration: underline;
}
.header-left {
  flex: 0 0 auto;
  margin-right: 25px;
}
.header-center {
  flex: 1 1 auto;
}
.site-title {
  font-size: 44px;
  font-weight: 600;
  color: #202122;
  line-height: 1.1;
}
.site-tagline {
  font-size: 16px;
  color: #54595d;
  margin-top: 6px;
}
.header-right {
  flex: 0 0 auto;
}
.header-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header-right li {
  margin: 4px 0;
  font-size: 15px;
}

Aktuelle Version vom 7. Januar 2026, 16:35 Uhr