Stampa:Sisterprojects layout/styles.css

Nga Wikipedia, enciklopedia e lirë
.sister-projects {
	clear: both;
	margin: 1em auto 0;
	width: 80%;
	border-top: 1px;
	background:linear-gradient(to top, #e8f2f8, #faffff);
	box-shadow: 0 0 0.4rem #999;
	box-sizing: border-box;
	padding: .5rem;
	padding-top: 1em;
	line-height: 120%;
	color: #222;
}

.sister-projects-wmf {
	width: 45px;
	margin: 0 auto;
	margin-top: -2.7em;
	background:linear-gradient(to bottom, #ffffff, #faffff);
}

.sister-projects-family {
	margin-bottom: 1.3em;
	padding-top: 0.7em;
	text-align: center;
	font-size: 113%;
	font-family: 'Open Sans', Sans-serif;
	color: #222;
	line-height: 1.6;
}

.sister-projects-list {
	display: flex;
	max-width: 60em;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 100%;
	text-align: start;
	color: #767676;
}

.plainlist ul.sister-projects-list {
	margin: 0 auto;
}

.sister-projects-list li {
	display: flex;
	width: 14.8em;
	align-items: center;
}

.sister-projects-list a,
.sister-projects-link {
	font-weight: bold;
}

.sister-projects-list li > div {
	display: inline-block;
	padding: 6px 4px;
}

.sister-projects-list li > div:first-child {
	text-align: center;
}

.sister-projects-list li span {
	font-size: 85%;
}