Khác biệt giữa các bản “Bản mẫu:Biến đổi khí hậu/styles.css”
Dòng 19: | Dòng 19: | ||
height: 1px; | height: 1px; | ||
width: calc(100% - 80px); | width: calc(100% - 80px); | ||
+ | background: white; | ||
+ | } | ||
+ | .page-title::after { | ||
+ | content: ''; | ||
+ | position: absolute; | ||
+ | top: 200px; | ||
+ | height: 100px; | ||
+ | width: 100%; | ||
background: white; | background: white; | ||
} | } | ||
#mw-content-text { background:#ddd;padding:20px; } | #mw-content-text { background:#ddd;padding:20px; } |
Phiên bản lúc 08:31, ngày 7 tháng 6 năm 2021
#content { padding:0;margin:0;border:none;box-shadow:none }
.mw-indicators { padding: 40px }
.page-title {
padding: 30px 40px;
border: none;
background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Endangered_arctic_-_starving_polar_bear.jpg/640px-Endangered_arctic_-_starving_polar_bear.jpg);
background-size: cover;
height: 300px;
color: white;
font-size: 32px;
background-position: left;
font-weight: 300;
}
.page-title::before {
content: '';
position: absolute;
top: 70px;
left: 40px;
height: 1px;
width: calc(100% - 80px);
background: white;
}
.page-title::after {
content: '';
position: absolute;
top: 200px;
height: 100px;
width: 100%;
background: white;
}
#mw-content-text { background:#ddd;padding:20px; }