MediaWiki:Gadget-bottomalert.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#mw-echo-close-box {
	float: right;
	height: 17px;
	width: 17px;
	margin: 10px 13px 0 2px;
	cursor: pointer;
}
#mw-echo-sliding-alert {
	position: fixed;
	bottom: -39px;
	z-index: 99;
	height: 38px;
	margin: 0 auto;
	right: 1em;
	padding: 0;
	background-color: #FFD86E;
	border: 1px solid #FFA500;
	border-bottom: none;
}
#mw-echo-alert-text {
	margin: 0px 60px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 38px;
	white-space: nowrap;
}