Bản mẫu:Mặt trăng/styles.css
Phiên bản vào lúc 12:47, ngày 19 tháng 11 năm 2020 của Tttrung (Thảo luận | đóng góp)
.top {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Full_moon%2C_clear_skies_%28May_2014%29%28175371813%29.jpg/1024px-Full_moon%2C_clear_skies_%28May_2014%29%28175371813%29.jpg);
  background-size: cover;
  width: 100%;
  position: relative; 
}
.top1 {
  padding: 20px 30% 20px 30px;
  top: 0px;
  text-align:justify;
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(25,25,45,1));
  width: 50%;
  color: white;
}
.top a.new:link {
  color: #e0c7fc !important;
}
.top a.new:visited {
  color: #e0c7fc !important;
}
.top a.new:hover {
  color: #f2e6ff !important;
}
.top a.new:active {
  color: #e0c7fc !important;
}
.top a:link {
  color: #e87048 !important;
}
.top a:visited {
  color: #e87048 !important;
}
.top a:hover {
  color: #ed9274 !important;
}
.top a:active {
  color: #e87048 !important;
}
.mid {
  display: flex;
  flex-wrap: wrap;
}
.mid .mid1 {
  flex: 0 0 calc(35% - 20px);
  margin: 0 10px 0 10px;
}
.mid .mid2 {
  flex: 0 0 calc(65% - 60px);
  margin: 0 30px 0 30px;
  text-align: justify;
}
.mid .mid2 h2 {
  font-weight: bold;
}
.mid .mid2 h2:after {
  border: none;
}
.mid .mid2 p {
  text-align: justify;
}
.mid .mid1 .thumb {
  margin-top: 2.25em;
  margin-bottom: 10px;
}
.mid .mid1 blockquote {
  margin-top: 2.25em;
  border-left: 4px solid #ff5a28;
  max-width: 300px;
  text-align:justify;
  padding:10px;
}
.bot {
 background-color: #262635;
 color: white;
 padding: 20px;
}
.bot a.new:link {
  color: #e0c7fc !important;
}
.bot a.new:visited {
  color: #e0c7fc !important;
}
.bot a.new:hover {
  color: #f2e6ff !important;
}
.bot a.new:active {
  color: #e0c7fc !important;
}
.bot h2 {
  font-weight: bold;
}
.bot h2:after {
  border: none;
}
.bot .infobox {
  color: white;
  background-color: #262635;
}
.bot a:link {
  color: #e87048 !important;
}
.bot a:visited {
  color: #e87048 !important;
}
.bot a:hover {
  color: #ed9274 !important;
}
.bot a:active {
  color: #e87048 !important;
}
@media only screen and (max-width: 1100px) {
 .top1 {
  padding: 5px;
  width: calc(100% - 10px);
 }
 .mid .mid1 {
  flex: 0 0 100%;
  margin: 0;
 }
 .mid .mid2 {
  flex: 0 0 100%;
  margin: 0;
 }
 .bot {
  padding:5px;
 }
 .mid .mid1 .thumb, .mid .mid1 blockquote {
  margin-top: 0;
 }
}