Templat:Halaman Utama/style.css

Dari PemiluPedia
Loncat ke navigasi Loncat ke pencarian

/* Halaman Utama/TesSeluler */ /* #region header */ .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-top: 2px;
 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-main-content, .mp-main-content__focus, .mp-main-content__other { display: block; width: 100%; padding: 0; }

/* #endregion */ /* #region main-content */ @media all and ( min-width: 800px ) { body:not(.skin-minerva) .mp-main-content { margin-top: 10px; display: flex; } body:not(.skin-minerva) .mp-main-content__focus { flex: 1 1 55%; border: 1px solid #a7d7f9; vertical-align: top; color: #000; padding: 0 10px 10px 0; border-radius: 10px; } body:not(.skin-minerva) .mp-main-content__other { flex: 1 1 45%; border: 1px solid #a7d7f9; vertical-align: top; padding: 0 10px 10px 0; background: #f5faff; border-radius: 10px; margin-left: 10px; } } body.skin-minerva .mp-main-content__focus, body.skin-minerva .mp-main-content__other {

 border: none;

} /* #endregion */

/* #region footer */ .mp-footer {

 margin: 12px 0 0 0;
 color: #000;
 padding: 5px;

} .mp-footer__main {

 border: 1px solid #a7d7f9;
 border-radius: 10px;

} .mp-footer__title {

 text-align: center;
 margin-bottom: 5px;

} .mp-footer__subtitle {

 font-size: 85%;
 text-align: center;

} .mp-footer__contact-us {

 margin-top: 10px;
 text-align: ce