Template:UnWeather forecast/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.unweather-forecast {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.unweather-today {
  background:#f2f2f2;
  border-radius: 0.5rem;
}
.unweather-box {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  padding: 0.2rem;
  text-align: center;
  gap: 0.4rem;
  max-width: 120px;
}
.unweather-box-day {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.unweather-box-date {
  font-size: 0.8rem;
  line-height: 1;
}
.unweather-box-image img {
  border-radius: 0.5rem;
  border: 1px solid #999;
  width: 100px;
  height: 100px;
}
.unweather-box-text {
  font-size: 0.8rem;
  line-height: 1.1;
}