访客,您必须在登录后才能编辑,请登录/注册

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

来自苦力怕Wiki
(创建页面,内容为“→‎右侧信息卡模板:​ .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…”
 
无编辑摘要
第19行: 第19行:
margin: 0;
margin: 0;
width: 250px;
width: 250px;
background:#E0CBA7;
background:#61cab8;
text-align: center;
text-align: center;
line-height: 50px;
line-height: 50px;
第64行: 第64行:


.bottom-afdian {
.bottom-afdian {
color: #946ce6!important;
color: #ffffff;
background-color: #E4DBF5;
background-color: #61cab8;
}
}
.bottom-afdian span {
.bottom-afdian span {
height: 14px;
height: 14px;
padding: 3px 1px 3px 23px;
padding: 3px 1px 3px 23px;
color: #946ce6!important;
color: #ffffff;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-size: 20px;
background-size: 20px;

2023年2月4日 (六) 20:19的版本

/* 右侧信息卡模板 */
.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:#61cab8;
    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: #ffffff;
    background-color: #61cab8;
}
.bottom-afdian span {
    height: 14px;
    padding: 3px 1px 3px 23px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 20px;
}
/* [[分类:模板样式]] */