打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Project:首页/v2.0/styles.css

来自RIA | Wiki
Aunst留言 | 贡献2023年6月11日 (日) 16:51的版本 (Aunst移动页面模板:Project:首页/styles.css模板:Project:首页/v2.0/styles.css,不留重定向:​为新首页的样式留出空间)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.mainpage-row-cols-30em > .bs-col {
  flex: 1 0 30em;
}

.mainpage-header {
  padding: 0 1em;
  border-bottom: 1px solid #fc9494;
  background-image: linear-gradient(to bottom, transparent 65%, #fcefef 100%);
}

.mainpage-header > .bs-row {
  align-items: center;
}

.mainpage-welcome {
  font-size: calc(1.5em + 0.33vw);
  font-weight: 300;
}

.mainpage-main_nav {
  column-count: 3;
  text-align: center;
}

.mainpage-main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainpage-heading {
  margin-top: 1em;
  padding: 0;
  font-size: 1.5em;
  font-family: sans-serif;
  font-weight: 400;
  border-bottom: none;
}

.mainpage-portal-container > .bs-col {
  margin-bottom: 1.5em;
}

.mainpage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fc9494;
  border-radius: 0.25em;
  height: 100%;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mainpage-card > * {
  padding: 0.5em 1em;
  flex: 0 0 auto;
}

.mainpage-card-header, .mainpage-card-content {
  border-bottom: 1px solid #fcc8c8;
}

.mainpage-card-header {
  border-radius: 0.5em 0.5em 0 0;
  background-color: #fff7f7;
}

.mainpage-card-heading {
  margin: 0;
  padding: 0;
  border-bottom: none;
  font-size: 1.25em;
  font-family: sans-serif;
  font-weight: 500;
}

.mainpage-card-content {
  flex-grow: 1;
}

.mainpage-card-footer {
  border-radius: 0 0 0.5em 0.5em;
  background-color: #fff7f7;
}

.mainpage-card-content > p:first-child,
.mainpage-card-footer > p:first-child {
  margin-top: 0;
}

.mainpage-card-content > p:last-child,
.mainpage-card-footer > p:last-child {
  margin-bottom: 0;
}