Line | |
---|
1 | @import "import/../css/background.css"; |
---|
2 | |
---|
3 | @import "import/import-test-d.css"; |
---|
4 | @font-face { |
---|
5 | src: url("/fonts/garamond-pro.ttf"); |
---|
6 | src: local(Futura-Medium), url(fonts.svg#MyGeometricModern) format("svg"); |
---|
7 | } |
---|
8 | #shorthands { |
---|
9 | background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px; |
---|
10 | } |
---|
11 | #misc { |
---|
12 | background-image: url(images/image.jpg); |
---|
13 | } |
---|
14 | #data-uri { |
---|
15 | background: url(data:image/png;charset=utf-8;base64, |
---|
16 | kiVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD/ |
---|
17 | k//+l2Z/dAAAAM0lEQVR4nGP4/5/h/1+G/58ZDrAz3D/McH8yw83NDDeNGe4U |
---|
18 | kg9C9zwz3gVLMDA/A6P9/AFGGFyjOXZtQAAAAAElFTkSuQmCC); |
---|
19 | background-image: url(data:image/x-png,f9difSSFIIGFIFJD1f982FSDKAA9==); |
---|
20 | background-image: url(http://fonts.googleapis.com/css?family=\"Rokkitt\":\(400\),700); |
---|
21 | } |
---|
22 | #svg-data-uri { |
---|
23 | background: transparent url('data:image/svg+xml, <svg version="1.1"><g></g></svg>'); |
---|
24 | } |
---|
25 | .comma-delimited { |
---|
26 | background: url(bg.jpg) no-repeat, url(bg.png) repeat-x top left, url(bg); |
---|
27 | } |
---|
28 | .values { |
---|
29 | url: url('Trebuchet'); |
---|
30 | } |
---|
31 | #logo { |
---|
32 | width: 100px; |
---|
33 | height: 100px; |
---|
34 | background: url('import/imports/../assets/logo.png'); |
---|
35 | } |
---|
36 | @font-face { |
---|
37 | font-family: xecret; |
---|
38 | src: url('import/imports/../assets/xecret.ttf'); |
---|
39 | } |
---|
40 | #secret { |
---|
41 | font-family: xecret, sans-serif; |
---|
42 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.