Reworked css include/pref/tooltip/accesskey subsystem
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 9 Jun 2004 13:04:52 +0000 (13:04 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 9 Jun 2004 13:04:52 +0000 (13:04 +0000)
commitf719dca05fcb6582b1ea79d3e0c2d7ce58ca33b4
treebb9af1c782038f04190af7679874e14fe209efe1
parent1d9f99ba6def2901169919605287b54b40595b00
Reworked css include/pref/tooltip/accesskey subsystem

* accesskeys and tooltips moved to js, needs to be customized/localized at MediaWiki:Monobook.js. Saves many calls to wfMsg, reduces page size, shows access key prefix depending on browser/os. Easy to customize by changing the ta array.
* skinphptal underline and justification wired up to produce generated css
* MediaWiki:Skin.css used for anons as well
* addcss call removed from header
* separate js var file included that holds things like the stylepath and the tooltip/accesskey array
* rtl css included from generated css
13 files changed:
includes/Article.php
includes/RawPage.php
includes/Skin.php
includes/SkinCologneBlue.php
includes/SkinNostalgia.php
includes/SkinPHPTal.php
includes/SkinStandard.php
includes/SpecialPreferences.php
languages/Language.php
stylesheets/monobook/main.css
stylesheets/monobook/rtl.css
stylesheets/wikibits.js
templates/xhtml_slim.pt