Jump to content

Template:Wikipedia's sister projects/styles.css: Difference between revisions

From Worldpedia, the free encyclopedia
+ {{pp-template}}: , requested on talk
move from main page css tstyles
Line 12: Line 12:
margin: 0 1px;
margin: 0 1px;
display:inline-block;
display:inline-block;
}
body.skin-minerva #sister-projects-list > div {
width: 49%;
}
}



Revision as of 06:21, 15 May 2020

/* {{pp-template}} */
#sister-projects-list {
	text-align: left;
	background: transparent;
	margin: 1px;
}

#sister-projects-list > div {
	width:32%;
	min-width: 20em;
	white-space: nowrap;
	margin: 0 1px;
	display:inline-block;
}

body.skin-minerva #sister-projects-list > div {
	width: 49%;
}

#sister-projects-list > div > div {
	display: inline-block;
	vertical-align: middle;
	margin: 1px 0;
	padding: 4px;
}

#sister-projects-list > div > div:first-child {
	min-width: 50px;
	text-align: center;
}