/* Only for [[嗚哇宇宙]]及相關頁面 */ /* Template:嗚哇宇宙/albums */ .albums-item { box-shadow: 1px 2px 4px grey; width: 240px; 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; } /* [[Category:在主名字空間下的CSS頁面]] */