MediaWiki talk:Monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Podstar Runner: comment)
(Podstar Runner)
Line 10: Line 10:
Something like this...
Something like this...
-
<code>
+
<pre>
/* Styling links to Homestar Runner */
/* Styling links to Homestar Runner */
Line 22: Line 22:
}
}
-
</code>
+
</pre>
--{{User:Techgeekmbg/sig}} 00:05, 8 July 2007 (UTC)
--{{User:Techgeekmbg/sig}} 00:05, 8 July 2007 (UTC)
Line 28: Line 28:
:Yeah, I like it. {{User:Bluebry/sig}} 01:03, 8 July 2007 (UTC)
:Yeah, I like it. {{User:Bluebry/sig}} 01:03, 8 July 2007 (UTC)
::Why use the official logo? Why not use something different, like the iPod? &mdash; [[User:It's dot com|It's dot com]] 01:01, 10 July 2007 (UTC)
::Why use the official logo? Why not use something different, like the iPod? &mdash; [[User:It's dot com|It's dot com]] 01:01, 10 July 2007 (UTC)
 +
:::Has it been decided to? {{User:Techgeekmbg/sig}} 01:46, 3 September 2007 (UTC)

Revision as of 01:46, 3 September 2007

To display as code, or not to display as code?

This is an interesting page. It's a wikicode page that follows the article text formatting rules, but it is also code for the CSS file. As such, it displays kind of weird. I just added some spaces to make it look a little prettier. -- Tom 11:28, 10 Mar 2005 (MST)

Are there files for the other skins like CologneBlue, or say...uhh...Nost-al..gia? I dunno how to say it. --—Darklinkskywalker|Talk_|i did this stuff_ 23:46, 6 Aug 2005 (UTC)

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;
}

--The Goblin!! 00:05, 8 July 2007 (UTC)

Yeah, I like it. Bluebry 01:03, 8 July 2007 (UTC)
Why use the official logo? Why not use something different, like the iPod? — It's dot com 01:01, 10 July 2007 (UTC)
Has it been decided to? The Goblin!! 01:46, 3 September 2007 (UTC)
Personal tools