MediaWiki talk:Monobook.js: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (→‎Question: new section)
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:


Before I logged in, there was an [edit] bar above the log in screen, and when I clicked on it, I was logged in and "editing" the log in screen. Anyone know about this?--[[User:GreenGyarados|<font color="#FF0000">♫Gr</font><font color="#FFFF00">ee</font><font color="#00FF00">nG</font>]][[User talk:GreenGyarados|<font color="#00FFFF">ya</font><font color="#0000FF">ra</font><font color="#FF00FF">dos♫</font>]] 22:02, 1 January 2010 (UTC)
Before I logged in, there was an [edit] bar above the log in screen, and when I clicked on it, I was logged in and "editing" the log in screen. Anyone know about this?--[[User:GreenGyarados|<font color="#FF0000">♫Gr</font><font color="#FFFF00">ee</font><font color="#00FF00">nG</font>]][[User talk:GreenGyarados|<font color="#00FFFF">ya</font><font color="#0000FF">ra</font><font color="#FF00FF">dos♫</font>]] 22:02, 1 January 2010 (UTC)
:Well it doesn't do anything, but I guess the new add-ons I installed put the [edit] button on more pages than I expected. &mdash;'''<span style="font-family:Verdana"><span style="color:#000">darklord</span>[[User talk:The dark lord trombonator|<span style="color:#0047AB">trom</span>]]</span>''' 22:07, 1 January 2010 (UTC)
::Alright.--[[User:GreenGyarados|<font color="#FF0000">♫Gr</font><font color="#FFFF00">ee</font><font color="#00FF00">nG</font>]][[User talk:GreenGyarados|<font color="#00FFFF">ya</font><font color="#0000FF">ra</font><font color="#FF00FF">dos♫</font>]] 22:09, 1 January 2010 (UTC)

Latest revision as of 22:09, 1 January 2010

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)

Question

Before I logged in, there was an [edit] bar above the log in screen, and when I clicked on it, I was logged in and "editing" the log in screen. Anyone know about this?--♫GreenGyarados♫ 22:02, 1 January 2010 (UTC)

Well it doesn't do anything, but I guess the new add-ons I installed put the [edit] button on more pages than I expected. —darklordtrom 22:07, 1 January 2010 (UTC)
Alright.--♫GreenGyarados♫ 22:09, 1 January 2010 (UTC)