Team:Freiburg Software/css
From 2010.igem.org
(Difference between revisions)
(15 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"> | ||
- | /* from the wiki .php */ | + | /* css from the wiki .php */ |
#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; |
} | } | ||
Line 31: | Line 50: | ||
#search-controls { | #search-controls { | ||
top: 0px; | top: 0px; | ||
- | |||
} | } | ||
input.searchButton { | input.searchButton { | ||
color:#cccccc; | color:#cccccc; | ||
- | |||
- | |||
float: right; | float: right; | ||
+ | margin: 0px 20px 0px 0px; | ||
} | } | ||
Line 65: | Line 82: | ||
#banner { | #banner { | ||
width: 965px; | width: 965px; | ||
- | height: | + | height: 250px; |
margin: 0px 0px 0px 0px; | margin: 0px 0px 0px 0px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 00:59, 27 October 2010