Jump to content

User:Fred Gandt/wikilinkPlus.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.
div.fg-wikilink-plus-newi {
	position: absolute;
	display: inline-block;
	z-index: 1000;
	margin-left: 1em;
	padding: 0.5em;
	background-color: #fff;
	border: 1px solid #aae1ff;
	border-radius: 3px;
	box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.5);
}
div.fg-wikilink-plus-newi a {
	display: block;
	line-height: normal;
	font-weight: normal;
	font-size: 0.875rem;
	font-style: normal;
	text-align: left;
}
#mw-content-text a[title]:after {
    content: '*';
    color: #ff9b00;
    font-size: 0.6em;
    vertical-align: super;
}
#mw-content-text span.mw-editsection a:after,
#mw-content-text a[href^="/wiki/Special:"]:after,
#mw-content-text a[href^="w/index.php?title=Special:"]:after {
    content: '';
}