All pastes #1969020 Raw Edit

Unnamed

public css v1 · immutable
#1969020 ·published 2010-10-21 14:10 UTC
rendered paste body
background-color: #067abb;background: url(../images/bg/button-dark-gradient.svg) no-repeat scroll 0 0 #067abb;background-image: -moz-linear-gradient(top, #1793ce, #067abb);background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1793ce),color-stop(1, #067abb));filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#1793ce', EndColorStr='#067abb');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1793ce', EndColorStr='#067abb')";---------------<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" version="1.1"xmlns="http://www.w3.org/2000/svg"><defs>	<linearGradient id="darkblue" x1="0%" y1="0%" x2="0%" y2="100%">		<stop offset="0%" style="stop-color:rgb(23,147,206);stop-opacity:1"/>		<stop offset="100%" style="stop-color:rgb(6,122,187);stop-opacity:1"/>	</linearGradient></defs><rect fill="url(#darkblue)" height='100%' width='100%' /></svg>