misc.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. color: "aaa, bbb";
  2. .topbar {
  3. background: url(/assets/images/test/topbar.png);
  4. }
  5. .hello {
  6. test: empty-function("/assets/images/test/",40%,to(#fff));
  7. }
  8. .css3 {
  9. background-image: -webkit-gradient(linear,0% 0%,0% 90%,from(#E9A000),to(#A37000));
  10. }
  11. .test,
  12. .world {
  13. border: 1px solid red;
  14. color: url(http://mage-page.com);
  15. string: "hello /* this is not a comment */";
  16. world: "// neither is this";
  17. string: 'hello /* this is not a comment */';
  18. world: '// neither is this';
  19. what-ever: 100px;
  20. background: url(/*no comment here*/);
  21. }
  22. .urls {
  23. background: url("http://google.com");
  24. background: url(http://google.com);
  25. background: url("http://google.com");
  26. }
  27. .cool {
  28. color: "aaa, bbb";
  29. }
  30. .span-17 {
  31. float: left;
  32. }
  33. .span-17 {
  34. width: 660px;
  35. }
  36. .x {
  37. float: left;
  38. width: 660px;
  39. }
  40. .hi pre {
  41. color: red;
  42. }
  43. .hi pre {
  44. color: blue;
  45. }
  46. .rad pre {
  47. color: red;
  48. }
  49. .rad pre {
  50. color: blue;
  51. }
  52. hello {
  53. numbers: 1.0 0.1 .1 1.;
  54. numbers: 1.0s 0.1s .1s 1.s;
  55. numbers: -1s -0.1s -0.1s -1s;
  56. numbers: -1 -0.1 -0.1 -1;
  57. }
  58. #string {
  59. hello: 'what\'s going on here';
  60. hello: 'blah blag @{ blah blah';
  61. join: "3434hello";
  62. join: 3434hello;
  63. }