Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(one more try.) |
(tweak) |
||
Line 1: | Line 1: | ||
/* Styling links to VideoLan.org */ | /* Styling links to VideoLan.org */ | ||
− | #bodyContent a[href ^="http://videolan.org"], #article a[href ^="http://videolan.org"] { background: url(http://www.videolan.org/favicon.ico) center left no-repeat !important; padding-left: | + | #bodyContent a[href ^="http://videolan.org"], #article a[href ^="http://videolan.org"] { background: url(http://www.videolan.org/favicon.ico) center left no-repeat !important; padding-left: 15px !important; padding-right: 0px !important; } |
/* Styling links to www.VideoLan.org */ | /* Styling links to www.VideoLan.org */ | ||
− | #bodyContent a[href ^="http://www.videolan.org"], #article a[href ^="http://www.videolan.org"] { background: url(http://www.videolan.org/favicon.ico) center left no-repeat !important; padding-left: | + | #bodyContent a[href ^="http://www.videolan.org"], #article a[href ^="http://www.videolan.org"] { background: url(http://www.videolan.org/favicon.ico) center left no-repeat !important; padding-left: 15px !important; padding-right: 0px !important; } |
Revision as of 20:10, 13 July 2008
/* Styling links to VideoLan.org */
#bodyContent a[href ^="http://videolan.org"], #article a[href ^="http://videolan.org"] { background: url(http://www.videolan.org/favicon.ico) center left no-repeat !important; padding-left: 15px !important; padding-right: 0px !important; }
/* Styling links to www.VideoLan.org */
#bodyContent a[href ^="http://www.videolan.org"], #article a[href ^="http://www.videolan.org"] { background: url(http://www.videolan.org/favicon.ico) center left no-repeat !important; padding-left: 15px !important; padding-right: 0px !important; }