Team:Grenoble/Templates/Css.css
From 2011.igem.org
(Difference between revisions)
JeanBaptiste (Talk | contribs) |
JeanBaptiste (Talk | contribs) |
||
Line 116: | Line 116: | ||
height:60px; | height:60px; | ||
color:#000000; | color:#000000; | ||
- | + | 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); | ||
width:100%; | width:100%; | ||
font-family:Helvetica,Arial,Verdana,sans-serif; | font-family:Helvetica,Arial,Verdana,sans-serif; | ||
Line 180: | Line 185: | ||
padding:0 20px 0 20px; | padding:0 20px 0 20px; | ||
background: #fcf6ee; | background: #fcf6ee; | ||
- | background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcf6ee), to(# | + | background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcf6ee), to(#fdf9f4)); |
- | background: -webkit-linear-gradient(#fcf6ee, # | + | background: -webkit-linear-gradient(#fcf6ee, #fdf9f4); |
- | background: -moz-linear-gradient(#fcf6ee, # | + | background: -moz-linear-gradient(#fcf6ee, #fdf9f4); |
- | background: -ms-linear-gradient(#fcf6ee, # | + | background: -ms-linear-gradient(#fcf6ee, #fdf9f4); |
- | background: -o-linear-gradient(#fcf6ee, # | + | background: -o-linear-gradient(#fcf6ee, #fdf9f4); |
- | background: linear-gradient(#fcf6ee, # | + | background: linear-gradient(#fcf6ee, #fdf9f4); |
Line 214: | Line 219: | ||
min-height: 0; | min-height: 0; | ||
height: 23px; | height: 23px; | ||
- | background: | + | background: rgba(0, 0, 0, 1); |
margin: 33px 0 0 0 ; | margin: 33px 0 0 0 ; | ||
overflow: hidden; | overflow: hidden; |
Revision as of 13:11, 6 August 2011