Templat:Halaman Utama/style.css: Perbedaan antara revisi
Tampilan
Konten dihapus Konten ditambahkan
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
Baris 35: | Baris 35: | ||
margin-top: 2px; |
margin-top: 2px; |
||
margin-bottom: 2px; |
margin-bottom: 2px; |
||
} |
|||
.mp-content-box__header { |
|||
position: relative; |
|||
background-image: url('//upload.wikimedia.org/wikipedia/commons/4/46/Bluebg_rounded.png'); |
|||
left: 4px; |
|||
top: 2px; |
|||
margin: 0; |
|||
} |
|||
.mp-content-box__icon { |
|||
position: absolute; |
|||
left: 5px; |
|||
top: -6px; |
|||
} |
|||
.mp-content-box__text { |
|||
position: absolute; |
|||
left: 40px; |
|||
top: 2px; |
|||
margin-top: 0; |
|||
color: black; |
|||
font-weight: bold; |
|||
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; |
|||
border-bottom: none; |
|||
font-size: 110%; |
|||
padding: 0.15em 0.4em; |
|||
} |
|||
.mp-content-box__content { |
|||
padding-left: 10px; |
|||
padding-bottom: 5px; |
|||
padding-top: 0px; |
|||
} |
|||
.mp-content-box__footer { |
|||
text-align: right; |
|||
} |
} |
Revisi per 5 Maret 2020 15.24
.mp-header {
border-radius: 10px;
border: 1px solid #a7d7f9;
background: url('//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png');
background-repeat: no-repeat;
background-position: -40px -15px;
vertical-align: top;
}
.mp-header__main {
display: flex;
font-size: 95%;
margin-top: 2px;
margin-bottom: 2px;
}
.mp-header__welcome {
margin-left: 155px;
flex: 1;
margin-bottom: 2px;
}
.mp-header__statistics {
flex: 0 1 auto;
padding: 1em;
text-align: right;
line-height: 1.3;
}
.mp-header__welcome-hero {
font-size: 185%;
}
.mp-header__welcome-subtitle {
padding-left: 8px;
}
.mp-header__portal {
text-align: center;
margin-top: 2px;
margin-bottom: 2px;
}
.mp-content-box__header {
position: relative;
background-image: url('//upload.wikimedia.org/wikipedia/commons/4/46/Bluebg_rounded.png');
left: 4px;
top: 2px;
margin: 0;
}
.mp-content-box__icon {
position: absolute;
left: 5px;
top: -6px;
}
.mp-content-box__text {
position: absolute;
left: 40px;
top: 2px;
margin-top: 0;
color: black;
font-weight: bold;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
border-bottom: none;
font-size: 110%;
padding: 0.15em 0.4em;
}
.mp-content-box__content {
padding-left: 10px;
padding-bottom: 5px;
padding-top: 0px;
}
.mp-content-box__footer {
text-align: right;
}