コンテンツにスキップ

「MediaWiki:Common.css」の版間の差分

提供: Wikiducca
編集の要約なし
編集の要約なし
3行目: 3行目:
#p-logo a:hover {
#p-logo a:hover {
display: block;
display: block;
height: 50%;
height: 135px;
width: 50%;
width: 135px;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 35% 70% !important;
background-position: 35% 70% !important;
text-decoration: none;
text-decoration: none;
}
}

2017年1月6日 (金) 12:56時点における版

/* ここに記述したCSSはすべての外装に反映されます */
#p-logo a,
#p-logo a:hover {
	display: block;
	height: 135px;
	width: 135px;
	background-repeat: no-repeat;
	background-position: 35% 70% !important;
	text-decoration: none;
}