MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针

如果在编辑的过程中遇到了什么问题,可以去讨论板提问。

为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证

MCBBS Wiki GitHub群组已上线!

您可以在回声洞中发表吐槽!

服务器状态监控。点击进入

本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>

模板:信息卡/style.css:修订间差异

来自MCBBS Wiki
跳到导航 跳到搜索
(Litwak913将页面模板:信息卡/style.css的内容模型从“CSS”更改为“已过滤的CSS”)
标签内容模型更改 手工回退
第52行: 第52行:
background-size: 20px;
background-size: 20px;
}
}
/* [[分类:模板样式]] */

2022年11月30日 (三) 08:27的版本

/* 右侧信息卡模板 */
.infolist {
    width:256px!important;
}

.infolist .salt img,
.infolist .image img {
    max-width: 100%;
    height: auto;
    max-height: 384px;
}

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

.infolist-bottom {
    margin: 0;
    width: 250px;
    background:#E0CBA7;
    text-align: center;
    line-height: 50px;
    border-radius:7px;
    font-size: 14px;
    display: inline-block;
}

.infolist-bottom:hover {
    filter: brightness(1.05);
}
.infolist-bottom:active {
    filter: brightness(0.95);
}

.infolist-bottombar a.external {
    background-image: none;
    padding-right: 0;
    text-decoration: none;
}

.bottom-afdian {
    color: #946ce6!important;
    background-color: #E4DBF5;
}
.bottom-afdian span {
    height: 14px;
    padding: 3px 1px 3px 23px;
    color: #946ce6!important;
    background-image: url(https://mcbbs.wiki/images/b/b2/%E7%88%B1%E5%8F%91%E7%94%B5.png);
    background-repeat: no-repeat;
    background-size: 20px;
}
/* [[分类:模板样式]] */