You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
777 B
52 lines
777 B
2 years ago
|
body {
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.lesson-main>* {
|
||
|
margin: 1em 0;
|
||
|
}
|
||
|
iframe.background {
|
||
|
position: fixed;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
max-width: 100% !important;
|
||
|
border: none;
|
||
|
top: 0;
|
||
|
z-index: -1000;
|
||
|
}
|
||
|
.container {
|
||
|
margin: 2em auto;
|
||
|
padding: 15px 50px;
|
||
|
border-radius: 25px;
|
||
|
background-color: rgba(255, 255, 255, 0.9);
|
||
|
max-width: 700px;
|
||
|
width: 80%;
|
||
|
}
|
||
|
#language {
|
||
|
margin-top: -2em;
|
||
|
width: auto;
|
||
|
font-size: large;
|
||
|
}
|
||
|
.rss {
|
||
|
float:right;
|
||
|
width:46px;
|
||
|
height:46px;
|
||
|
}
|
||
|
.rss img {
|
||
|
width: 46px;
|
||
|
height: 46px;
|
||
|
}
|
||
|
|
||
|
|
||
|
@media (max-width: 600px) {
|
||
|
.container {
|
||
|
padding: 15px 20px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (prefers-color-scheme: dark) {
|
||
|
.container {
|
||
|
background-color: rgba(0, 0, 0, 0.9);
|
||
|
}
|
||
|
}
|