2015-12-27 06:26:48 +01:00
|
|
|
.hello {
|
|
|
|
|
padding: 40px 15px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2016-01-24 09:12:10 +01:00
|
|
|
.controller_selection {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
2016-02-28 10:05:14 +01:00
|
|
|
|
2016-11-19 05:03:50 +01:00
|
|
|
.hidden {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-15 15:58:41 +02:00
|
|
|
.huge_text {
|
2016-11-19 08:03:54 +01:00
|
|
|
font-size: 2.5em;
|
2016-10-15 15:58:41 +02:00
|
|
|
}
|
|
|
|
|
|
2016-03-20 07:54:20 +01:00
|
|
|
@media all and (orientation: portrait) {
|
|
|
|
|
#bucket_image {
|
|
|
|
|
width: 90%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-02-28 10:05:14 +01:00
|
|
|
|
2016-03-20 07:54:20 +01:00
|
|
|
@media all and (orientation: landscape) {
|
|
|
|
|
#bucket_image {
|
|
|
|
|
width: 40%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2016-02-28 10:05:14 +01:00
|
|
|
}
|
2016-10-23 15:57:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media all and (orientation: portrait) {
|
|
|
|
|
#alarm_image {
|
2016-11-19 08:03:54 +01:00
|
|
|
width: 70%;
|
2016-10-23 15:57:04 +02:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (orientation: landscape) {
|
|
|
|
|
#alarm_image {
|
2016-11-19 08:03:54 +01:00
|
|
|
width: 30%;
|
2016-10-23 15:57:04 +02:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-29 17:01:09 +02:00
|
|
|
|
|
|
|
|
.clickable {
|
2016-11-19 05:03:50 +01:00
|
|
|
cursor:pointer;
|
2016-10-29 17:01:09 +02:00
|
|
|
}
|