User:Djedrysiak
From 2008.igem.org
Contents |
About Me
Daniel is a first time iGEM participant on the University of Ottawa iGEM team. He is entering his third year of studies in Biomedical Science and Computer Science at the University of Ottawa. Daniel enjoys programming, kiteboarding, mountain biking and playing volleyball in his spare time. He is interested in biology, the brain, computers and medicine.
Wiki Designs notes
Starting Point
[http://miniownersoftexas.org/wiki/index.php?title=The_simplest_possible_guide_to_writing_MediaWiki#Links This] is a good site to use as a starting point for editing MediaWiki pages.
Calendar Customization
The iGEM calendar can be customized through CSS by including
<link rel="stylesheet" href="http://www.yourdomain.com/calendar.css" type="text/css">
in the desired wiki page. Below is a template of some CSS code that can be included in the calendar.css file to customize the calendar. The code below will produce the calendar on the right.
table.calendar { margin: 0; padding: 20px; } table.calendar td { margin: 0; padding: 2px; vertical-align: top; } table.month .heading td { padding:2px; background-color:#689CCE; color:#eee; text-align:center; font-size:120%; font-weight:bold; } table.month .dow td { color:#aaa; text-align:center; font-size:110%; } table.month td.today { background-color:#689CCE; } table.month td { border: none; margin: 0; padding: 1pt 1.5pt; font-weight: bold; font-size: 8pt; text-align: right; background-color: #eee; } #bodyContent table.month a { background:none; padding:0 } .day-active { color:#E12C1D } .day-empty { color:#000000 }