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

Line 34: Line 34:
 
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
 
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
 
/*===================================== HEADER CSS ============================*/
 
/*===================================== 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;
 
}
 

Revision as of 02:28, 8 September 2015

  • {

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(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 ============================*/