MediaWiki talk:Monobook.js

Add topic
Revision as of 20:41, 29 December 2008 by Poke (talk | contribs) (displayTimer)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

displayTimer

You can deactivate the timer by adding

timerDisplay = false;

to your monobook.js and change the displayed time by adding

timerTimezone = [offset];

where [offset] is the offset of the timezone, you want to display (for example timerTimezone = -8; for PST).
You can also change the location by modifying the style sheets for the id #pt-timer, so you can, for example, move the timer to the right of the bar (to the right of the logout link) by adding this to you monobook.css:

li#pt-timer { float: right; }

Have fun with it :) poke | talk 20:41, 29 December 2008 (UTC)

Return to "Monobook.js" page.