Team:Freiburg Software/css boxes

From 2010.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
Line 11: Line 11:
background: #666666;
background: #666666;
}
}
 +
 +
/* Box User */
 +
 +
.box_robot {
 +
margin: 0px 20px 250px 15px;
 +
width: 200px;
 +
height: 215px;
 +
float: right;
 +
background: #777777;
 +
border: 3px groove #777777;
 +
}
 +
/* Box guide */
/* Box guide */
Line 16: Line 28:
.box_guide a {
.box_guide a {
float: left;
float: left;
-
width: 370px;
+
width: 750px;
margin: 10px 5px 10px 5px;
margin: 10px 5px 10px 5px;
-
height: 300px;
+
height: 120px;
background: #777777;
background: #777777;
border: 3px groove #777777;
border: 3px groove #777777;
Line 51: Line 63:
height: 150px;
height: 150px;
float: left;
float: left;
-
}
 
-
 
-
/* Box Robot */
 
-
.box_robot {
 
-
margin: 20px 20px 20px 20px;
 
-
width: 200px;
 
-
height: 200px;
 
-
float: right;
 
-
background: #777777;
 
-
border: 3px groove #777777;
 
}
}
Line 98: Line 100:
width: 200px;
width: 200px;
height: 200px;
height: 200px;
 +
float: left;
 +
background: #777777;
 +
border: 2px groove #777777;
 +
}
 +
.box_team a:hover {
 +
border: 2px inset #777777;
 +
background-color: #888888;
 +
text-decoration: none;
 +
}
 +
 +
.box_team_750 {
 +
margin: 15px 15px 5px 15px;
 +
width: 750px;
 +
height: auto;
float: left;
float: left;
background: #777777;
background: #777777;
Line 103: Line 119:
}
}
-
.box_team_760 {
+
.team_description {
-
margin: 20px 20px 20px 20px;
+
margin: 15px 0px 15px 0px;
-
width: 760px;
+
width: 500px;
-
height: 200px;
+
height: auto;
 +
border: none;
 +
background: transparent;
float: left;
float: left;
 +
vertical-align: top;
 +
color: white;
 +
}
 +
 +
.picasa {
 +
width: 600px;
 +
height: 400px;
 +
margin: 20px 20px 20px 90px;
 +
}
 +
 +
/* Box Developer */
 +
 +
.box_code {
 +
margin: 10px 50px 10px 25px;
 +
background: #eeeeee;
 +
}
 +
 +
.box_standard a {
 +
float: left;
 +
width: 370px;
 +
margin: 10px 5px 10px 5px;
 +
height: 300px;
background: #777777;
background: #777777;
border: 3px groove #777777;
border: 3px groove #777777;
 +
}
 +
.box_standard a:hover {
 +
background: #888888;
 +
border: 3px groove #888888;
 +
text-decoration: none;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 22:05, 27 October 2010