Team:Freiburg Software/css boxes

From 2010.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 15: Line 15:
.box_robot {
.box_robot {
-
margin: 20px 20px 20px 20px;
+
margin: 0px 20px 250px 15px;
width: 200px;
width: 200px;
-
height: 200px;
+
height: 215px;
float: right;
float: right;
background: #777777;
background: #777777;
Line 105: Line 105:
}
}
.box_team a:hover {
.box_team a:hover {
-
border: 2px inset #888888;
+
border: 2px inset #777777;
 +
background-color: #888888;
 +
text-decoration: none;
}
}
Line 115: Line 117:
background: #777777;
background: #777777;
border: 3px groove #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;
}
}

Latest revision as of 22:05, 27 October 2010