模板:信息卡/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: no-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;
}
/* [[分类:模板样式]] */