User:Sem2490/wiki/sandeep.css

From 2009.igem.org

(Difference between revisions)
 
(6 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: Verdana,Helvetica, Arial;
font-family: Verdana,Helvetica, Arial;
         font-size-adjust: 0.70;
         font-size-adjust: 0.70;
Line 19: Line 19:
      
      
}
}
-
#buttonProject a:hover {
+
.td1{
-
    background-image: url( 'http://itscalledwebdesign.com/files/gif_hover/bg03.gif' ) top center no-repeat;
+
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;
}