Team:Freiburg Software/css

From 2010.igem.org

(Difference between revisions)
 
(42 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Freiburg_Software/css_font}}
{{: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(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 14: Line 36:
}
}
-
/* Banner */
+
#p-logo {
 +
display: none;
 +
}
-
#banner {
+
#top-section {
-
width: 965px;
+
height: 0px;
-
height: 220px;
+
-
margin: 0px 0px 0px 0px;
+
}
}
-
/* Main area */
+
.firstHeading {
 +
display: none;
 +
}
 +
 
 +
#search-controls {
 +
top: 0px;
 +
}
-
#main_area {
+
input.searchButton {
 +
color:#cccccc;
float: right;
float: right;
-
width: 780px;
+
margin: 0px 20px 0px 0px;
-
height: auto;
+
-
margin: 40px 0px 0px 0px;
+
-
background: #666666;
+
}
}
-
/* Box left */
+
input.searchButton:hover, #menubar li a:hover {
-
.box {
+
color: white;
-
float: left;
+
-
width: 370px;
+
-
margin: 10px 5px 10px 5px;
+
-
height: auto;
+
-
background: #777777;
+
-
border: 3px groove #777777;
+
}
}
-
/* Image */
+
#menubar li a, #menubar .selected a {
 +
color:#cccccc;
 +
}
 +
div#menubar li.menubar_current {
 +
color: #cccccc;
 +
}
-
#bild1 {
+
#top-section #menubar {
-
float: right;
+
top: 10px;
-
width: 100px;
+
-
height: 300px;
+
}
}
 +
 +
#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