Templat:Olayama/styles.css

Moroi ba Wiktionary
/* copied from enwiki and modified for niawikt */
/* {{pp|small=yes}} */
.mp-box {
	border: 1px solid #aaa; /* all border colors overriden on specific elements */
    border-radius: 10px;
	padding: 0 0.5em 0.5em;
	margin-top: 4px;
}

.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	border: 1px solid #aaa; /* all border colors overriden on specific elements */
	margin: 0.5em 0;
	padding: 0.2em 0.4em;
	font-size: 120%;
	font-weight: bold;
	font-family: inherit;
}

.mp-later {
	font-size: 85%;
	font-weight: normal;
}

#mp-topbanner {
	background: #faf6ed;
	border-color: #faecc8;
/*	background: url('//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png'); */
 	background: url('//upload.wikimedia.org/wikipedia/commons/2/23/Wiktionary-logo-nia-alt-transparent.png');
	background-repeat: no-repeat;
/*	background-position: 10px 5px; */
	background-size: cover;
	vertical-align: top;
}

#mp-topbanner-container {
	background: #faf6ed;
	border-color: #fad67d;
	border-radius: 10px;
}

#mp-welcomecount {
	text-align: center;
	margin: 0.4em;
/*	opacity: 0.6; */
}

#mp-welcome {
	font-size: 162%;
	padding: 0.1em;
}

#mp-welcome h1 {
	font-size: inherit;
	font-family: inherit;
	display: inline;
	border: none;
}

#mp-free {
	font-size: 95%;
}

#articlecount {
	font-size: 85%;
}

/* clear fix */
.mp-contains-float::after {
  content: "";
  display: block;
  clear: both;
}

#mp-banner {
	background: #fffaf5;
	border-color: #f2e0ce;
}

#mp-left {
	background: #f5fffa;
	border-color: #cef2e0;
}

#mp-left .mp-h2 {
	background: #cef2e0;
	border-color: #a3bfb1;
    border-radius: 5px;
}

#mp-right {
	background: #f5faff;
	border-color: #cedff2;
}

#mp-right .mp-h2 {
	background: #cedff2;
	border-color: #a3b0bf;
    border-radius: 5px;
}

#mp-middle {
	background: #faf6ed;
	border-color: #faecc8;
}

#mp-middle .mp-h2 {
	background: #faecc8;
	border-color: #ffdb7d;
    border-radius: 5px;
}

#mp-lower {
	background: #f5fffa;
	border-color: #cef2e0;
}

#mp-lower .mp-h2 {
	background: #cef2e0;
	border-color: #a3bfb1;
	border-radius: 5px;
}

#mp-bottom {
	 background: #f5faff;
	 border-color: #cedff2;
}

#mp-bottom .mp-h2 {
	background: #cedff2;
	border-color: #a3b0bf;
    border-radius: 5px;
}

#mp-footer-title {
  font-size: 85%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
#mp-footer-subtitle {
  font-size: 85%;
  text-align: center;
}
#mp-footer-contact {
  font-size: 85%;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 875px) {
	/* We need to improve Template:POTD as used on the main page so that these
	 * hacks aren't necessary */
	#mp-tfp table,
	#mp-tfp tr,
	#mp-tfp td,
	#mp-tfp tbody {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
	}

	#mp-tfp tr:first-child td:first-child a {
		text-align: center;
		display: table;
		margin: 0 auto;
	}
}

@media (min-width: 875px) {
	#mp-upper {
		display: flex;
	}
	
	#mp-left {
		flex: 1 1 50%;
		margin-right: 2px;
	}
	
	#mp-right {
		flex: 1 1 50%;
		margin-left: 2px;
	}
}

/* [[phab:T293232]] - Mobile doesn't have this style.
 * Will be fixed with TStyles.
 */
div.hlist.inline ul,
div.hlist.inline li,
div.hlist.inline {
	display: inline;
}

/* niawiki addons */
.card_row {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 -5px 0 -5px;
}
.card_flex {
  flex: 1;
  border-radius: 5px;
  margin: 4px;
  min-width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card {
  width: 100%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container_default {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  text-align: left;
}
.header_lila {
  background-color: #ddcef2;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #afa3bf;
  font-size: 110%;
  font-weight: bold;
}
.container_lila {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #faf5ff;
  text-align: left;
}
.header_yellow {
  background-color: #faecc8;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #fad67d;
  font-size: 110%;
  font-weight: bold;
}
.container_yellow {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #faf6ed;
  text-align: left;
}
.header_blue {
  background-color: #d0e5f5;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #94cdf8;
  font-size: 110%;
  font-weight: bold;
}
.container_blue {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #e3eff7;
  text-align: left;
}
.header_green {
  background-color: #d2f0ee;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #b8d7d5;
  font-size: 110%;
  font-weight: bold;
}
.container_green {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #f5fbfb;
  text-align: left;
}

blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    display: inline-flex;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left: none;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #889c0b;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.buku {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
}