呜哇宇宙/styles.css
跳到导航
跳到搜索
/* Only for 呜哇宇宙及相关页面 */
/* Template:呜哇宇宙/albums */ .albums-item {
box-shadow: 1px 2px 4px grey; width: 256px; background: white; border-radius: 10px; margin-right: 2em; margin-top: .5em; display: inline-block;
}
.albums-image img {
width: 100%; height: 100%; border-radius: 10px 10px 0px 0px; margin-bottom: .2em;
}
.albums-infoFormat {
padding: 0 .5em;
}
.albums-title {
color: #000; font-size: 1em; max-width: 200px;
}
.albums-artist{ }
.albums-description{
font-size: 0.9em;
}
.albums-description, .albums-artist, .albums-title {
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.albums-data {
color: gray; font-size: 0.8em;
}
/* */