Upload files to "website/weather"
This commit is contained in:
42
website/weather/style.css
Normal file
42
website/weather/style.css
Normal file
@@ -0,0 +1,42 @@
|
||||
/*
|
||||
Lunar-style simple portal CSS
|
||||
*/
|
||||
|
||||
html, body {
|
||||
font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
color: #222;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: #a22121;
|
||||
}
|
||||
|
||||
.center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.forecastItem {
|
||||
margin: 14px 0;
|
||||
}
|
||||
|
||||
.forecastItem img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 12px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user