Test - 20200711 - 02
[[module CSS]]
@import url(/make-the-cabinet-theme-msr/code/1);
[[/module]]
[[module CSS arguments...]]
#page-title {
  display: none;
}
.fake_title {
  font-size: 200%;
  color: #990011;
  padding: 0 0 0.25em;
  margin: 0 0 0.6em;
  border-bottom: 1px solid #bbb;
  font-weight: normal;
}
.fake_title p {
  padding: 0;
  margin: 0;
}
[[/module]]

[[module CSS arguments...]]
#page-title {
  display: none;
}
.fake_title {
  padding: 0 0 0.25em;
  margin: -11px 0 0.6em;
  font-weight: normal;
  color: #000;
  text-align: center;
  font-family: 'Arapey','Noto Serif JP', serif;
  font-size: 220%;
  transition: 1.2s;
  border-bottom: 1px solid #000;
}
.fake_title:hover {
  text-shadow:2px 2px 4px #292929;
}
.fake_title p {
  padding: 0;
  margin: 0;
}
.fake_title tt {
  font-family: 'Arapey','Noto Serif JP', serif;
}
[[/module]]

にしてくれ
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License