Difference between revisions of "Team:Nankai/Modeling/style.css"

(Blanked the page)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
* {
 
margin: 0px;
 
padding: 0px;
 
text-align: center;
 
}
 
img {
 
border:none;
 
}
 
input, textarea{
 
outline:none;}
 
ul li {
 
list-style:none;
 
}
 
a {
 
text-decoration:none;
 
}
 
h1, h2, h3, h4, h5, h6 {
 
display:block;
 
font-weight:normal;
 
}
 
body {
 
font-size: 15px;
 
font-family: "myriad Pro";
 
background-image: url(https://static.igem.org/mediawiki/2015/7/79/Nankai_Model_Body_bg.png);
 
background-position: 0 0;
 
background-repeat: repeat;
 
background-color: #F4F4F4;
 
layer-background-color: white;
 
}
 
.center_frame {
 
width:960px;
 
margin:0 auto;
 
}
 
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
 
/*===================================== HEADER CSS ============================*/
 
  
 
#main_contant {
 
float:left;
 
width:100%;
 
      margin-top: 100px;
 
}
 
#main_contant h2 {
 
float: left;
 
width: 100%;
 
 
text-align: center;
 
 
line-height: 79px;
 
color: #555555;
 
font-family: 'existence_lightregular';
 
font-size: 45px;
 
font-weight: normal;
 
margin-bottom:50px;
 
background-color: #C7FDFF;
 
}
 
#main_contant .box_1, #main_contant .box_3, #main_contant .box_2 {
 
float:left;
 
width:960px;
 
-moz-box-shadow: 5px 5px 5px #f3f3f4;
 
-webkit-box-shadow: 5px 5px 5px #f3f3f4;
 
box-shadow: 5px 5px 5px #f3f3f4;
 
border:1px solid #d8d8d8;
 
margin-bottom:25px;
 
height:324px;
 
}
 
.text {
 
float:left;
 
width:424px;
 
margin-left:-43px;
 
}
 
#main_contant .box_1 .img_1 {
 
float:left;
 
display:block;
 
}
 
#main_contant .box_3 .img_1 {
 
float:left;
 
display:block;
 
}
 
#main_contant .box_1 h6, #main_contant .box_2 h6, #main_contant .box_3 h6 {
 
float:left;
 
width:424px;
 
color:#48a31b;
 
font-size:37px;
 
font-family: 'existence_lightregular';
 
margin-top:60px;
 
}
 
#main_contant .box_1 h5, #main_contant .box_2 h5, #main_contant .box_3 h5 {
 
float:left;
 
width:424px;
 
font-family:"myriad Pro";
 
font-size:35px;
 
color:#2c2c2c;
 
}
 
#main_contant .box_1 p, #main_contant .box_2 p, #main_contant .box_3 p {
 
float:left;
 
width:424px;
 
line-height:26px;
 
color:#555555;
 
font-family:"myriad Pro";
 
font-size:15px;
 
}
 
#main_contant .box_1 a, #main_contant .box_2 a, #main_contant .box_3 a {
 
float:left;
 
margin-top:30px;
 
width:83px;
 
height:31px;
 
background-image:url(https://static.igem.org/mediawiki/2015/c/cd/Nankai_Model_More_info.png);
 
background-position:0 0;
 
background-repeat:no-repeat;
 
}
 
#main_contant .box_1 a:hover, #main_contant .box_2 a:hover, #main_contant .box_3 a:hover {
 
background-image:url(https://static.igem.org/mediawiki/2015/f/f8/Nankai_Model_More_info_hover.png);
 
background-position:0 0;
 
background-repeat:no-repeat;
 
}
 
#main_contant .box_1 .main_img_1 {
 
float:right;
 
margin-right:70px;
 
}
 
#main_contant .box_3 .main_img_3 {
 
float:right;
 
margin:20px 20px 0px 0px;
 
}
 
#main_contant .box_2 .main_img_2 {
 
float:left;
 
margin-left:50px;
 
}
 
#main_contant .box_2 .img_2 {
 
float:right;
 
}
 
.text_2 {
 
float:right;
 
width:424px;
 
margin-right:-30px;
 
}
 

Latest revision as of 02:30, 8 September 2015