Team:SEU A/team.css

From 2012.igem.org

(Difference between revisions)
(Created page with "a { color:#000; text-decoration:none; } p { line-height:140%; } h2 { font-size:30px; color:#160000; padding:0 0 10px 0; } h3 { font-size:18px; color:#160000; padding:0 ...")
 
Line 47: Line 47:
width: 660px;
width: 660px;
padding:20px 0 20px 0;
padding:20px 0 20px 0;
-
}
 
-
.post {
 
-
border-bottom: 1px  dashed #4b4b4b;
 
-
    box-shadow: 0 1px #F2F2F2;
 
-
margin-bottom:40px;
 
-
}
 
-
.post p {
 
-
padding:10px 0;
 
-
}
 
-
.date {
 
-
float:left;
 
-
}
 
-
.author {
 
-
float:right;
 
-
}
 
-
.readmore {
 
-
padding:0 0 20px 0;
 
-
}
 
-
.sidebar1 {
 
-
margin: 0 690px 0 0;
 
-
padding:20px 0 20px 0;
 
-
border-right: 1px solid #BBBBBB;
 
-
    box-shadow: 1px 0px #ffffff;
 
-
}
 
-
.sidebar1 p {
 
-
width:220px;
 
-
}
 
-
input {
 
-
vertical-align:middle;
 
-
font-weight:normal;
 
-
padding:5px 5px 5px 5px;
 
-
margin:0;
 
-
background:#fff;
 
-
outline:none;
 
-
border:1px solid #cacaca;;
 
-
width:220px;
 
-
box-shadow: 0px 2px 4px 0px #828282;
 
-
}
 
-
.sidebar1Separator {
 
-
height:50px;
 
}
}

Latest revision as of 07:44, 14 September 2012

a { color:#000; text-decoration:none; } p { line-height:140%; } h2 { font-size:30px; color:#160000; padding:0 0 10px 0; } h3 { font-size:18px; color:#160000; padding:0 0 10px 0; } h4 { color:#9e9e9e; font-size:18px; } .container { width: 960px; margin: 0 auto; } header h1 { padding:25px 0 0 0; } header h1 a { font-size: 42px; color:#160000; text-decoration:none; } .title1{ position:relative;

	margin:120px 0px 0px;

} .titleword{

   	position:relative;
   	margin:120px auto;
   	font-size:40px;
   	color:#000;
   	text-align:center;

} .mainContent { float: right; width: 660px; padding:20px 0 20px 0; }