Team:Freiburg Software/css
From 2010.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
{{:Team:Freiburg_Software/css_image}} | {{:Team:Freiburg_Software/css_image}} | ||
{{:Team:Freiburg_Software/css_boxes}} | {{:Team:Freiburg_Software/css_boxes}} | ||
+ | {{:Team:Freiburg_Bioware/jquery_newsticker}} | ||
<html> | <html> | ||
+ | |||
+ | <head> | ||
+ | |||
+ | <!-- Javascript from the Freiburg_Bioware team for the iGEM 2010 buttom in the wiki menu --> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $("li[style]").addClass("menubar_current"); | ||
+ | $("li[style]").removeAttr("style"); | ||
+ | $("#news").newsticker(); | ||
+ | $('div.left-menu ul').prepend('<li class="pad-right"><a href="https://2010.igem.org/Main_Page">iGEM 2010</a>'); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | <!-- stylesheed starts --> | ||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 10: | Line 29: | ||
#content { | #content { | ||
width: 965px; | width: 965px; | ||
- | background: #444444 url( | + | background: #444444 url(https://static.igem.org/mediawiki/2010/c/c7/Freiburg_10_Banner_software_2.png) no-repeat scroll center 40px; |
} | } | ||
Latest revision as of 00:59, 27 October 2010