phantasma/app/static/css/partials/_ascroll.scss

51 lines
789 B
SCSS
Raw Normal View History

#ascroll {
2021-10-16 09:15:46 +00:00
font-family: "noto_sans";
2021-10-10 15:25:17 +00:00
width: 100%;
max-width: 1080px;
margin: auto;
h1 {
margin: 4px;
margin-top: 32px;
font-size: 24px;
letter-spacing: 1px;
font-weight: bold;
}
2021-10-11 13:50:19 +00:00
h2 {
margin: 4px;
}
.intro {
margin: 4px;
margin-bottom: 64px;
}
.player {
position: absolute;
display: none;
2021-10-10 15:25:17 +00:00
width: 100%;
height: auto;
2021-10-10 15:25:17 +00:00
max-width: 1080px;
margin: auto;
//transition: opacity 0.4s;
}
.annotation {
2021-10-11 09:28:51 +00:00
min-height: 100vh;
.frame {
img {
2021-10-10 15:25:17 +00:00
width: 100%;
height: auto;
}
2021-10-10 15:25:17 +00:00
figcaption {
text-align: right;
padding-right: 4px;
font-size: 14px;
}
}
.text {
margin: 20px 20px;
font-size: 22px;
line-height: 26px;
}
}
}