User:Zhaofeng Li/accesskey.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
a[accesskey]:after,
#wpSummaryLabel:after,
#mw-editpage-minoredit:after,
#mw-editpage-watch:after {
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 90%;
	color: #555;
	margin-left: 0.25ex;
}
a[accesskey]:after {
	content: "(" attr(accesskey) ")";
}
#wpSummaryLabel:after {
	content: "(B)";
}
#mw-editpage-minoredit:after {
	content: "(I)";
}
#mw-editpage-watch:after {
	content: "(W)";
}