summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki/mediawiki.feedlink.css
blob: 37808d57d5ecf44209fe87034d0c74a571167b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Styles for links to RSS/Atom feeds in sidebar */

a.feedlink {
	/* SVG support using a transparent gradient to guarantee cross-browser
	 * compatibility (browsers able to understand gradient syntax support also SVG).
	 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
	background-image: url( images/feed-icon.png );
	/* @embed */
	background-image: linear-gradient( transparent, transparent ), url( images/feed-icon.svg );
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	padding-left: 16px;
}