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

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

模板:ArthalsTest/style.css

来自RIA | Wiki
Arthals留言 | 贡献2022年12月3日 (六) 18:45的版本 (创建页面,内容为“#root { text-align: center; margin: 0 auto; width: 300px; height: 480px; background: #fefefe; border-radius: 0.7rem; box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; display: flex; flex-direction: column; } #name { font-size: 1.5rem; font-weight: 800; margin: 1rem 0; color: #7f1d1d; font-family: 'MiSans'; } #name::after { content: ''; display: block; width: 50%; height: 20px; background: #fca5a5; margin: -14px auto; } #resona…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
#root {
  text-align: center;
  margin: 0 auto;
  width: 300px;
  height: 480px;
  background: #fefefe;
  border-radius: 0.7rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  display: flex;
  flex-direction: column;
}
#name {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 1rem 0;
  color: #7f1d1d;
  font-family: 'MiSans';
}
#name::after {
  content: '';
  display: block;
  width: 50%;
  height: 20px;
  background: #fca5a5;
  margin: -14px auto;
}
#resonance {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
#resonance > .voice-left {
  height: 40px;
  width: 20px;
  background-repeat: no-repeat;
}
#resonance > .voice-right {
  height: 40px;
  width: 20px;
  background-repeat: no-repeat;
}
#resonance > .resonance-title {
  margin: 0 1rem;
  transform: translateY(-4px);
  color: #fca5a5;
  font-weight: 600;
  font-family: 'MiSans';
}

#info {
  display: flex;
  flex-direction: column;
}

#coordinate {
  display: flex;
  margin: 0.5rem 2rem;
}

.subtitle {
  width: 100px;
  text-align: left;
  font-weight: 600;
  font-family: 'MiSans';
  color: #292524;
}
a.coordinate-content {
  text-decoration: none;
}
a.coordinate-content:hover {
  text-decoration: underline;
}
.coordinate-content > span {
  font-family: 'MiSans';
  color: #a8a29e;
  font-size: 0.7rem;
}
.coordinate-content > span > span {
  font-weight: 600;
  color: #57534e;
  font-size: 1rem;
}