<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* weather-background.css */

/* 螟ｩ豌励↓繧医ｋ閭梧勹繧ｹ繧ｿ繧､繝ｫ */
body.譎ｴ繧� {
  background-size: cover;
  background-position: center;
}

body.譖�ｊ {
  background-size: cover;
  background-position: center;
}

body.髮ｨ {
  background-size: cover;
  background-position: center;
}

body.髮ｪ {
  background-size: cover;
  background-position: center;
}

body.蠏� {
  background-size: cover;
  background-position: center;
}

body.繧ｨ繝ｩ繝ｼ {
  background-size: cover;
  background-position: center;
  background-color: #ffcccc;
}

/* 繧ｦ繧｣繧ｸ繧ｧ繝�ヨ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.widget-area .weather-widget {
  background-color: #ffffff;
  border: 1px solid black;
  padding: 10px;
  border-radius: 5px;
}
</pre></body></html>