Template:Team:Edinburgh/css/home-page-structure.css

From 2012.igem.org

(Difference between revisions)
(Moving the css to a separate file.)
(Rearranging the home page)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
#home-middle{
+
#page-middle{
-
width:1085px;
+
height: 800px;
-
height: 600px;
+
-
margin-right:auto;
+
-
margin-left:auto;
+
-
padding: 30px 0 30px 0;
+
}
}
.home-page-div{
.home-page-div{
-
width:700px;
+
width:640px;
float: right;
float: right;
margin-bottom:0;
margin-bottom:0;
Line 18: Line 14:
}
}
#edi-twitter-widget{
#edi-twitter-widget{
-
width:350px;
+
width:222px;
border: 1px solid #ccc;
border: 1px solid #ccc;
}
}
-
 
+
/*
#edi-twitter-widget span{
#edi-twitter-widget span{
float:right;
float:right;
-
}
+
}*/
#welcome p{
#welcome p{
padding-bottom:50px;
padding-bottom:50px;
Line 30: Line 26:
#project-abstract{
#project-abstract{
border-radius:10px;
border-radius:10px;
-
position:relative;
 
-
top:0px;right:-70px;
 
}
}
</style>
</style>
</html>
</html>

Revision as of 12:54, 24 July 2012