2014-08-31 03:25:24 +02:00
|
|
|
@import url(//fonts.googleapis.com/css?family=Lato|Istok+Web);
|
2014-07-20 14:29:31 +02:00
|
|
|
|
|
|
|
body {
|
2014-08-31 03:25:24 +02:00
|
|
|
font-family: 'Lato', sans-serif;
|
2014-07-20 14:29:31 +02:00
|
|
|
font-weight: 300;
|
2014-08-31 03:25:24 +02:00
|
|
|
color: rgb(240, 175, 63);
|
|
|
|
background-color: rgb(60, 33, 24);
|
2014-07-20 14:29:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body:after {
|
|
|
|
content: '';
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel {
|
2014-08-31 03:25:24 +02:00
|
|
|
font-family: 'Istok Web', sans-serif;
|
2014-07-20 14:29:31 +02:00
|
|
|
position: relative;
|
2014-08-31 03:25:24 +02:00
|
|
|
box-shadow: 1px 1px 3px 2px rgba(240,175,63,0.8);
|
2014-07-20 14:36:58 +02:00
|
|
|
padding: 0.2em 1em 1em 1em;
|
2014-07-20 23:19:59 +02:00
|
|
|
margin-bottom: 15px;
|
2014-07-23 18:07:21 +02:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel img {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
2014-07-20 14:29:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
font-weight:400;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time, .date {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time {
|
|
|
|
font-size: 10em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.date {
|
|
|
|
font-size: 2em;
|
|
|
|
margin-top: -30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.climacon {
|
|
|
|
margin-top: -0.45em;
|
|
|
|
font-size: 15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.currentTemp {
|
|
|
|
margin-top: -0.2em;
|
|
|
|
font-size: 8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.weather {
|
2014-07-20 22:49:00 +02:00
|
|
|
margin-top: 35px;
|
2014-07-20 14:29:31 +02:00
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 8em;
|
2014-07-20 22:49:00 +02:00
|
|
|
margin-top: 35px;
|
2014-07-20 14:29:31 +02:00
|
|
|
opacity: 0.8;
|
2014-07-20 22:49:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.open {
|
2014-08-31 03:28:09 +02:00
|
|
|
background: rgb(150, 199, 80);
|
2014-07-20 22:49:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.closed {
|
2014-08-31 03:25:24 +02:00
|
|
|
background: rgb(238, 108, 47);
|
2014-07-20 22:49:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.status {
|
|
|
|
text-align: center;
|
2014-08-31 03:25:24 +02:00
|
|
|
color: #fff;
|
2014-07-23 18:07:21 +02:00
|
|
|
}
|
2014-08-25 16:57:24 +02:00
|
|
|
|
|
|
|
.status h1 {
|
|
|
|
font-size: 7em;
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|