メニューを切り替える
個人設定を切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「テンプレート:Main page/featured/styles.css」の版間の差分

提供:いかれたポタペディア
w>Alistair3149
編集の要約なし
 
(1版 をインポートしました)
 
(相違点なし)

2024年8月17日 (土) 18:28時点における最新版

#home-featured {
	overflow: hidden;
}

#home-featured .home-card__background {
	overflow: hidden;
    border-top-right-radius: 12px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#home-featured .home-card__background a {
	display: block;
	height: 100%;
}

#home-featured .home-card__background:after {
	top: unset;
	height: 60%;
	background: linear-gradient( to top, #000, transparent );
}


#home-featured.home-card--button:hover .home-card__background::after {
	transform: translateY(100%);
}

#home-featured .home-card__foreground {
	justify-content: flex-end;
}