Wikipediaの脚注をその場で見るCSS

こんな感じですかね。


.references li:not(:target){
	display:none;
}

.references li:target{
	position:fixed;
	background-color:yellow !important;
	bottom:-2px;
	left:220px;
/*	width:100%; 消した */
	right:0;
}

.references li{
	list-style-type:none;
}

脚注を消すにはブラウザの「戻る」を押すか、脚注の頭の ^ を押せばいいんでないかな。

参考