minor code style
[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,kiVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD/k//+l2Z/dAAAAM0lEQVR4nGP4/5/h/1+G/58ZDrAz3D/McH8yw83NDDeNGe4Ukg9C9zwz3gVLMDA/A6P9/AFGGFyjOXZtQAAAAAElFTkSuQmCC);
20   background-image: url(data:image/x-png,f9difSSFIIGFIFJD1f982FSDKAA9==);
21   background-image: url(http://fonts.googleapis.com/css?family=\"Rokkitt\":\(400\),700);
22 }
23 #svg-data-uri {
24   background: transparent url('data:image/svg+xml, <svg version="1.1"><g></g></svg>');
25 }
26 .comma-delimited {
27   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);
28 }
29 .values {
30   url: url('https://www.github.com/Trebuchet');
31 }