Template:Ext scan link/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-ext-scan-links {
	font-size: 83%;
}

/* add a link style based on a comment on a user talk page -

.wst-ext-scan-links a.external[href^="https://babel.hathitrust.org"],
 {
background: url(" https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/HathiTrust_icon_16px.svg/16px-HathiTrust_icon_16px.svg.png")
padding-right: 14px;
}

.wst-ext-scan-link a[href$=".pdf"].external, 
.wst-ext-scan-link a[href*=".pdf?"].external{
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	// /* @noflip 
	padding-right: 18px;
}


.wst-ext-scan-link a[href$=".djvu"].external, 
.wst-ext-scan-link a[href*=".dvu?"].external{
// background: url(" ") no-repeat right;  // Is there a small icon for djvu? The ones on commons are too big for this task.
	// /* @noflip 
	padding-right: 18px;
}



*/