Sha256: 714f4143388f349b72684883e698d011a27a623d4ffe547b7055f96281ddb1ab
Contents?: true
Size: 1.78 KB
Versions: 106
Compression:
Stored size: 1.78 KB
Contents
/* * First page. */ image.duck { background-image: url('resource://css_blendmodes/ducky.png'); background-size: cover; min-width: 200px; min-height: 200px; } image.gradient { background-image: linear-gradient(to right, red 0%%, green 50%%, blue 100%%); min-width: 200px; min-height: 200px; } /* * Second page. */ image.red { background: url('resource://css_blendmodes/blends.png') top center; min-width: 200px; min-height: 200px; } image.blue { background: url('resource://css_blendmodes/blends.png') bottom center; min-width: 200px; min-height: 200px; } /* * Third page. */ image.cyan { background: url('resource://css_blendmodes/cmy.jpg') top center; min-width: 200px; min-height: 200px; } image.magenta { background: url('resource://css_blendmodes/cmy.jpg') center center; min-width: 200px; min-height: 200px; } image.yellow { background: url('resource://css_blendmodes/cmy.jpg') bottom center; min-width: 200px; min-height: 200px; } image.blend0 { background-image: url('resource://css_blendmodes/ducky.png'), linear-gradient(to right, red 0%%, green 50%%, blue 100%%); background-size: cover; background-blend-mode: %s; min-width: 200px; min-height: 200px; } image.blend1 { background: url('resource://css_blendmodes/blends.png') top center, url('resource://css_blendmodes/blends.png') bottom center; background-blend-mode: %s; min-width: 200px; min-height: 200px; } image.blend2 { background: url('resource://css_blendmodes/cmy.jpg') top center, url('resource://css_blendmodes/cmy.jpg') center center, url('resource://css_blendmodes/cmy.jpg') bottom center; background-blend-mode: %s; min-width: 200px; min-height: 200px; }
Version data entries
106 entries across 106 versions & 1 rubygems