Upload files to "website/weather"

This commit is contained in:
2026-01-19 15:06:16 +00:00
parent 162eb16d71
commit 76aac92fc5
3 changed files with 401 additions and 0 deletions

42
website/weather/style.css Normal file
View 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;
}