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

(Blanked the page)
 
(One intermediate revision 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: bold;
 
 
background-color: #C7FDFF;
 
}
 
 
#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