Mal:Kaca Utama/style.css

Saking Wikisource
/* [[Kaca Utama/Test Seluler]] */
/* #region header */
.mp-header {
  border-radius: 10px;
  border: 1px solid #a7d7f9;

  background: url('//upload.wikimedia.org/wikipedia/commons/0/06/HSWSource.svg');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: -200px -100px;
  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: center;
}

/* #endregion */

/* #region [[Templat:Halaman Utama/Box3]] */

.mp-content-box {
  margin-top: 10px;
}
.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;
  height: 25px;
  background-repeat: no-repeat;
  overflow: visible;
  border: none;
}
.mp-content-box .mp-content-box__header::after {
  border: none;
}
.mp-content-box__header-icon {
  position: absolute;
  left: 5px;
  top: -6px;
}
.mp-content-box__header-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;
  padding: 0.15em 0.4em;
}
.mp-content-box__header .mp-content-box__header-text {
  font-size: 1rem;
}
.mp-content-box__content {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 12px;
}
.mp-content-box__footer {
  text-align: right;
}
/* #endregion */

/* #region [[Templat:Halaman Utama/Box4]] */
.mp-content-box-other {
  margin-top: 10px;
}
.mp-content-box-other__header {
  position: relative;
  left: 8px;
  top: 2px;
  background: #c6defe;
  height: 25px;
  margin: 0 10px 0 0;
  border-radius: 8px;
  overflow: visible;
  border: none;
}
.mp-content-box-other .mp-content-box-other__header::after {
  border: none;
}
.mp-content-box-other__header-icon {
  position: absolute;
  left: 1px;
  top: -7px;
}
.mp-content-box-other__header-text {
  position: absolute;
  left: 40px;
  top: 2px;

  margin: 0;
  border-bottom: 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #000;
  padding: 0.15em 0.4em;
}
.mp-content-box-other__header .mp-content-box-other__header-text {
  font-size: 1rem;
}
.mp-content-box-other__content {
  margin: 0 1em 1em 1em;
  padding-right: 0;
  padding-top: 12px;
}
/* #endregion */

/* Agar gambar pilihan mengecil di layar kecil */
.mp-gambar-pilihan {
	width: 100%;
	height: auto;
}