Team:Grenoble/Templates/Css.css

From 2011.igem.org

(Difference between revisions)
Line 213: Line 213:
padding:0;
padding:0;
 +
 +
}
 +
 +
 +
.blocbackground {
 +
 
 +
-webkit-border-radius: 8px;
 +
-moz-border-radius: 8px;
 +
border-radius: 8px;
 +
 +
background: #fcf6ee;
 +
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcf6ee), to(#FFFFFF));
 +
background: -webkit-linear-gradient(#fcf6ee, #FFFFFF);
 +
background: -moz-linear-gradient(#fcf6ee, #FFFFFF);
 +
background: -ms-linear-gradient(#fcf6ee, #FFFFFF);
 +
background: -o-linear-gradient(#fcf6ee, #FFFFFF);
 +
background: linear-gradient(#fcf6ee, #FFFFFF);
}
}
Line 287: Line 304:
text-indent: 30px;
text-indent: 30px;
-
 
-
-webkit-border-radius: 8px;
 
-
-moz-border-radius: 8px;
 
-
border-radius: 8px;
 
-
 
-
background: #fcf6ee;
 
-
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcf6ee), to(#FFFFFF));
 
-
background: -webkit-linear-gradient(#fcf6ee, #FFFFFF);
 
-
background: -moz-linear-gradient(#fcf6ee, #FFFFFF);
 
-
background: -ms-linear-gradient(#fcf6ee, #FFFFFF);
 
-
background: -o-linear-gradient(#fcf6ee, #FFFFFF);
 
-
background: linear-gradient(#fcf6ee, #FFFFFF)
 
}
}

Revision as of 10:00, 6 August 2011