Advertisement
Linda-chan

Gismeteo weather.css

Aug 1st, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. h2 span.title.sel {
  2.     background: -moz-linear-gradient(center top, rgba(42, 105, 144, 0.25) 0pt, rgba(42, 105, 144, 0.05) 11%, transparent 28%) repeat scroll 0 0 transparent; /* Firefox 3.6+ */
  3.     background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(0, 0, 0, 0.25)), color-stop(6%,rgba(0, 0, 0, 0.05))); /* Chrome 1-9, Safari 4-5 */
  4.     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0.05) 6%, rgba(0, 0, 0, 0) 28%); /* Chrome 10+, Safari 5.1+ */
  5.     background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0.05) 6%, rgba(0, 0, 0, 0) 28%); /* Opera 11.10+ */
  6.     background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0.05) 6%, rgba(0, 0, 0, 0) 28%); /* IE10 */
  7.     background: linear-gradient(top, rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0.05) 6%, rgba(0, 0, 0, 0) 28%); /* CSS3 */
  8.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement