fix in editor
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / browser / css / rootpath / urls.css
1 @import "https://www.github.com/modify-this.css";
2 @import "https://www.github.com/modify-again.css";
3 .modify {
4   my-url: url("https://www.github.com/a.png");
5 }
6 .modify {
7   my-url: url("https://www.github.com/b.png");
8 }
9 @font-face {
10   src: local(Futura-Medium), url(https://www.github.com/fonts.svg#MyGeometricModern) format("svg");
11 }
12 #shorthands {
13   background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px;
14 }
15 #misc {
16   background-image: url(https://www.github.com/images/image.jpg);
17 }
18 #data-uri {
19   background: url(data:image/png;charset=utf-8;base64,
20     kiVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD/
21     k//+l2Z/dAAAAM0lEQVR4nGP4/5/h/1+G/58ZDrAz3D/McH8yw83NDDeNGe4U
22     kg9C9zwz3gVLMDA/A6P9/AFGGFyjOXZtQAAAAAElFTkSuQmCC);
23   background-image: url(data:image/x-png,f9difSSFIIGFIFJD1f982FSDKAA9==);
24   background-image: url(http://fonts.googleapis.com/css?family=\"Rokkitt\":\(400\),700);
25 }
26 #svg-data-uri {
27   background: transparent url('data:image/svg+xml, <svg version="1.1"><g></g></svg>');
28 }
29 .comma-delimited {
30   background: url(https://www.github.com/bg.jpg) no-repeat, url(https://www.github.com/bg.png) repeat-x top left, url(https://www.github.com/bg);
31 }
32 .values {
33   url: url('https://www.github.com/Trebuchet');
34 }