Starlio-web/localized-files/ru/static/css/main.css

211 lines
3 KiB
CSS
Raw Normal View History

2023-05-27 11:48:27 +03:00
body {
background-color: #2F3041;
color: white;
}
* {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
a {
text-decoration: none;
}
#content p, .form-select, #download {
font-family: 'Roboto', sans-serif;
}
#devices {
display: block;
width: 90%;
height: 90%;
}
@media (min-width: 0) {
#devices {
margin: 65% auto;
}
#title {
font-size: 2.5em;
margin-top: -170%;
2023-05-27 11:48:27 +03:00
}
#subtitle {
margin-top: -5%;
}
#description, #subtitle, #title {
text-align: center;
}
#google-play, #github {
width: 45%;
height: 45%;
}
#google-play {
2023-07-25 19:28:54 +03:00
margin-top: 66%;
2023-05-27 11:48:27 +03:00
margin-left: 5%;
}
}
@media (min-width: 576px) {
#devices {
margin: 50% auto;
}
#title {
font-size: 3em;
margin-top: -140%;
2023-05-27 11:48:27 +03:00
}
#google-play, #github {
width: 37%;
height: 37%;
}
#get-it-on {
margin-top: -2%;
2023-05-27 11:48:27 +03:00
text-align: center;
}
}
@media (min-width: 768px) {
#devices {
margin: 33% auto;
2023-05-27 11:48:27 +03:00
}
#title {
font-size: 3.5em;
margin-top: -110%;
}
#subtitle {
font-size: 1.2em;
}
#description {
font-size: 1.5em;
}
2023-05-27 11:48:27 +03:00
#description {
width: 90%;
margin: 0 auto;
}
#google-play, #github {
width: 30%;
height: 30%;
}
#get-it-on {
margin-top: -6%;
2023-05-27 11:48:27 +03:00
text-align: center;
}
}
@media (min-width: 992px) {
#devices {
margin: 33% auto;
2023-05-27 11:48:27 +03:00
}
#title {
font-size: 4em;
margin-top: -106%;
2023-05-27 11:48:27 +03:00
}
#description {
width: 70%;
margin: 0 auto;
font-size: 1.3em;
2023-05-27 11:48:27 +03:00
}
#google-play, #github {
width: 25%;
height: 25%;
}
#get-it-on {
margin-top: -5%;
2023-05-27 11:48:27 +03:00
text-align: center;
}
}
@media (min-width: 1200px) {
#devices {
margin: 13% auto;
2023-05-27 11:48:27 +03:00
}
#title {
font-size: 4.5em;
margin-top: -85%;
}
#description {
width: 55%;
margin: 0 auto;
}
#subtitle {
font-size: 1.5em;
}
#description {
font-size: 1.5em;
}
2023-05-27 11:48:27 +03:00
#google-play, #github {
width: 25%;
height: 25%;
}
#devices {
margin-top: 25%;
2023-05-27 11:48:27 +03:00
}
#get-it-on {
margin-top: -3%;
text-align: center;
}
}
@media (min-width: 1400px) {
#devices {
width: 50%;
height: 50%;
margin: 10% 2%;
}
#title {
font-size: 4em;
margin-top: -37%;
margin-left: 50%;
}
#subtitle {
font-size: 2em;
margin-top: -2%;
margin-left: 50%;
}
#description {
font-size: 1.1em;
width: 30%;
margin: 2% 60%;
}
#google-play, #github {
width: 35%;
height: 35%;
}
#get-it-on {
margin-top: -35%;
2023-05-27 11:48:27 +03:00
margin-left: 47%;
}
}