Team:Freiburg Software/css boxes

From 2010.igem.org

(Difference between revisions)
 
(18 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 102: Line 102:
float: left;
float: left;
background: #777777;
background: #777777;
-
border: 3px groove #777777;
+
border: 2px groove #777777;
}
}
.box_team a:hover {
.box_team a:hover {
-
border: 3px inset #777777;
+
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;
}
}
Line 124: Line 143:
}
}
-
.box_devGuide {
+
.box_standard a {
-
margin: 15px 15px 15px 15px;
+
float: left;
-
width: 300px;
+
width: 370px;
 +
margin: 10px 5px 10px 5px;
height: 300px;
height: 300px;
background: #777777;
background: #777777;
border: 3px groove #777777;
border: 3px groove #777777;
-
float: left;
 
}
}
-
 
+
.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