Team:Grenoble/Templates/Css.css
From 2011.igem.org
(Difference between revisions)
JeanBaptiste (Talk | contribs) |
JeanBaptiste (Talk | contribs) |
||
Line 41: | Line 41: | ||
width:100%; | width:100%; | ||
- | + | ||
} | } | ||
Line 285: | Line 285: | ||
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 09:36, 6 August 2011