math.css 938 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .unary {
  2. sub: 10 -5;
  3. }
  4. .spaces {
  5. sub: 5;
  6. sub: 5;
  7. add: 15;
  8. add: 15;
  9. div: 2;
  10. mul: 50;
  11. mul: 50;
  12. }
  13. .supress-division {
  14. border-radius: 10px/10px;
  15. border-radius: 10px/10px;
  16. border-radius: hello(10px/10px) world;
  17. font: 10px/30 sans-serif;
  18. font: 10px/20px sans-serif;
  19. font: 10px/20px sans-serif;
  20. border-radius: 0 15px 15px 15px/0 50% 50% 50%;
  21. }
  22. .parens {
  23. sub: 5;
  24. add: 15;
  25. div: 2;
  26. div: 2;
  27. mul: 50;
  28. }
  29. .keyword-names {
  30. height: "hello" 25;
  31. }
  32. .negation {
  33. hello: -1px;
  34. hello: -1px;
  35. hello: -10;
  36. }
  37. .test {
  38. single: 5;
  39. single: 10;
  40. single: 10;
  41. parens: 10 -2;
  42. math: 20;
  43. math: 20;
  44. width: 71;
  45. height: 6;
  46. padding: 6px 1em 2px 2;
  47. padding: 8 4 4 4px;
  48. width: 96;
  49. height: 113;
  50. margin: 12;
  51. }
  52. .percents {
  53. color: 1000%;
  54. color: 1000%;
  55. color: 100%;
  56. color: 1000px;
  57. color: 1000%;
  58. color: 30%;
  59. color: 10%;
  60. color: 2%;
  61. }
  62. .misc {
  63. x: 40px;
  64. y: 40em;
  65. }
  66. .cond {
  67. y: false;
  68. y: true;
  69. }