Team:Freiburg Software/css

From 2010.igem.org

(Difference between revisions)
 
(8 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(http://www.molbiotech.uni-freiburg.de/iGEM/wiki2010/images/c/c7/Freiburg_10_Banner_software_2.png) no-repeat scroll center 40px;
+
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;
-
margin-top: 15px;
 
}
}
input.searchButton {
input.searchButton {
color:#cccccc;
color:#cccccc;
-
position: relative;
 
-
top: -35px;
 
float: right;
float: right;
-
margin: 0px 10px 22px 0px;
+
margin: 0px 20px 0px 0px;
}
}
Line 70: Line 86:
}
}
-
/* Main area */
 
-
 
-
#main_area {
 
-
float: right;
 
-
width: 780px;
 
-
height: auto;
 
-
margin: 0px 0px 0px 0px;
 
-
background: #666666;
 
-
}
 
</style>
</style>
</html>
</html>

Latest revision as of 00:59, 27 October 2010