Team:SYSU-China/Team/Member style.css

From 2013.igem.org

(Difference between revisions)
Line 44: Line 44:
}
}
-
#cont_column div.team_content {
+
div.team_content {
position: relative;
position: relative;
-
width: 900px;
+
width: 1024px;
-
border-style: solid;
+
margin-bottom: 0px;
-
background: url(https://static.igem.org/mediawiki/2013/8/81/Side-cont-BG.png) top left repeat-y , url(https://static.igem.org/mediawiki/2013/0/0f/CONTENT-BG-PROJECT.png) repeat-y 94px 0px ;
+
padding: 60px 60px;
-
box-shadow: 0px 0px 25px #888888;
+
-
border-style: solid;
+
-
border-width: 1px;
+
-
border-color: #f7eed1;
+
-
margin-bottom: -5px;
+
-
padding: 60px 0;
+
}
}

Revision as of 13:37, 25 September 2013

div.out_frame { float:left; position:relative; z-index: 0;

   width:450px;
   height:240px;
   background: url(Post_01_BG_yuchen.png);

} div.inner_frame { position:absolute; z-index: 1; right:0px;; top: 0px;

   width:1px;

height:240px;

   background: url(Post_01_FL_yuchen.png) no-repeat;

} div.flash_button { position:absolute; z-index: 2; left:0px; width:150px; height:280px; } .out_frame h1 { position:absolute; z-index: 0;

   text-align:left;
   left: 110px;

top: 20px; width:300px; margin:0px 0px 0px 0px ; padding:0px 0px 0px 0px ; } .out_frame p { position:absolute; z-index: 0;

   left: 170px;

top: 60px; width:400px; margin:0px 0px 0px 0px ; padding:0px 0px 0px 0px ; }

div.team_content { position: relative; width: 1024px; margin-bottom: 0px; padding: 60px 60px; }