MediaWiki:Common.css:修订间差异

MediaWiki系统消息页面
(width: 100%;)
 
无编辑摘要
第2行: 第2行:


.scroll-text-list {
.scroll-text-list {
width: 100%;
height: 25px;
margin: 1em;
line-height: 25px;
overflow: hidden;
text-align: center;
}
.scroll-text-list ul {
list-style-type: none;
margin-left: 0;
}

2023年7月19日 (三) 20:55的版本

/* 这里放置的CSS将应用于所有皮肤 */

.scroll-text-list {
	width: 100%;
	height: 25px;
	margin: 1em;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}

.scroll-text-list ul {
	list-style-type: none;
	margin-left: 0;
}