operations.css 715 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #operations {
  2. color: #111111;
  3. color-2: #f8f800;
  4. height: 9px;
  5. width: 3em;
  6. subtraction: 0;
  7. division: 1;
  8. }
  9. #operations .spacing {
  10. height: 9px;
  11. width: 3em;
  12. }
  13. .with-variables {
  14. height: 16em;
  15. width: 24em;
  16. size: 1cm;
  17. }
  18. .with-functions {
  19. color: #646464;
  20. color: #ff8080;
  21. color: #c94a4a;
  22. }
  23. .negative {
  24. height: 0px;
  25. width: 4px;
  26. }
  27. .shorthands {
  28. padding: -1px 2px 0 -4px;
  29. }
  30. .rem-dimensions {
  31. font-size: 5.5rem;
  32. }
  33. .colors {
  34. color: #123;
  35. border-color: #334455;
  36. background-color: #000000;
  37. }
  38. .colors .other {
  39. color: #222222;
  40. border-color: #222222;
  41. }
  42. .negations {
  43. variable: -4px;
  44. variable1: 0px;
  45. variable2: 0px;
  46. variable3: 8px;
  47. variable4: 0px;
  48. paren: -4px;
  49. paren2: 16px;
  50. }