player
This commit is contained in:
parent
09ff5728cb
commit
14ae8ef1d5
3 changed files with 96 additions and 160 deletions
40
app/static/css/partials/_player.scss
Normal file
40
app/static/css/partials/_player.scss
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#player {
|
||||
font-family: "noto_sans";
|
||||
width: 100%;
|
||||
color: #ddd;
|
||||
|
||||
h1 {
|
||||
padding-left: var(--spacing-2);
|
||||
padding-right: var(--spacing-2);
|
||||
padding-top: 32px;
|
||||
font-size: 20px;
|
||||
letter-spacing: 1px;
|
||||
font-weight: bold;
|
||||
max-width: var(--container-width);
|
||||
margin: auto;
|
||||
}
|
||||
h2 {
|
||||
padding: 4px var(--spacing-2);
|
||||
max-width: var(--container-width);
|
||||
margin: auto;
|
||||
}
|
||||
.info {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.vbox {
|
||||
max-width: var(--container-width);
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
.player {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-width: var(--container-width);
|
||||
max-height: 80vh;
|
||||
margin: auto;
|
||||
}
|
||||
.annotation {
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
@ -7,5 +7,6 @@
|
|||
@import "partials/film";
|
||||
@import "partials/text";
|
||||
@import "partials/ascroll";
|
||||
@import "partials/player";
|
||||
@import "partials/about";
|
||||
@import "partials/contact";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue