File:  [Local Repository] / pettastic / html / Attic / master.css
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sat Feb 23 03:50:35 2013 UTC (11 years, 8 months ago) by nick
Branches: pettastic
CVS tags: initial
Initial import of www.pettasticnj.com -- see README.txt for details

#radial-center { /* fallback */ background-color: #2F2727; background-image: url(images/radial_bg.png); background-position: center center; background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */ background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727)); /* Safari 5.1+, Chrome 10+ */ background: -webkit-radial-gradient(circle, #1a82f7, #2F2727); /* Firefox 3.6+ */ background: -moz-radial-gradient(circle, #1a82f7, #2F2727); /* IE 10 */ background: -ms-radial-gradient(circle, #1a82f7, #2F2727); /* Opera cannot do radial gradients yet */ }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>