Team:Freiburg Software/css boxes

From 2010.igem.org

(Difference between revisions)
 
(48 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 */
-
.box_guide {
+
.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;
 +
}
 +
.box_guide a:hover {
 +
background: #888888;
 +
border: 3px groove #888888;
 +
text-decoration: none;
 +
}
 +
 +
.pic_text_right {
 +
margin: 5px 20px 5px 15px;
 +
float: right;
 +
text-align: left;
 +
}
 +
.pic_text_center {
 +
margin: 5px 15px 5px 15px;
 +
align: center;
 +
text-align: center;
 +
}
 +
.pic_text_left {
 +
margin: 5px 15px 5px 20px;
 +
float: left;
 +
text-align: left;
}
}
Line 30: Line 63:
height: 150px;
height: 150px;
float: left;
float: left;
-
text-align: center;
 
-
}
 
-
 
-
/* Box Robot */
 
-
.box_robot {
 
-
margin: 20px 20px 20px 20px;
 
-
width: 250px;
 
-
height: 250px;
 
}
}
Line 68: Line 93:
text-decoration: none;
text-decoration: none;
}
}
 +
 +
/* Box Team */
 +
 +
.box_team a {
 +
margin: 20px 20px 20px 30px;
 +
width: 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;
 +
background: #777777;
 +
border: 3px groove #777777;
 +
}
 +
 +
.team_description {
 +
margin: 15px 0px 15px 0px;
 +
width: 500px;
 +
height: auto;
 +
border: none;
 +
background: transparent;
 +
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;
 +
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