MediaWiki:Common.css:修订间差异

添加22字节 、​ 2021年4月20日 (星期二)
.
(剥离书页样式)
(.)
第145行: 第145行:
/* 右侧信息卡模板 */
/* 右侧信息卡模板 */
.infolist {
.infolist {
     width:21em!important;
     width:256px!important;
/*
/*
     background: var(--lightcolor);
     background: var(--lightcolor);
第153行: 第153行:
}
}


.infolist .image img {
.infolist .salt img {
     max-width: 257px;
     max-width: 256px;
     height: auto;
     height: auto;
}
}


.infolist-bottombar {
.infolist-bottombar {
    max-width: 250px;
     text-align: center;
     text-align: center;
}
}