Team:Freiburg Software/css image

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style> - Image: #bild1 { float: right; width: 100px; height: 300px; } </style> </html>)
 
(30 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style>
+
<style type="text/css">
 +
 
 +
/* hr */
 +
 
 +
.line_300 {
 +
color: #888888;
 +
background-color: #888888;
 +
width: 300px;
 +
height: 2px;
 +
text-align: center;
 +
margin: 30px 240px 30px 240px;
 +
float: left;
 +
}
/* Image */
/* Image */
Line 8: Line 20:
width: 100px;
width: 100px;
height: 300px;
height: 300px;
 +
}
 +
 +
.sponsor {
 +
height: auto;
 +
margin: 15px 20px 15px 20px;
 +
float: left;
 +
}
 +
 +
.icons {
 +
margin: 0px 15px 5px 15px;
 +
width: 110px;
 +
height: auto;
 +
background: transparent;
 +
}
 +
 +
.team_icons {
 +
margin: 10px 15px 5px 50px;
 +
width: 90px;
 +
height: auto;
 +
background: transparent;
 +
}
 +
 +
.pic_750_auto {
 +
margin: 10px 10px 10px 10px;
 +
width: 750px;
 +
height: auto;
 +
float: right;
 +
}
 +
.pic_200_auto {
 +
margin: 10px 10px 10px 10px;
 +
width: 200px;
 +
height: auto;
 +
float: right;
 +
}
 +
.pic_150_auto {
 +
margin: 10px 10px 10px 10px;
 +
width: 150px;
 +
height: auto;
 +
float: right;
 +
}
 +
.pic_100_auto {
 +
margin: 10px 10px 10px 10px;
 +
width: 100px;
 +
height: auto;
 +
float: right;
 +
}
 +
.team_portrait {
 +
margin: 10px 30px 10px 10px;
 +
width: 200px;
 +
height: auto;
 +
float: left;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 00:46, 27 October 2010