コンテンツにスキップ

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

提供: Wikiducca
編集の要約なし
編集の要約なし
4行目: 4行目:
display: block;
display: block;
height: 50%;
height: 50%;
width: 135px;
width: 50%;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 35% 35% !important;
background-position: 35% 35% !important;
text-decoration: none;
text-decoration: none;
}
}

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

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