User:Sem2490/wiki/sandeep.css

From 2009.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 3: Line 3:
padding: 0;
padding: 0;
line-height: 1.4;
line-height: 1.4;
-
color: red;
+
background-color: #e7b300;
-
font-family: Myriad Pro, Helvetica, Arial;
+
font-family: Verdana,Helvetica, Arial;
-
         font-size-adjust: 0.48;
+
         font-size-adjust: 0.70;
}
}
Line 15: Line 15:
#buttonProject{
#buttonProject{
         position: absolute;
         position: absolute;
-
top: 158px;
+
top: 160px;
-
left: 247px;
+
left: 246px;
 +
   
}
}
 +
.td1{
 +
background-color: #e2b350;
 +
color: #ffffff;
 +
}

Latest revision as of 05:00, 15 October 2009

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	background-color: #e7b300;
	font-family: Verdana,Helvetica, Arial;
        font-size-adjust: 0.70;
	
}
#mainPage{
        position: absolute;
	top: 100px;
	right: 200px;
	}
#buttonProject{
        position: absolute;
	top: 160px;
	left: 246px;
     
	}
.td1{
background-color: #e2b350;
color: #ffffff;
}