MediaWiki talk:common.css
From Homestar Runner Wiki
Revision as of 23:05, 14 September 2007 by The Goblin (Talk | contribs)
Podstar Runner
Just a little copy-pasting can make links to Podstar Runner have the H*R logo next to links. Just like links to Homestarrunner.com automatically adds a logo. Technically, Podstar is still part of H*R, so it should have an H*R icon too. Either copy-paste the H*R icon code, or do the same thing as the legacy links in the Yahoo Store code.
Something like this...
/* Styling links to Homestar Runner */
#n-officialsite a,
#bodyContent a[href ^="http://podstar.homestarrunner.com"],
#article a[href ^="http://podstar.homestarrunner.com"]
{
background: url(/skins/monobook/hr-trans-blacker4.png) center left no-repeat !important;
padding-left: 23px !important;
padding-right: 0px !important;
}
