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

(Blanked the page)
 
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 ============================*/
+

Latest revision as of 02:30, 8 September 2015