51 lines
745 B
CSS
51 lines
745 B
CSS
.datebox {
|
|
border:1px solid silver;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.section {
|
|
background-color: #f0f0f0;
|
|
text-transform: uppercase;
|
|
border-bottom:1px solid silver;
|
|
padding:5px;
|
|
}
|
|
|
|
.date, .location {
|
|
text-transform: uppercase;
|
|
padding:5px;
|
|
font-size: 90%;
|
|
color: #707070;
|
|
}
|
|
|
|
.location {
|
|
border-bottom:1px solid silver;
|
|
}
|
|
|
|
.timearea {
|
|
padding-left: 5px;
|
|
}
|
|
.time, .temp {
|
|
padding-left: 5px;
|
|
font-size: 250%;
|
|
line-height: 100%;
|
|
|
|
}
|
|
|
|
.weatherIcon {
|
|
padding-left: 5px;
|
|
font-size: 200%;
|
|
line-height: 100%;
|
|
|
|
}
|
|
.temp {
|
|
padding:5px;
|
|
}
|
|
.seconds {
|
|
font-size: 175%;
|
|
}
|
|
|
|
.temp, .weatherDescription, .weatherIcon {
|
|
display:table-cell;
|
|
width:33%;
|
|
}
|