MediaWiki:Common.css: Difference between revisions

From Comprehensible Input Wiki
Content added Content deleted
No edit summary
No edit summary
Line 18: Line 18:
padding: 10px;
padding: 10px;
width: 80%;
width: 80%;
margin: 28px auto;
border-radius: 10px;
background-color: lightyellow;
text-align: center;
}

#mhthanks {
border-style: solid;
border-color: green;
padding: 10px;
width: 50%;
margin: 28px auto;
margin: 28px auto;
border-radius: 10px;
border-radius: 10px;

Revision as of 18:54, 30 December 2022

/* CSS placed here will be applied to all skins */

/* Main Page - Getting started box */
#starting {
	border-style: solid;
	border-color: green;
	padding: 10px;
	width: 80%;
	margin:28px auto;
	border-radius: 10px;
	background-color: lightyellow;
}

/* Main Page - Summary info */
#summary_link {
	border-style: solid;
	border-color: green;
	padding: 10px;
	width: 80%;
	margin: 28px auto;
	border-radius: 10px;
	background-color: lightyellow;
	text-align: center;
}

#mhthanks {
	border-style: solid;
	border-color: green;
	padding: 10px;
	width: 50%;
	margin: 28px auto;
	border-radius: 10px;
	background-color: lightyellow;
	text-align: center;
}

/* MediaWiki:Searchmenu-new - Input box */
#searchinputbox br {
	display:none;
}
 
#searchinputbox .mw-inputbox-centered > form {
	width: min-content;
}