MediaWiki:Gadget-topalert.css: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
(l13: width: 330px; -> width: 355px; - request on talk page)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 20:48, August 30, 2020

#mw-echo-close-box {
	float: right;
	height: 17px;
	width: 17px;
	margin: 10px 13px 0 2px;
	cursor: pointer;
}
#mw-echo-sliding-alert {
	position: fixed;
	top: 0.5em;
	z-index: 100;
	margin: 0 auto;
	width: 355px;
	left: 0;
	right: 0;
	padding: 0;
	background-color: #FFD86E;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mw-echo-alert-text {
	margin: 0px 3em 0px 1.4em;
	font-size: 13px;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 38px;
	white-space: nowrap;
}