Team:Freiburg Bioware/css
From 2010.igem.org
(Difference between revisions)
Line 64: | Line 64: | ||
/* box IE */ | /* box IE */ | ||
.box_full { | .box_full { | ||
- | background: # | + | background: #d7f6d6; |
} | } | ||
div.box_full { | div.box_full { | ||
Line 70: | Line 70: | ||
padding:10px; | padding:10px; | ||
border: 1px solid #eee; | border: 1px solid #eee; | ||
- | background:-moz-linear-gradient(top, #fff, # | + | background:-moz-linear-gradient(top, #fff, #d7f6d6); /* Firefox */ |
- | background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(# | + | background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7f6d6)); /* Safari, Chrome */ |
-webkit-border-radius: 10px; | -webkit-border-radius: 10px; | ||
-khtml-border-radius: 10px; | -khtml-border-radius: 10px; |
Revision as of 20:46, 25 October 2010