Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* Styling links to www.VideoLan.org */ | /* Styling links to www.VideoLan.org */ | ||
− | #bodyContent a | + | #bodyContent a.external, #bodyContent a[href^="http://www.videolan.org/"] { |
+ | -moz-background-clip:border; | ||
+ | -moz-background-inline-policy:continuous; | ||
+ | -moz-background-origin:padding; | ||
+ | background:transparent url(http://www.videolan.org/favicon.ico) no-repeat scroll right center; | ||
+ | padding-right:13px; | ||
+ | } |
Revision as of 03:49, 20 December 2009
/* Styling links to www.VideoLan.org */
#bodyContent a.external, #bodyContent a[href^="http://www.videolan.org/"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.videolan.org/favicon.ico) no-repeat scroll right center;
padding-right:13px;
}