置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:点兔2022年愚人节/style.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
.home__wrap {
  max-width: 1400px;
  min-height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.home__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.home__kv {
  width: 65%;
  position: relative;
}
.home__banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27.5%;
  width: 10%;
}
.home__dialogue > div {
  position: absolute;
  padding: 50px 20px 20px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #fff;
  opacity: 0;
  z-index: 1;
}
.home__dialogue > div::before, .home__dialogue > div::after {
  content: "";
  position: absolute;
  z-index: 0;
}
.home__dialogue > div::after {
  top: 40px;
  bottom: 13px;
  left: 0;
  right: 0;
}
.home__dialogue-name {
  display: inline-block;
  background: #53bbff;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
  line-height: 1;
  border-radius: 0.2rem;
}
.home__dialogue-natsume::before {
  right: 15px;
  left: 100px;
}
.home__dialogue-elu::before {
  left: 15px;
  right: 100px;
}
.home__menu {
  width: 35%;
}
.home__h2 {
  font-family: "Rubik", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  border-bottom: 4px solid #6fc2ff;
  margin: 0.25em 0 0.1em;
}
.home__menu ul {
  display: flex;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2em;
  margin-left: 0 !important;
  padding-left: 0;
  list-style-type: none;
}
.home__menu li {
  width: calc(100% / 3);
  list-style-type: none;
}
.home__menu button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.home__menu button span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 2.4em;
}
.home__logo {
  padding: 0 1em;
}
@media screen and (max-width: 899px) {
  .home__banner {
    left: 40%;
    width: 20%;
    background-size: auto 60%;
  }
  .home__inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home__kv {
    width: 100%;
  }
  .home__dialogue > div {
    width: calc(100% - 1em);
  }
  .home__dialogue-natsume {
    top: 60%;
    left: 0;
  }
  .home__dialogue-elu {
    top: calc(60% - 1em);
    right: 0;
  }
  .home__dialogue-txt {
    width: 100%;
  }
  .home__menu {
    width: 400px;
    max-width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 10%, #fff calc(100% - 6em), rgba(255, 255, 255, 0));
    padding: 0 1em 2em;
  }
}
.audio-btn {
  width: 100%;
  height: 100%;
}

.story__inner {
  max-width: 900px;
  padding: 0;
  margin: auto;
  display: flex;
}
.story__bg {
  position: relative;
  width: 160px;
  max-width: 20%;
  flex-shrink: 0;
}
.story__bg span {
  position: sticky;
  top: 0;
  display: inline-block;
}
.story__main {
  padding: 2em;
}
.story__main > div {
  margin-bottom: 2em;
  opacity: 0;
}
.story__dialogue dl {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  opacity: 0;
  margin-left:0;
}
.story__dialogue dt {
  width: 100px;
  max-width: 15%;
  flex-shrink: 0;
}
.story__dialogue dd {
  width: 100%;
  position: relative;
  border: 2px solid #6fc2ff;
  background: #fff;
  padding: 1em 1.5em;
  margin: 0;
  overflow: visible;
}
.story__dialogue dd::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid;
  background: #fff;
  transform: rotate(135deg) skew(15deg, 15deg);
}
.story__dialogue-right {
  flex-direction: row-reverse;
}
.story__dialogue-right dd {
  margin-right: 1.5em;
  overflow: visible;
}
.story__dialogue-right dd::after {
  right: -0.5em;
  border-color: #6fc2ff transparent transparent #6fc2ff;
}
.story__dialogue-left dd {
  margin-left: 1.5em;
  overflow: visible;
}
.story__dialogue-left dd::after {
  left: -0.5em;
  border-color: transparent #6fc2ff #6fc2ff transparent;
}
.story__button button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .story__bg {
    max-width: 10%;
    display: none;
  }
  .story__bg img {
    height: 100vh;
    max-width: none;
  }
  .story__bg span {
    overflow: hidden;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 10%;
  }
  .story__main {
    padding: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  .story__dialogue dd {
    padding: 0.5em;
    margin-right: 1em;
  }
  .story__dialogue dd::after {
    width: 0.5em;
    height: 0.5em;
  }
  .story__dialogue-right dd::after {
    right: -0.25em;
  }
  .story__dialogue-left dd::after {
    left: -0.25em;
  }
}

.start__inner {
  max-width: 900px;
  padding: 0;
  margin: auto;
  display: flex;
}
.start__bg {
  position: relative;
  width: 160px;
  max-width: 20%;
  flex-shrink: 0;
}
.start__bg span {
  position: sticky;
  top: 0;
  display: inline-block;
}
.start__main {
  padding: 2em;
  width: 100%;
}
.start__main > div {
  margin-bottom: 2em;
}
.start__txt {
  border-bottom: 4px solid #6fc2ff;
}
.start__list li {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  cursor: pointer;
}
.start__list-door {
  flex-shrink: 0;
  max-width: 20%;
}
.start__list-txt {
  width: 15em;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
}
.start__list-txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #6fc2ff;
}
.start__list-txt::before {
  order: 1;
  display: block;
  width: 100%;
  color: #6fc2ff;
  text-align: center;
}
.start__button button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  width: 100%;
}
.start__button button img {
  flex-shrink: 0;
  max-width: 20%;
}
@media screen and (max-width: 600px) {
  .start__bg {
    max-width: 10%;
  }
  .start__main {
    padding: 0.5em;
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .start__bg {
    max-width: 10%;
  }
  .start__bg img {
    height: 100vh;
    max-width: none;
  }
  .start__bg span {
    overflow: hidden;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 10%;
  }
  .start__main {
    padding: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  .start__dialogue dd {
    padding: 0.5em;
    margin-right: 1em;
  }
  .start__dialogue dd::after {
    width: 0.5em;
    height: 0.5em;
  }
  .start__dialogue-right dd::after {
    right: -0.25em;
  }
  .start__dialogue-left dd::after {
    left: -0.25em;
  }
}

.game {
  color: #fff; font-size:16px; line-height:1.8;
}
.game__read {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6.5em;
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
}
.game__read::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 0;
}
.game__inner {
  max-width: 900px;
  margin: auto;
}
.game__question {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0 0.75rem;
  overflow: hidden;
}
.game__kv {
  order: 0;
  position: relative;
}
.game__kv-txt {
  position: relative;
  padding: 1em;
  z-index: 10;
}
.game__kv-txt::after {
  content: attr(data-status);
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.game__kv .game__kv-txt {
  max-width: 60%;
  line-height: 1.1;
}
.game__kv-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b3651;
  z-index: 0;
  overflow: hidden;
}
.game__kv-bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border: 1px solid #51bcff;
  filter: drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff);
  z-index: 10;
}
.game__title {
  position: absolute;
  top: 1em;
  left: 0;
  width: 50%;
  font-size: 1.1em;
}
.game__charaName {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 50%;
  font-size: 1.1em;
}
.game__charaImg {
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  width: 23%;
  z-index: 15;
}
.game__kvImg {
  position: relative;
  background: #0b3651;
  border: 0.4rem solid #0b3651;
  border-radius: 50%;
  width: 50%;
  margin: auto;
}
.game__kvImg img {
  z-index: 10;
  position: relative;
}
.game__line {
  position: absolute;
  top: -0.4rem;
  bottom: -0.4rem;
  right: -0.4rem;
  left: -0.4rem;
  background: #5cdcff;
  border-radius: 300px;
  margin: auto;
  clip-path: polygon(0 60%, 0 60%, 0 60%, 50% 50%);
}
.game__egg {
  position: absolute;
  right: -6.5%;
  bottom: 40%;
  width: 10%;
  z-index: 20;
}
.game__txt {
  order: 1;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
.game__answer {
  order: 2;
  line-height: 1.2;
}
.game__answer ul{
  margin:0 0 1em 0 !important;
  padding-left: 0;
}
.game__answer li {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #fff, #0b3651, #0b3651);
  margin-bottom: 1.5em;
  font-size: 1.25em;
  min-height: 3.5em;
}
.game__answer-txt {
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
}
.game__answer-txt img {
  object-fit:cover;
}
.game__answer-button {
  width: 150px;
  max-width: 20%;
  margin: -0.6em -1.2em -0.6em 0;
  flex-shrink: 0;
  display: flex;
}
.game__answer-button img {
  object-fit:contain;
}
@media screen and (max-width: 1000px) {
  .game__answer li {
    margin-right: 1.2em;
  }
}
@media screen and (max-width: 899px) {
  .game__read {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .game__kvImg {
    margin-right: 10%;
  }
  .game__title, .game__charaName {
    width: 65%;
  }
  .game__kv .game__kv-txt {
    max-width: 80%;
  }
  .game__answer li {
    min-height: 4em;
    font-size: 1.1em;
  }
  .game__read {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 400px) {
  .game__kvImg {
    margin-right: 5%;
    width: 60%;
  }
  .game__title {
    top: -2.5rem;
    width: 100%;
  }
  .game__charaName {
    bottom: 0;
    width: 100%;
  }
  .game__kv {
    padding-bottom: 2.5rem;
  }
  .game__kv .game__kv-txt {
    max-width: 100%;
  }
  .game__charaImg {
    bottom: 0;
  }
}

.clear {
  font-size:16px; line-height:1.8;
}
.clear__inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 1em 0 2em 0;
}
.clear__head {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}
.clear__name {
  display: flex;
  align-items: center;
  border-bottom: 4px solid #fdbad5;
  font-size: 1.8rem;
  width: 40%;
}
.clear__name-egg {
  width: 2.5em;
  padding: 0.2em;
}
.clear__name-name {
  padding: 0.5em;
}
.clear__comment {
  position: relative;
  border: 2px solid #6fc2ff;
  background: #fff;
  padding: 1em 1.5em;
  margin: 0;
  box-sizing: border-box;
}
.clear__comment::after {
  position: absolute;
  bottom: -0.5em;
  left: 1.5em;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid;
  border-color: transparent #6fc2ff #6fc2ff transparent;
  background: #fff;
  transform: rotate(45deg) skew(15deg, 15deg);
}
.clear__dialogue {
  max-width: 600px;
  margin: 2em auto;
  font-size: 1.1em;
  position: relative;
}
.clear__dialogue ul{
  margin:0 0 1em 0 !important;
  padding-left: 0;
}
.clear__dialogue ul:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clear__dialogue li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.clear__dialogue-txt {
  position: relative;
  width: 100%;
  min-height: 4em;
  line-height: 1.2;
  border: 2px solid #6fc2ff;
  background: #fff;
  padding: 0.5em 1em;
  margin: auto 0 auto 1.5em;
  display: flex;
  align-items: center;
}
.clear__dialogue-txt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5em;
  margin: auto;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid;
  border-color: transparent #6fc2ff #6fc2ff transparent;
  background: #fff;
  transform: rotate(135deg) skew(15deg, 15deg);
}
.clear__button {
  text-align: center;
}
.clear__button button {
  display: inline-block;
  padding: 0.8em 1.5em;
  background: #6fc2ff;
  color: #fff;
  font-family: "Rubik", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 0.3em;
}
.clear__read {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6em;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  margin: auto;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
}
.clear__read::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 0;
}
.clear__read-txt {
  position: relative;
  padding: 1em;
  z-index: 10;
}
.clear__read-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b3651;
  z-index: 0;
  overflow: hidden;
}
.clear__read-bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border: 1px solid #51bcff;
  filter: drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff);
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .clear__head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clear__head > div {
    width: 90%;
    margin-bottom: 0.5em;
  }
  .clear__dialogue {
    padding: 0 5%;
  }
  .clear__read {
    font-size: 5vw;
  }
}

.comics__inner {
  max-width: 800px;
  margin: auto;
}
.comics__ph {
  margin: 2em auto;
}
.comics__dialogue {
  cursor: pointer;
  position: relative;
}
.comics__dialogue ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-left: 0;
}
.comics__dialogue li {
  position: relative;
  background: #0b3651;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  color: #fff;
  box-sizing:border-box;
}
.comics__dialogue li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border: 1px solid #51bcff;
  filter: drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff) drop-shadow(0px 0px 0.25em #51bcff);
}
.comics__dialogue li > div {
  position: relative;
}
.comics__dialogue-name {
  display: inline-block;
  background: #53bbff;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
  line-height: 1;
  border-radius: 0.4rem;
}
/* [[Category:在模板名字空间下的CSS页面]] */