screen/css/level2.css

77 lines
1.1 KiB
CSS

body {
font-family: 'Oswald';
font-weight: 300;
color: #fff;
opacity: 0.8;
background-color: rgb( 215, 150, 130 );
}
body:after {
content: '';
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url('../images/overlay.png');
z-index: -1;
}
.panel {
font-family: 'Roboto';
position: relative;
background: #fff;
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25);
padding: 1em;
color: #777;
}
h1, h2, h3, h4, h5, h6 {
font-size: 1.25em;
font-weight:400;
margin-bottom: 0;
}
.time, .date {
text-align: center;
color: #ffffff;
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 {
margin-top: 25px;
opacity: 0.8;
}
.logo {
text-align: center;
font-size: 8em;
margin-top: 25px;
opacity: 0.8;
}