Team:Freiburg Software/css
From 2010.igem.org
(Difference between revisions)
(New page: <html> <style> - →from the wiki: #content { width: 965px; background: #444444 url(http://www.molbiotech.uni-freiburg.de/iGEM/wiki2010/images/c/c7/Freiburg_10_Banner_software_2.png) no-r...) |
|||
(62 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | {{:Team:Freiburg_Software/css_font}} | ||
+ | {{:Team:Freiburg_Software/css_image}} | ||
+ | {{:Team:Freiburg_Software/css_boxes}} | ||
+ | {{:Team:Freiburg_Bioware/jquery_newsticker}} | ||
+ | |||
<html> | <html> | ||
- | <style> | + | |
- | /* from the wiki */ | + | <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"> | ||
+ | |||
+ | /* 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; |
} | } | ||
body { | body { | ||
+ | /*background-color: #000000;*/ | ||
} | } | ||
- | + | #p-logo { | |
+ | display: none; | ||
+ | } | ||
- | # | + | #top-section { |
- | + | height: 0px; | |
- | height | + | |
- | + | ||
- | + | ||
} | } | ||
- | + | .firstHeading { | |
+ | display: none; | ||
+ | } | ||
- | + | #search-controls { | |
+ | top: 0px; | ||
+ | } | ||
+ | |||
+ | input.searchButton { | ||
+ | color:#cccccc; | ||
+ | float: right; | ||
+ | margin: 0px 20px 0px 0px; | ||
+ | } | ||
+ | |||
+ | input.searchButton:hover, #menubar li a:hover { | ||
color: white; | color: white; | ||
} | } | ||
+ | |||
+ | #menubar li a, #menubar .selected a { | ||
+ | color:#cccccc; | ||
+ | } | ||
+ | div#menubar li.menubar_current { | ||
+ | color: #cccccc; | ||
+ | } | ||
+ | |||
+ | #top-section #menubar { | ||
+ | top: 10px; | ||
+ | } | ||
+ | |||
+ | #top-section .right-menu { | ||
+ | margin-right: 185px; | ||
+ | width: 250px; | ||
+ | } | ||
+ | |||
+ | /* Banner */ | ||
+ | |||
+ | #banner { | ||
+ | width: 965px; | ||
+ | height: 250px; | ||
+ | margin: 0px 0px 0px 0px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 00:59, 27 October 2010