2023年政策修订增补工作正在进行中,欢迎参与!
Template:Videocard/styles.css
跳转到导航
跳转到搜索
.videocard {
width: 200px;
border-radius: 9px;
background: white;
box-shadow: 1px 2px 4px grey;
margin-right: 2em;
margin-top: .5em;
display: inline-block;
}
.videocard-image img {
width: 100%;
height: 100%;
border-radius: 11px 11px 0 0;
}
.videocard-infoFormat {
margin: .25em 0;
padding: 0 .5em;
}
.videocard-title {
font-size: large;
font-weight: bolder;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.videocard-title a {
color: rgb(44, 62, 80);
}
/* [[分类:在模板名字空间下的CSS页面]] */