32
32
background-color: #c0d0e0;
33
33
text-shadow: 1px 1px 2px #000;
35
35
background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
36
36
background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
37
37
background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
38
-pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);