User:Macowell
From 2007.igem.org
m |
m |
||
(33 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <html> | + | <html> |
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | + | @import url(http://blamo.csail.mit.edu/Jamboree/checklist.css); | |
- | + | ||
+ | </style> | ||
+ | </html> | ||
+ | |||
+ | <div id="checklist"> | ||
+ | |||
+ | [[User:Macowell/Mainpage2]] | ||
+ | |||
+ | [[User:Macowell/Publish]] | ||
+ | |||
+ | |||
+ | [[User:Macowell/igem07 Survey Results]] | ||
+ | |||
+ | |||
+ | '''[[User:Macowell/Styling Mediawiki with CSS|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.css|mainpage.css]] | ||
+ | |||
+ | [[User:Macowell/mainpage_test.css]] <-- currently in use | ||
+ | |||
+ | [[User:Macowell/navmenu.css|navmenu.css]] | ||
+ | |||
+ | [[User:Macowell/podcast_mainpage.css|podcast_mainpage.css]] | ||
+ | |||
+ | [[User:Macowell/schedule.css|schedule.css]] | ||
+ | |||
+ | [[User:Macowell/presentationList.css]] | ||
+ | |||
+ | [[User:Macowell/awardtable.css]] | ||
+ | |||
+ | [[User:Macowell/publishbox.css]] | ||
+ | |||
+ | [[User:Macowell/resultsbox.css]] | ||
+ | |||
+ | |||
+ | [[User:Macowell/mootools.v1.11.js|mootools.v1.11.js]] | ||
+ | |||
+ | [[User:Macowell/jd.gallery.js|jd.gallery.js]] | ||
+ | |||
+ | [[User:Macowell/jd.gallery.css|jd.gallery.css]] | ||
+ | |||
+ | |||
+ | |||
+ | [[User:Macowell/resultsAccordian.css|resultsAccordion.css]] | ||
+ | |||
+ | [[User:Macowell/results2]] | ||
+ | |||
+ | |||
+ | |||
+ | [[User:Macowell/mainpage_test|mainpage test]] | ||
+ | |||
+ | [[User:Macowell/mainpage_test.css|mainpage.css]] | ||
+ | |||
+ | [[User:Macowell/navmenu_test.css|navmenu.css]] | ||
+ | |||
+ | |||
+ | [[User:Macowell/Registry Development meetings|Registry Development meetings]] | ||
+ | |||
+ | [[User:Macowell/Part Documentation Guidelines |Part Documentation Guidelines]] | ||
+ | |||
+ | [[User:Macowell/Part Categories|Part Categories]] | ||
+ | |||
+ | [[User:Macowell/Registry Mission Statement|Registry Mission Statement]] | ||
+ | |||
+ | [[User:Macowell/frontpage Sept design 1|frontpage Sept design 1]] | ||
+ | |||
+ | [[User:Macowell/Project Description|description of project description]] | ||
[[User:Macowell/team checkups|team checkups]] | [[User:Macowell/team checkups|team checkups]] | ||
Line 13: | Line 76: | ||
[[User:Macowell/frontpage July content/help|frontpage July content/help]] | [[User:Macowell/frontpage July content/help|frontpage July content/help]] | ||
+ | |||
+ | [[User:Macowell/frontpage July content/Jamboree|frontpage July content/Jamboree]] | ||
[[User:Macowell/frontpage July design 1|frontpage July design 1]] | [[User:Macowell/frontpage July design 1|frontpage July design 1]] | ||
- | |||
- | |||
[[User:Macowell/frontpage June design|frontpage June design]] | [[User:Macowell/frontpage June design|frontpage June design]] | ||
[[User:Macowell/podcasts redesign|podcasts redesign]] | [[User:Macowell/podcasts redesign|podcasts redesign]] | ||
+ | |||
+ | |||
+ | [[User:Macowell/LabMap Extension|LabMap Extension]] | ||
+ | |||
+ | [[User:Macowell/iChat Autoconnect|iChat Autoconnect script]] | ||
+ | |||
+ | </div> | ||
+ | |||
+ | It's finally hidable! See Austin's [http://openwetware.org/wiki/OpenWetWare:Toggle Toggle Extension] page for examples! | ||
+ | {{hide|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 [https://2007.igem.org/wiki/skins/common/wikibits.js 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 [https://2007.igem.org/wiki/skins/common/wikibits.js wikibits.js] file - this is probably wrong.}} |
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.