File: examples/public/libs/css/paths.css

Recommend this page to a friend!
  Classes of Gamaiel Zavala   cmbn   examples/public/libs/css/paths.css   Download  
File: examples/public/libs/css/paths.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: cmbn
Generate combos of JavaScript code served via CDNs
Author: By
Last change: Update of examples/public/libs/css/paths.css
Date: 2 years ago
Size: 433 bytes
 

Contents

Class file image Download
body { background: url(/assets/images/foo.png); } body { background: url( ../images/bar.png ); } body { background: url('baz.png'); } body { background: url("../../quuz.png"); } body { background: url(http://www.google.com/images/srpr/logo3w.png); } body { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAYDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==) repeat-x 0 200px; }