compass 0.11.beta.5 → 0.11.beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/frameworks/compass/stylesheets/compass/css3/_images.scss +29 -3
- data/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss +7 -4
- data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss +0 -2
- data/lib/compass/app_integration/rails.rb +22 -3
- data/lib/compass/commands/sprite.rb +2 -5
- data/lib/compass/compiler.rb +7 -3
- data/lib/compass/configuration/helpers.rb +3 -2
- data/lib/compass/sass_extensions/functions/constants.rb +7 -0
- data/lib/compass/sass_extensions/functions/cross_browser_support.rb +31 -0
- data/lib/compass/sass_extensions/functions/gradient_support.rb +77 -44
- data/lib/compass/sass_extensions/functions/lists.rb +3 -2
- data/lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb +6 -2
- data/lib/compass/sass_extensions/sprites/sprite_map.rb +8 -2
- data/lib/compass/sass_extensions/sprites/sprites.rb +1 -1
- data/test/fixtures/stylesheets/compass/css/fonts.css +0 -1
- data/test/fixtures/stylesheets/compass/css/gradients.css +70 -12
- data/test/fixtures/stylesheets/compass/css/pie.css +1 -0
- data/test/fixtures/stylesheets/compass/css/sprites.css +1262 -0
- data/test/fixtures/stylesheets/compass/css/utilities.css +3 -0
- data/test/fixtures/stylesheets/compass/images/flag-03c3b29b35.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ad.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ae.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/af.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ag.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ai.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/al.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/am.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/an.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ao.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ar.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/as.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/at.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/au.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/aw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ax.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/az.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ba.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bb.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bd.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/be.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bf.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bh.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bi.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bj.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bo.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/br.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bs.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bt.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bv.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/by.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/bz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ca.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/catalonia.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cc.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cd.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cf.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ch.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ci.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ck.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cl.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/co.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cs.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cu.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cv.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cx.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cy.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/cz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/de.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/dj.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/dk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/dm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/do.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/dz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ec.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ee.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/eg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/eh.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/england.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/er.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/es.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/et.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/europeanunion.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/fam.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/fi.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/fj.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/fk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/fm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/fo.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/fr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ga.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gb.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gd.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ge.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gf.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gh.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gi.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gl.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gp.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gq.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gs.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gt.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gu.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/gy.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/hk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/hm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/hn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/hr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ht.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/hu.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/id-2.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ie.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/il.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/in.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/io.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/iq.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ir.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/is.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/it.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/jm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/jo.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/jp.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ke.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/kg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/kh.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ki.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/km.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/kn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/kp.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/kr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/kw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ky.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/kz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/la.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/lb.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/lc.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/li.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/lk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/lr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ls.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/lt.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/lu.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/lv.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ly.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ma.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mc.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/md.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/me.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mh.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ml.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mo.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mp.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mq.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ms.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mt.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mu.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mv.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mx.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/my.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/mz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/na.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/nc.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ne.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/nf.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ng.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ni.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/nl.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/no.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/np.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/nr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/nu.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/nz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/om.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pa.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pe.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pf.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ph.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pl.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ps.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pt.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/pw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/py.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/qa.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/re.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ro.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/rs.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ru.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/rw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sa.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sb.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sc.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/scotland.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sd.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/se.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sh.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/si.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sj.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sl.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/so.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/st.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sv.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sy.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/sz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tc.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/td.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tf.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/th.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tj.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tk.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tl.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/to.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tr.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tt.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tv.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tw.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/tz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ua.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ug.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/um.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/us.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/uy.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/uz.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/va.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/vc.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ve.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/vg.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/vi.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/vn.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/vu.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/wales.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/wf.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ws.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/ye.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/yt.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/za.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/zm.png +0 -0
- data/test/fixtures/stylesheets/compass/images/flag/zw.png +0 -0
- data/test/fixtures/stylesheets/compass/sass/gradients.sass +5 -2
- data/test/fixtures/stylesheets/compass/sass/sprites.scss +13 -0
- data/test/sass_extensions_test.rb +6 -0
- metadata +502 -2
|
@@ -18,8 +18,9 @@ module Compass::SassExtensions::Functions::Lists
|
|
|
18
18
|
def compact(*args)
|
|
19
19
|
sep = :comma
|
|
20
20
|
if args.size == 1 && args.first.is_a?(Sass::Script::List)
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
list = args.first
|
|
22
|
+
args = list.value
|
|
23
|
+
sep = list.separator
|
|
23
24
|
end
|
|
24
25
|
Sass::Script::List.new(args.reject{|a| !a.to_bool}, sep)
|
|
25
26
|
end
|
|
@@ -19,8 +19,12 @@ module Compass
|
|
|
19
19
|
else
|
|
20
20
|
x = image.left - (image.left / image.width).ceil * image.width
|
|
21
21
|
while x < width do
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
begin
|
|
23
|
+
output_png.replace! input_png, x, image.top
|
|
24
|
+
x += image.width
|
|
25
|
+
rescue ChunkyPNG::OutOfBounds
|
|
26
|
+
break;
|
|
27
|
+
end
|
|
24
28
|
end
|
|
25
29
|
end
|
|
26
30
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Compass
|
|
2
2
|
class SpriteMap
|
|
3
3
|
attr_reader :uri, :options
|
|
4
|
-
|
|
4
|
+
VAILD_FILE_NAME = /\A#{Sass::SCSS::RX::IDENT}\Z/
|
|
5
5
|
|
|
6
6
|
def find_relative(*args)
|
|
7
7
|
nil
|
|
@@ -30,7 +30,13 @@ module Compass
|
|
|
30
30
|
|
|
31
31
|
# Returns an Array of image names without the file extension
|
|
32
32
|
def sprite_names
|
|
33
|
-
@sprite_names ||= files.collect
|
|
33
|
+
@sprite_names ||= files.collect do |file|
|
|
34
|
+
filename = File.basename(file, '.png')
|
|
35
|
+
unless VAILD_FILE_NAME =~ filename
|
|
36
|
+
raise Compass::Error, "Sprite file names must be legal css identifiers. Please rename #{File.basename(file)}"
|
|
37
|
+
end
|
|
38
|
+
filename
|
|
39
|
+
end
|
|
34
40
|
end
|
|
35
41
|
|
|
36
42
|
# Returns the sass options for this sprite
|
|
@@ -2,19 +2,27 @@
|
|
|
2
2
|
background: white url("foo.png"); }
|
|
3
3
|
|
|
4
4
|
.bg-shortcut-linear-gradient {
|
|
5
|
-
background: white ;
|
|
6
5
|
background: white url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
|
|
7
6
|
background: white -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
8
7
|
background: white -moz-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
8
|
+
background: white -o-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
9
9
|
background: white linear-gradient(top left, #dddddd, #aaaaaa); }
|
|
10
10
|
|
|
11
11
|
.bg-shortcut-radial-gradient {
|
|
12
|
-
background: white ;
|
|
13
12
|
background: white url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
|
|
14
13
|
background: white -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
15
14
|
background: white -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
15
|
+
background: white -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
16
16
|
background: white radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
17
17
|
|
|
18
|
+
.bg-all-gradient-types-with-simplification {
|
|
19
|
+
background: #ffcc00;
|
|
20
|
+
background: url('/images/4x6.png?busted=true'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #ffcc00;
|
|
21
|
+
background: url('/images/4x6.png?busted=true'), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa)), -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa)), #ffcc00;
|
|
22
|
+
background: url('/images/4x6.png?busted=true'), -moz-linear-gradient(top left, #dddddd, #aaaaaa), -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px), #ffcc00;
|
|
23
|
+
background: url('/images/4x6.png?busted=true'), -o-linear-gradient(top left, #dddddd, #aaaaaa), -o-radial-gradient(center center, #dddddd, #aaaaaa 100px), #ffcc00;
|
|
24
|
+
background: url('/images/4x6.png?busted=true'), linear-gradient(top left, #dddddd, #aaaaaa), radial-gradient(center center, #dddddd, #aaaaaa 100px), #ffcc00; }
|
|
25
|
+
|
|
18
26
|
.bg-simple-image {
|
|
19
27
|
background-image: url("foo.png"); }
|
|
20
28
|
|
|
@@ -23,6 +31,7 @@
|
|
|
23
31
|
background-size: 100%;
|
|
24
32
|
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
25
33
|
background-image: -moz-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
34
|
+
background-image: -o-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
26
35
|
background-image: linear-gradient(top left, #dddddd, #aaaaaa); }
|
|
27
36
|
|
|
28
37
|
.bg-radial-gradient {
|
|
@@ -30,32 +39,33 @@
|
|
|
30
39
|
background-size: 100%;
|
|
31
40
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
32
41
|
background-image: -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
42
|
+
background-image: -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
33
43
|
background-image: radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
34
44
|
|
|
35
45
|
.bg-linear-gradient-with-angle {
|
|
36
|
-
background-image:
|
|
37
|
-
background-
|
|
38
|
-
background-image: -
|
|
39
|
-
background-image:
|
|
40
|
-
background-image: linear-gradient(top left -45deg, #dddddd, #aaaaaa); }
|
|
46
|
+
background-image: -webkit-gradient(linear, -45deg, -45deg, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
47
|
+
background-image: -moz-linear-gradient(-45deg, #dddddd, #aaaaaa);
|
|
48
|
+
background-image: -o-linear-gradient(-45deg, #dddddd, #aaaaaa);
|
|
49
|
+
background-image: linear-gradient(-45deg, #dddddd, #aaaaaa); }
|
|
41
50
|
|
|
42
51
|
.bg-radial-gradient-with-angle-and-shape {
|
|
43
|
-
background-image:
|
|
44
|
-
background-
|
|
45
|
-
background-image: -
|
|
46
|
-
background-image:
|
|
47
|
-
background-image: radial-gradient(center center 45deg, ellipse cover, #dddddd, #aaaaaa 100px); }
|
|
52
|
+
background-image: -webkit-gradient(radial, 45deg, 0, 45deg, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
53
|
+
background-image: -moz-radial-gradient(45deg, ellipse cover, #dddddd, #aaaaaa 100px);
|
|
54
|
+
background-image: -o-radial-gradient(45deg, ellipse cover, #dddddd, #aaaaaa 100px);
|
|
55
|
+
background-image: radial-gradient(45deg, ellipse cover, #dddddd, #aaaaaa 100px); }
|
|
48
56
|
|
|
49
57
|
.bg-all-gradient-types {
|
|
50
58
|
background-image: url('/images/4x6.png?busted=true'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
|
|
51
59
|
background-size: 100%;
|
|
52
60
|
background-image: url('/images/4x6.png?busted=true'), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa)), -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
53
61
|
background-image: url('/images/4x6.png?busted=true'), -moz-linear-gradient(top left, #dddddd, #aaaaaa), -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
62
|
+
background-image: url('/images/4x6.png?busted=true'), -o-linear-gradient(top left, #dddddd, #aaaaaa), -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
54
63
|
background-image: url('/images/4x6.png?busted=true'), linear-gradient(top left, #dddddd, #aaaaaa), radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
55
64
|
|
|
56
65
|
.border-image-gradient {
|
|
57
66
|
-moz-border-image: -moz-radial-gradient(#00ff00, #ff0000 100px) 100 stretch;
|
|
58
67
|
-webkit-border-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #00ff00), color-stop(100%, #ff0000)) 100 stretch;
|
|
68
|
+
-o-border-image: -o-radial-gradient(#00ff00, #ff0000 100px) 100 stretch;
|
|
59
69
|
border-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBmZjAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYwMDAwIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g') 100 stretch;
|
|
60
70
|
border-image: radial-gradient(#00ff00, #ff0000 100px) 100 stretch; }
|
|
61
71
|
|
|
@@ -68,12 +78,14 @@
|
|
|
68
78
|
.direct-list-image-with-gradient {
|
|
69
79
|
list-style-image: -moz-radial-gradient(#00ff00, #ff0000 10px);
|
|
70
80
|
list-style-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 10, color-stop(0%, #00ff00), color-stop(100%, #ff0000));
|
|
81
|
+
list-style-image: -o-radial-gradient(#00ff00, #ff0000 10px);
|
|
71
82
|
list-style-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGZmMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
|
|
72
83
|
list-style-image: radial-gradient(#00ff00, #ff0000 10px); }
|
|
73
84
|
|
|
74
85
|
.shorthand-list-image-with-gradient {
|
|
75
86
|
list-style-image: outside -moz-radial-gradient(#00ff00, #ff0000 10px);
|
|
76
87
|
list-style-image: outside -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 10, color-stop(0%, #00ff00), color-stop(100%, #ff0000));
|
|
88
|
+
list-style-image: outside -o-radial-gradient(#00ff00, #ff0000 10px);
|
|
77
89
|
list-style-image: outside url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGZmMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
|
|
78
90
|
list-style-image: outside radial-gradient(#00ff00, #ff0000 10px); }
|
|
79
91
|
|
|
@@ -83,132 +95,158 @@
|
|
|
83
95
|
.content-with-gradient {
|
|
84
96
|
content: -moz-radial-gradient(#00ff00, #ff0000 10px);
|
|
85
97
|
content: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 10, color-stop(0%, #00ff00), color-stop(100%, #ff0000));
|
|
98
|
+
content: -o-radial-gradient(#00ff00, #ff0000 10px);
|
|
86
99
|
content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGZmMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
|
|
87
100
|
content: radial-gradient(#00ff00, #ff0000 10px); }
|
|
88
101
|
|
|
89
102
|
.bg-linear-gradient-no-position {
|
|
90
103
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
91
104
|
background-image: -moz-linear-gradient(#dddddd, #aaaaaa);
|
|
105
|
+
background-image: -o-linear-gradient(#dddddd, #aaaaaa);
|
|
92
106
|
background-image: linear-gradient(#dddddd, #aaaaaa); }
|
|
93
107
|
|
|
94
108
|
.bg-radial-gradient-no-position {
|
|
95
109
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
96
110
|
background-image: -moz-radial-gradient(#dddddd, #aaaaaa 100px);
|
|
111
|
+
background-image: -o-radial-gradient(#dddddd, #aaaaaa 100px);
|
|
97
112
|
background-image: radial-gradient(#dddddd, #aaaaaa 100px); }
|
|
98
113
|
|
|
99
114
|
.image-fallback {
|
|
100
115
|
background-image: image(-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa)), url('/images/4x6.png?busted=true'), #cc0000);
|
|
101
116
|
background-image: image(-moz-radial-gradient(#dddddd, #aaaaaa 100px), url('/images/4x6.png?busted=true'), #cc0000);
|
|
117
|
+
background-image: image(-o-radial-gradient(#dddddd, #aaaaaa 100px), url('/images/4x6.png?busted=true'), #cc0000);
|
|
102
118
|
background-image: image(radial-gradient(#dddddd, #aaaaaa 100px), url('/images/4x6.png?busted=true'), #cc0000); }
|
|
103
119
|
|
|
104
120
|
.cross-fade {
|
|
105
121
|
background-image: cross-fade(-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa)), url('/images/4x6.png?busted=true'));
|
|
106
122
|
background-image: cross-fade(-moz-radial-gradient(#dddddd, #aaaaaa 100px), url('/images/4x6.png?busted=true'));
|
|
123
|
+
background-image: cross-fade(-o-radial-gradient(#dddddd, #aaaaaa 100px), url('/images/4x6.png?busted=true'));
|
|
107
124
|
background-image: cross-fade(radial-gradient(#dddddd, #aaaaaa 100px), url('/images/4x6.png?busted=true')); }
|
|
108
125
|
|
|
109
126
|
.unknown-function-wrapper {
|
|
110
127
|
background: foo(-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa)));
|
|
111
128
|
background: foo(-moz-radial-gradient(#dddddd, #aaaaaa 100px));
|
|
129
|
+
background: foo(-o-radial-gradient(#dddddd, #aaaaaa 100px));
|
|
112
130
|
background: foo(radial-gradient(#dddddd, #aaaaaa 100px)); }
|
|
113
131
|
|
|
114
132
|
.linear-1 {
|
|
115
133
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
116
134
|
background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa);
|
|
135
|
+
background-image: -o-linear-gradient(top, #dddddd, #aaaaaa);
|
|
117
136
|
background-image: linear-gradient(top, #dddddd, #aaaaaa); }
|
|
118
137
|
|
|
119
138
|
.linear-2 {
|
|
120
139
|
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
121
140
|
background-image: -moz-linear-gradient(left, #dddddd, #aaaaaa);
|
|
141
|
+
background-image: -o-linear-gradient(left, #dddddd, #aaaaaa);
|
|
122
142
|
background-image: linear-gradient(left, #dddddd, #aaaaaa); }
|
|
123
143
|
|
|
124
144
|
.linear-3 {
|
|
125
145
|
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
126
146
|
background-image: -moz-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
147
|
+
background-image: -o-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
127
148
|
background-image: linear-gradient(top left, #dddddd, #aaaaaa); }
|
|
128
149
|
|
|
129
150
|
.linear-4 {
|
|
130
151
|
background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
131
152
|
background-image: -moz-linear-gradient(top right, #dddddd, #aaaaaa);
|
|
153
|
+
background-image: -o-linear-gradient(top right, #dddddd, #aaaaaa);
|
|
132
154
|
background-image: linear-gradient(top right, #dddddd, #aaaaaa); }
|
|
133
155
|
|
|
134
156
|
.linear-5 {
|
|
135
157
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(50%, #cccccc), color-stop(100%, #aaaaaa));
|
|
136
158
|
background-image: -moz-linear-gradient(top, #dddddd, #cccccc, #aaaaaa);
|
|
159
|
+
background-image: -o-linear-gradient(top, #dddddd, #cccccc, #aaaaaa);
|
|
137
160
|
background-image: linear-gradient(top, #dddddd, #cccccc, #aaaaaa); }
|
|
138
161
|
|
|
139
162
|
.linear-6 {
|
|
140
163
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(20%, #cccccc), color-stop(100%, #aaaaaa));
|
|
141
164
|
background-image: -moz-linear-gradient(top, #dddddd, #cccccc 20%, #aaaaaa);
|
|
165
|
+
background-image: -o-linear-gradient(top, #dddddd, #cccccc 20%, #aaaaaa);
|
|
142
166
|
background-image: linear-gradient(top, #dddddd, #cccccc 20%, #aaaaaa); }
|
|
143
167
|
|
|
144
168
|
.linear-7 {
|
|
145
169
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(20%, #cccccc), color-stop(60%, #eeeeee), color-stop(100%, #aaaaaa));
|
|
146
170
|
background-image: -moz-linear-gradient(top, #dddddd, #cccccc 20%, #eeeeee, #aaaaaa);
|
|
171
|
+
background-image: -o-linear-gradient(top, #dddddd, #cccccc 20%, #eeeeee, #aaaaaa);
|
|
147
172
|
background-image: linear-gradient(top, #dddddd, #cccccc 20%, #eeeeee, #aaaaaa); }
|
|
148
173
|
|
|
149
174
|
.linear-8 {
|
|
150
175
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(80%, #dddddd), color-stop(100%, #aaaaaa));
|
|
151
176
|
background-image: -moz-linear-gradient(top, #dddddd 80%, #aaaaaa);
|
|
177
|
+
background-image: -o-linear-gradient(top, #dddddd 80%, #aaaaaa);
|
|
152
178
|
background-image: linear-gradient(top, #dddddd 80%, #aaaaaa); }
|
|
153
179
|
|
|
154
180
|
.linear-9 {
|
|
155
181
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(20%, #aaaaaa));
|
|
156
182
|
background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa 20%);
|
|
183
|
+
background-image: -o-linear-gradient(top, #dddddd, #aaaaaa 20%);
|
|
157
184
|
background-image: linear-gradient(top, #dddddd, #aaaaaa 20%); }
|
|
158
185
|
|
|
159
186
|
.linear-10 {
|
|
160
187
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #dddddd), color-stop(50%, #aaaaaa));
|
|
161
188
|
background-image: -moz-linear-gradient(top, #dddddd 40%, #aaaaaa 50%);
|
|
189
|
+
background-image: -o-linear-gradient(top, #dddddd 40%, #aaaaaa 50%);
|
|
162
190
|
background-image: linear-gradient(top, #dddddd 40%, #aaaaaa 50%); }
|
|
163
191
|
|
|
164
192
|
.linear-11 {
|
|
165
193
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #dddddd), color-stop(45%, #000000), color-stop(50%, #aaaaaa));
|
|
166
194
|
background-image: -moz-linear-gradient(top, #dddddd 40%, #000000, #aaaaaa 50%);
|
|
195
|
+
background-image: -o-linear-gradient(top, #dddddd 40%, #000000, #aaaaaa 50%);
|
|
167
196
|
background-image: linear-gradient(top, #dddddd 40%, #000000, #aaaaaa 50%); }
|
|
168
197
|
|
|
169
198
|
.linear-12 {
|
|
170
199
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(33%, #0000ff), color-stop(67%, #000000));
|
|
171
200
|
background-image: -moz-linear-gradient(top, #ffffff, #0000ff 33%, #000000 67%);
|
|
201
|
+
background-image: -o-linear-gradient(top, #ffffff, #0000ff 33%, #000000 67%);
|
|
172
202
|
background-image: linear-gradient(top, #ffffff, #0000ff 33%, #000000 67%); }
|
|
173
203
|
|
|
174
204
|
.radial-1 {
|
|
175
205
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
176
206
|
background-image: -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
207
|
+
background-image: -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
177
208
|
background-image: radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
178
209
|
|
|
179
210
|
.radial-2 {
|
|
180
211
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
181
212
|
background-image: -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
213
|
+
background-image: -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
182
214
|
background-image: radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
183
215
|
|
|
184
216
|
.radial-3 {
|
|
185
217
|
background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
186
218
|
background-image: -moz-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
219
|
+
background-image: -o-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
187
220
|
background-image: radial-gradient(top center, #dddddd, #aaaaaa 100px); }
|
|
188
221
|
|
|
189
222
|
.radial-4 {
|
|
190
223
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
191
224
|
background-image: -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
225
|
+
background-image: -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
192
226
|
background-image: radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
193
227
|
|
|
194
228
|
.radial-5 {
|
|
195
229
|
background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
196
230
|
background-image: -moz-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
231
|
+
background-image: -o-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
197
232
|
background-image: radial-gradient(top center, #dddddd, #aaaaaa 100px); }
|
|
198
233
|
|
|
199
234
|
.radial-6 {
|
|
200
235
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 50, color-stop(40%, #dddddd), color-stop(100%, #aaaaaa));
|
|
201
236
|
background-image: -moz-radial-gradient(center center, #dddddd 20px, #aaaaaa 50px);
|
|
237
|
+
background-image: -o-radial-gradient(center center, #dddddd 20px, #aaaaaa 50px);
|
|
202
238
|
background-image: radial-gradient(center center, #dddddd 20px, #aaaaaa 50px); }
|
|
203
239
|
|
|
204
240
|
.radial-7 {
|
|
205
241
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 50, color-stop(20%, #dddddd), color-stop(100%, #aaaaaa));
|
|
206
242
|
background-image: -moz-radial-gradient(center center, #dddddd 20%, #aaaaaa 50px);
|
|
243
|
+
background-image: -o-radial-gradient(center center, #dddddd 20%, #aaaaaa 50px);
|
|
207
244
|
background-image: radial-gradient(center center, #dddddd 20%, #aaaaaa 50px); }
|
|
208
245
|
|
|
209
246
|
.alpha-linear {
|
|
210
247
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 127, 127, 0.5)), color-stop(50%, #ffffff));
|
|
211
248
|
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), #ffffff 50%);
|
|
249
|
+
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), #ffffff 50%);
|
|
212
250
|
background-image: linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), #ffffff 50%); }
|
|
213
251
|
|
|
214
252
|
.linear-svg-1 {
|
|
@@ -216,6 +254,7 @@
|
|
|
216
254
|
background-size: 100%;
|
|
217
255
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
218
256
|
background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa);
|
|
257
|
+
background-image: -o-linear-gradient(top, #dddddd, #aaaaaa);
|
|
219
258
|
background-image: linear-gradient(top, #dddddd, #aaaaaa); }
|
|
220
259
|
|
|
221
260
|
.linear-svg-2 {
|
|
@@ -223,6 +262,7 @@
|
|
|
223
262
|
background-size: 100%;
|
|
224
263
|
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
225
264
|
background-image: -moz-linear-gradient(left, #dddddd, #aaaaaa);
|
|
265
|
+
background-image: -o-linear-gradient(left, #dddddd, #aaaaaa);
|
|
226
266
|
background-image: linear-gradient(left, #dddddd, #aaaaaa); }
|
|
227
267
|
|
|
228
268
|
.linear-svg-3 {
|
|
@@ -230,6 +270,7 @@
|
|
|
230
270
|
background-size: 100%;
|
|
231
271
|
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
232
272
|
background-image: -moz-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
273
|
+
background-image: -o-linear-gradient(top left, #dddddd, #aaaaaa);
|
|
233
274
|
background-image: linear-gradient(top left, #dddddd, #aaaaaa); }
|
|
234
275
|
|
|
235
276
|
.linear-svg-4 {
|
|
@@ -237,6 +278,7 @@
|
|
|
237
278
|
background-size: 100%;
|
|
238
279
|
background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
239
280
|
background-image: -moz-linear-gradient(top right, #dddddd, #aaaaaa);
|
|
281
|
+
background-image: -o-linear-gradient(top right, #dddddd, #aaaaaa);
|
|
240
282
|
background-image: linear-gradient(top right, #dddddd, #aaaaaa); }
|
|
241
283
|
|
|
242
284
|
.linear-svg-5 {
|
|
@@ -244,6 +286,7 @@
|
|
|
244
286
|
background-size: 100%;
|
|
245
287
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(50%, #cccccc), color-stop(100%, #aaaaaa));
|
|
246
288
|
background-image: -moz-linear-gradient(top, #dddddd, #cccccc, #aaaaaa);
|
|
289
|
+
background-image: -o-linear-gradient(top, #dddddd, #cccccc, #aaaaaa);
|
|
247
290
|
background-image: linear-gradient(top, #dddddd, #cccccc, #aaaaaa); }
|
|
248
291
|
|
|
249
292
|
.linear-svg-6 {
|
|
@@ -251,6 +294,7 @@
|
|
|
251
294
|
background-size: 100%;
|
|
252
295
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(20%, #cccccc), color-stop(100%, #aaaaaa));
|
|
253
296
|
background-image: -moz-linear-gradient(top, #dddddd, #cccccc 20%, #aaaaaa);
|
|
297
|
+
background-image: -o-linear-gradient(top, #dddddd, #cccccc 20%, #aaaaaa);
|
|
254
298
|
background-image: linear-gradient(top, #dddddd, #cccccc 20%, #aaaaaa); }
|
|
255
299
|
|
|
256
300
|
.linear-svg-7 {
|
|
@@ -258,6 +302,7 @@
|
|
|
258
302
|
background-size: 100%;
|
|
259
303
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(20%, #cccccc), color-stop(60%, #eeeeee), color-stop(100%, #aaaaaa));
|
|
260
304
|
background-image: -moz-linear-gradient(top, #dddddd, #cccccc 20%, #eeeeee, #aaaaaa);
|
|
305
|
+
background-image: -o-linear-gradient(top, #dddddd, #cccccc 20%, #eeeeee, #aaaaaa);
|
|
261
306
|
background-image: linear-gradient(top, #dddddd, #cccccc 20%, #eeeeee, #aaaaaa); }
|
|
262
307
|
|
|
263
308
|
.linear-svg-8 {
|
|
@@ -265,6 +310,7 @@
|
|
|
265
310
|
background-size: 100%;
|
|
266
311
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(80%, #dddddd), color-stop(100%, #aaaaaa));
|
|
267
312
|
background-image: -moz-linear-gradient(top, #dddddd 80%, #aaaaaa);
|
|
313
|
+
background-image: -o-linear-gradient(top, #dddddd 80%, #aaaaaa);
|
|
268
314
|
background-image: linear-gradient(top, #dddddd 80%, #aaaaaa); }
|
|
269
315
|
|
|
270
316
|
.linear-svg-9 {
|
|
@@ -272,6 +318,7 @@
|
|
|
272
318
|
background-size: 100%;
|
|
273
319
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(20%, #aaaaaa));
|
|
274
320
|
background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa 20%);
|
|
321
|
+
background-image: -o-linear-gradient(top, #dddddd, #aaaaaa 20%);
|
|
275
322
|
background-image: linear-gradient(top, #dddddd, #aaaaaa 20%); }
|
|
276
323
|
|
|
277
324
|
.linear-svg-10 {
|
|
@@ -279,6 +326,7 @@
|
|
|
279
326
|
background-size: 100%;
|
|
280
327
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #dddddd), color-stop(50%, #aaaaaa));
|
|
281
328
|
background-image: -moz-linear-gradient(top, #dddddd 40%, #aaaaaa 50%);
|
|
329
|
+
background-image: -o-linear-gradient(top, #dddddd 40%, #aaaaaa 50%);
|
|
282
330
|
background-image: linear-gradient(top, #dddddd 40%, #aaaaaa 50%); }
|
|
283
331
|
|
|
284
332
|
.linear-svg-11 {
|
|
@@ -286,6 +334,7 @@
|
|
|
286
334
|
background-size: 100%;
|
|
287
335
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #dddddd), color-stop(45%, #000000), color-stop(50%, #aaaaaa));
|
|
288
336
|
background-image: -moz-linear-gradient(top, #dddddd 40%, #000000, #aaaaaa 50%);
|
|
337
|
+
background-image: -o-linear-gradient(top, #dddddd 40%, #000000, #aaaaaa 50%);
|
|
289
338
|
background-image: linear-gradient(top, #dddddd 40%, #000000, #aaaaaa 50%); }
|
|
290
339
|
|
|
291
340
|
.linear-svg-12 {
|
|
@@ -293,6 +342,7 @@
|
|
|
293
342
|
background-size: 100%;
|
|
294
343
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(33%, #0000ff), color-stop(67%, #000000));
|
|
295
344
|
background-image: -moz-linear-gradient(top, #ffffff, #0000ff 33%, #000000 67%);
|
|
345
|
+
background-image: -o-linear-gradient(top, #ffffff, #0000ff 33%, #000000 67%);
|
|
296
346
|
background-image: linear-gradient(top, #ffffff, #0000ff 33%, #000000 67%); }
|
|
297
347
|
|
|
298
348
|
.radial-svg-1 {
|
|
@@ -300,6 +350,7 @@
|
|
|
300
350
|
background-size: 100%;
|
|
301
351
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
302
352
|
background-image: -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
353
|
+
background-image: -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
303
354
|
background-image: radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
304
355
|
|
|
305
356
|
.radial-svg-2 {
|
|
@@ -307,6 +358,7 @@
|
|
|
307
358
|
background-size: 100%;
|
|
308
359
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
309
360
|
background-image: -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
361
|
+
background-image: -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
310
362
|
background-image: radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
311
363
|
|
|
312
364
|
.radial-svg-3 {
|
|
@@ -314,6 +366,7 @@
|
|
|
314
366
|
background-size: 100%;
|
|
315
367
|
background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
316
368
|
background-image: -moz-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
369
|
+
background-image: -o-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
317
370
|
background-image: radial-gradient(top center, #dddddd, #aaaaaa 100px); }
|
|
318
371
|
|
|
319
372
|
.radial-svg-4 {
|
|
@@ -321,6 +374,7 @@
|
|
|
321
374
|
background-size: 100%;
|
|
322
375
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
323
376
|
background-image: -moz-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
377
|
+
background-image: -o-radial-gradient(center center, #dddddd, #aaaaaa 100px);
|
|
324
378
|
background-image: radial-gradient(center center, #dddddd, #aaaaaa 100px); }
|
|
325
379
|
|
|
326
380
|
.radial-svg-5 {
|
|
@@ -328,6 +382,7 @@
|
|
|
328
382
|
background-size: 100%;
|
|
329
383
|
background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
|
330
384
|
background-image: -moz-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
385
|
+
background-image: -o-radial-gradient(top center, #dddddd, #aaaaaa 100px);
|
|
331
386
|
background-image: radial-gradient(top center, #dddddd, #aaaaaa 100px); }
|
|
332
387
|
|
|
333
388
|
.radial-svg-6 {
|
|
@@ -335,6 +390,7 @@
|
|
|
335
390
|
background-size: 100%;
|
|
336
391
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 50, color-stop(40%, #dddddd), color-stop(100%, #aaaaaa));
|
|
337
392
|
background-image: -moz-radial-gradient(center center, #dddddd 20px, #aaaaaa 50px);
|
|
393
|
+
background-image: -o-radial-gradient(center center, #dddddd 20px, #aaaaaa 50px);
|
|
338
394
|
background-image: radial-gradient(center center, #dddddd 20px, #aaaaaa 50px); }
|
|
339
395
|
|
|
340
396
|
.radial-svg-7 {
|
|
@@ -342,6 +398,7 @@
|
|
|
342
398
|
background-size: 100%;
|
|
343
399
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 50, color-stop(20%, #dddddd), color-stop(100%, #aaaaaa));
|
|
344
400
|
background-image: -moz-radial-gradient(center center, #dddddd 20%, #aaaaaa 50px);
|
|
401
|
+
background-image: -o-radial-gradient(center center, #dddddd 20%, #aaaaaa 50px);
|
|
345
402
|
background-image: radial-gradient(center center, #dddddd 20%, #aaaaaa 50px); }
|
|
346
403
|
|
|
347
404
|
.alpha-linear-svg {
|
|
@@ -349,6 +406,7 @@
|
|
|
349
406
|
background-size: 100%;
|
|
350
407
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 127, 127, 0.5)), color-stop(50%, #ffffff));
|
|
351
408
|
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), #ffffff 50%);
|
|
409
|
+
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), #ffffff 50%);
|
|
352
410
|
background-image: linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), #ffffff 50%); }
|
|
353
411
|
|
|
354
412
|
.ie-horizontal-filter {
|