MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
模板:信息卡/style.css:修订间差异
< 模板:信息卡
(创建页面,内容为“→右侧信息卡模板: .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:h…”) |
小 (// Edit via Wikiplus) |
||
(未显示3个用户的11个中间版本) | |||
第40行: | 第40行: | ||
} |
} |
||
body.skin-minerva .infolist tr, |
|||
body.skin-minerva .infolist tbody, |
|||
body.skin-minerva .infolist th { |
|||
display: block; |
|||
} |
|||
body.skin-minerva .infolist>tbody>tr:nth-child(4) { |
|||
display: none; |
|||
} |
|||
body.skin-minerva .infolist td[colspan="3"] { |
|||
width: 100%; |
|||
} |
|||
body.skin-minerva .infolist td[colspan="2"] { |
|||
width: calc(63% - 2px); |
|||
} |
|||
body.skin-minerva .infolist td { |
|||
width: calc(33% - 2px); |
|||
display: inline-block; |
|||
} |
|||
/* 爱发电 */ |
|||
.bottom-afdian { |
.bottom-afdian { |
||
color: #946ce6!important; |
color: #946ce6!important; |
||
background-color: #E4DBF5; |
background-color: #E4DBF5; |
||
} |
} |
||
.bottom-afdian span:after{content:'爱发电'} |
|||
.bottom-afdian span { |
.bottom-afdian span { |
||
height: 14px; |
height: 14px; |
||
padding: 3px 1px 3px 23px; |
padding: 3px 1px 3px 23px; |
||
color: #946ce6!important; |
color: #946ce6!important; |
||
background-image: url(https://mcbbs.wiki/ |
background-image: url(https://mcbbs.wiki/salt/afdian.png); |
||
background-repeat: |
background-repeat:no-repeat; |
||
background-size: 20px; |
background-size: 20px; |
||
} |
} |
||
/* Bilibili */ |
|||
.bottom-bilibili { |
|||
color: #0581aa!important; |
|||
background-color:#9bd1e4; |
|||
} |
|||
.bottom-bilibili span:after{content:'Bilibili'} |
|||
.bottom-bilibili span { |
|||
height: 14px; |
|||
padding: 3px 1px 3px 23px; |
|||
color: #0581aa!important; |
|||
background-image:url(https://mcbbs.wiki/salt/bilibili.png); |
|||
background-repeat:no-repeat; |
|||
background-size:20px; |
|||
} |
|||
/* [[分类:模板样式]] */ |
2023年8月2日 (三) 18:10的最新版本
/* 右侧信息卡模板 */
.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;
}
body.skin-minerva .infolist tr,
body.skin-minerva .infolist tbody,
body.skin-minerva .infolist th {
display: block;
}
body.skin-minerva .infolist>tbody>tr:nth-child(4) {
display: none;
}
body.skin-minerva .infolist td[colspan="3"] {
width: 100%;
}
body.skin-minerva .infolist td[colspan="2"] {
width: calc(63% - 2px);
}
body.skin-minerva .infolist td {
width: calc(33% - 2px);
display: inline-block;
}
/* 爱发电 */
.bottom-afdian {
color: #946ce6!important;
background-color: #E4DBF5;
}
.bottom-afdian span:after{content:'爱发电'}
.bottom-afdian span {
height: 14px;
padding: 3px 1px 3px 23px;
color: #946ce6!important;
background-image: url(https://mcbbs.wiki/salt/afdian.png);
background-repeat:no-repeat;
background-size: 20px;
}
/* Bilibili */
.bottom-bilibili {
color: #0581aa!important;
background-color:#9bd1e4;
}
.bottom-bilibili span:after{content:'Bilibili'}
.bottom-bilibili span {
height: 14px;
padding: 3px 1px 3px 23px;
color: #0581aa!important;
background-image:url(https://mcbbs.wiki/salt/bilibili.png);
background-repeat:no-repeat;
background-size:20px;
}
/* [[分类:模板样式]] */