MediaWiki:Vector.css:修订间差异

删除77字节 、​ 2022年8月3日 (星期三)
重写 topsign
(解决顶栏遮挡可视化编辑器的问题)
(重写 topsign)
 
/* 滚动公告 */
.topsign {
position: relative;
width: 100%;
}
 
.topsign .topsignitem> *{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
}
 
.topsign .topsignitem p {
line-height: 50px;
text-align: center;
}