MediaWiki:Vector.css:修订间差异

删除77字节 、​ 2022年8月3日 (星期三)
重写 topsign
(解决顶栏遮挡可视化编辑器的问题)
(重写 topsign)
第335行: 第335行:


/* 滚动公告 */
/* 滚动公告 */
.topsign {
.topsign{
   position: relative;
   position: relative;
   width: 100%;
   width: 100%;
第342行: 第342行:
}
}


.topsign .topsignitem {
.topsign > *{
   position: absolute;
   position: absolute;
   left: 0;
   left: 0;
   top: 0;
   top: 0;
   width: 100%;
   width: 100%;
  height: auto;
}
.topsign .topsignitem p {
  line-height: 50px;
   text-align: center;
   text-align: center;
}
}