跳转到内容

模板:迷你世界首页顶部/styles.css

来自迷你世界维基
常青藤留言 | 贡献2026年2月8日 (日) 14:42的版本 (创建页面,内容为“.mw-top-banner { display: flex; align-items: center; padding: 16px 20px; background: linear-gradient(to bottom, #f8fcff, #eaf3fb); border: 1px solid #d8e2ec; border-radius: 4px; margin-bottom: 20px; } .mw-top-left { margin-right: 20px; } .mw-top-center { flex: 1 1 auto; } .mw-top-title { font-size: 28px; font-weight: 400; color: #0645ad; margin-bottom: 6px; } .mw-top-slogan { font-size: 14px; color: #54595d; } .mw-top-right {…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.mw-top-banner {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: linear-gradient(to bottom, #f8fcff, #eaf3fb);
  border: 1px solid #d8e2ec;
  border-radius: 4px;
  margin-bottom: 20px;
}

.mw-top-left {
  margin-right: 20px;
}

.mw-top-center {
  flex: 1 1 auto;
}

.mw-top-title {
  font-size: 28px;
  font-weight: 400;
  color: #0645ad;
  margin-bottom: 6px;
}

.mw-top-slogan {
  font-size: 14px;
  color: #54595d;
}

.mw-top-right {
  text-align: right;
  white-space: nowrap;
}

.mw-top-count {
  font-size: 14px;
  color: #202122;
  margin-bottom: 6px;
}

.mw-top-links {
  font-size: 13px;
}

.mw-top-links a {
  color: #0645ad;
  text-decoration: none;
}

.mw-top-links a:hover {
  text-decoration: underline;
}