Template:CM css

From 2012hs.igem.org

(Difference between revisions)
Line 25: Line 25:
$("#button").toggle(
$("#button").toggle(
function() {
function() {
-
$("#effect").animate({backgroundColor: '#EADED9', color: '#fff', width: 500}, 1000);
+
$("#effect").animate({backgroundColor: '#aa0000', color: '#fff', width: 500}, 1000);
},
},
function() {
function() {
Line 118: Line 118:
.sidep {
.sidep {
  display: inline;
  display: inline;
-
  background-color: #b0c4d;
+
  background-color: #0000ff;
  width: 170px;
  width: 170px;
  float: right;
  float: right;

Revision as of 09:41, 28 April 2012