2021-08-31 08:56:03 +00:00
|
|
|
#start-page-heading {
|
2021-03-07 12:02:09 +00:00
|
|
|
margin-top: 20px;
|
2021-02-19 11:31:23 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#horizontal-line {
|
2021-02-19 11:31:23 +00:00
|
|
|
align-self: center;
|
2021-02-21 09:34:09 +00:00
|
|
|
width: 55em;
|
|
|
|
max-width: 100%;
|
2021-02-19 11:31:23 +00:00
|
|
|
min-height: 1px;
|
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#start-text-container {
|
2021-02-21 09:34:09 +00:00
|
|
|
max-width: 55em;
|
2021-02-19 11:31:23 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#start-link-container {
|
2021-02-21 09:34:09 +00:00
|
|
|
margin: 0;
|
2021-02-19 11:31:23 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#slide-progress {
|
2021-02-21 09:34:09 +00:00
|
|
|
width: 55em;
|
|
|
|
max-width: 100%;
|
2021-03-08 11:21:35 +00:00
|
|
|
min-height: 1px;
|
2021-02-19 11:31:23 +00:00
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#start-page {
|
2021-02-19 11:31:23 +00:00
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
2021-03-08 11:21:35 +00:00
|
|
|
justify-content: space-between;
|
2021-02-19 11:31:23 +00:00
|
|
|
align-items: center;
|
2021-02-19 12:37:07 +00:00
|
|
|
width: 100%;
|
2021-03-07 19:24:08 +00:00
|
|
|
height: 100%;
|
2021-02-19 11:31:23 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#slide-show {
|
2021-03-08 11:21:35 +00:00
|
|
|
height: var(--paper-slide-height);
|
2021-02-21 09:34:09 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2021-03-07 16:20:08 +00:00
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#start-page::before {
|
2021-03-08 11:21:35 +00:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#start-page #start-page-content {
|
2021-03-07 19:24:08 +00:00
|
|
|
width: 100%;
|
2021-03-08 11:21:35 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
margin-top: 0;
|
2021-03-08 11:42:32 +00:00
|
|
|
padding: 1em 1em;
|
2021-03-08 11:21:35 +00:00
|
|
|
justify-content: start;
|
2021-03-07 19:24:08 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
2021-03-07 16:20:08 +00:00
|
|
|
width: 100%;
|
2021-03-07 19:24:08 +00:00
|
|
|
padding-bottom: 1em;
|
|
|
|
background-color: white;
|
2021-03-07 16:20:08 +00:00
|
|
|
}
|