کينډۍ:لارښود:لړليک/styles.css

د ويکيپېډيا، وړیا پوهنغونډ له خوا
.helpcontents_row {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 -5px 0 -5px;
}
.helpcontents_header {
	flex: 1 0 100%;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.helpcontents_header_search {
	padding: .75em 0;
}
.helpcontents_box {
	flex: 1;
	margin: 5px;
	min-width: 210px;
	border: 1px solid #CCC;
	padding: 0 10px 10px 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.helpcontents_box h3 {
	/* Reset padding so is equal across skins */
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	/* Padding left gets overridden by headanchor gadget */
	margin: 0.5em 0;
}
.helpcontents_box h3 .header_icon {
	float: right;
	margin-left: 5px;
}
.helpcontents_box .items {
	border-top: 1px solid #CCC;
	padding-top: 0.5em;
}
.mw-inputbox-element.mw-inputbox-element {
  display: none;
}