1
0

mergely.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* required */
  2. .mergely-column textarea { width: 80px; height: 200px; }
  3. .mergely-column { float: left; }
  4. .mergely-margin { float: left; }
  5. .mergely-canvas { float: left; width: 28px; }
  6. /* resizeable */
  7. .mergely-resizer { width: 100%; height: 100%; }
  8. /* style configuration */
  9. .mergely-column { border: 1px solid #ccc; }
  10. .mergely-active { border: 1px solid #a3d1ff; }
  11. .mergely.a,.mergely.d,.mergely.c { color: #000; }
  12. .mergely.a.rhs.start { border-top: 1px solid #a3d1ff; }
  13. .mergely.a.lhs.start.end,
  14. .mergely.a.rhs.end { border-bottom: 1px solid #a3d1ff; }
  15. .mergely.a.rhs { background-color: #ddeeff; }
  16. .mergely.a.lhs.start.end.first { border-bottom: 0; border-top: 1px solid #a3d1ff; }
  17. .mergely.d.lhs { background-color: #ffe9e9; }
  18. .mergely.d.lhs.end,
  19. .mergely.d.rhs.start.end { border-bottom: 1px solid #f8e8e8; }
  20. .mergely.d.rhs.start.end.first { border-bottom: 0; border-top: 1px solid #f8e8e8; }
  21. .mergely.d.lhs.start { border-top: 1px solid #f8e8e8; }
  22. .mergely.c.lhs,
  23. .mergely.c.rhs { background-color: #fafafa; }
  24. .mergely.c.lhs.start,
  25. .mergely.c.rhs.start { border-top: 1px solid #a3a3a3; }
  26. .mergely.c.lhs.end,
  27. .mergely.c.rhs.end { border-bottom: 1px solid #a3a3a3; }
  28. .mergely.ch.a.rhs { background-color: #ddeeff; }
  29. .mergely.ch.d.lhs { background-color: #ffe9e9; text-decoration: line-through; color: red !important; }
  30. .mergely.current.start { border-top: 1px solid #000 !important; }
  31. .mergely.current.end { border-bottom: 1px solid #000 !important; }
  32. .mergely.current.lhs.a.start.end,
  33. .mergely.current.rhs.d.start.end { border-top: 0 !important; }
  34. .mergely.current.CodeMirror-linenumber { color: #F9F9F9; font-weight: bold; background-color: #777; }
  35. .CodeMirror-linenumber { cursor: pointer; }
  36. .CodeMirror-code { color: #717171; }