2021-09-30 17:09:42 +00:00
|
|
|
#ascroll {
|
|
|
|
font-family: "Noton Sans";
|
2021-10-10 15:25:17 +00:00
|
|
|
width: 100%;
|
|
|
|
max-width: 1080px;
|
|
|
|
margin: auto;
|
2021-09-30 17:09:42 +00:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 4px;
|
|
|
|
margin-top: 32px;
|
|
|
|
margin-bottom: 64px;
|
|
|
|
font-size: 24px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.player {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2021-10-10 15:25:17 +00:00
|
|
|
width: 100%;
|
2021-09-30 17:09:42 +00:00
|
|
|
height: auto;
|
2021-10-10 15:25:17 +00:00
|
|
|
max-width: 1080px;
|
|
|
|
margin: auto;
|
2021-09-30 17:09:42 +00:00
|
|
|
//transition: opacity 0.4s;
|
|
|
|
|
|
|
|
}
|
|
|
|
.annotation {
|
|
|
|
.frame {
|
|
|
|
img {
|
2021-10-10 15:25:17 +00:00
|
|
|
width: 100%;
|
2021-09-30 17:09:42 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
2021-10-10 15:25:17 +00:00
|
|
|
figcaption {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 4px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2021-09-30 17:09:42 +00:00
|
|
|
}
|
|
|
|
.text {
|
|
|
|
margin: 20px 20px;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 26px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|