User:Macowell
From 2007.igem.org
m |
m |
||
(3 intermediate revisions not shown) | |||
Line 12: | Line 12: | ||
[[User:Macowell/Publish]] | [[User:Macowell/Publish]] | ||
+ | |||
+ | |||
+ | [[User:Macowell/igem07 Survey Results]] | ||
Line 17: | Line 20: | ||
[[User:Macowell/mainpage.css|mainpage.css]] | [[User:Macowell/mainpage.css|mainpage.css]] | ||
+ | |||
+ | [[User:Macowell/mainpage_test.css]] <-- currently in use | ||
[[User:Macowell/navmenu.css|navmenu.css]] | [[User:Macowell/navmenu.css|navmenu.css]] | ||
Line 25: | Line 30: | ||
[[User:Macowell/presentationList.css]] | [[User:Macowell/presentationList.css]] | ||
+ | |||
+ | [[User:Macowell/awardtable.css]] | ||
[[User:Macowell/publishbox.css]] | [[User:Macowell/publishbox.css]] |
Latest revision as of 16:34, 8 January 2008
User:Macowell/igem07 Survey Results
Styling Mediawiki with CSS - tips on how to use your own css and javascript files to modify how your pages looks to everyone
User:Macowell/mainpage_test.css <-- currently in use
User:Macowell/presentationList.css
description of project description
It's finally hidable! See Austin's [http://openwetware.org/wiki/OpenWetWare:Toggle Toggle Extension] page for examples!
Yay! Got Austin's [http://openwetware.org/wiki/OpenWetWare:Toggle Toggle Extension] working on our old version of mediawiki! I imported several javascript functions from the openwetware's [http://openwetware.org/skins/common/wikibits.js wikibits.js] into iGEM07's MediaWiki:Monobook.js file, allowing javascript in MediaWiki:Monobook.js (above the last couple of lines) to register an Onload Hook in the manner I presume is standard for more recent mediawiki versions. I didn't mess with our wikibits.js file.
note: based on a look at any page's source, it appears that the [MediaWiki:Monobook.js]] file is being loaded before the wikibits.js file - this is probably wrong.