index.css 684 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import url("../static/css/bootstrap.min.css");
  2. .row .x-sizes {
  3. margin-right: 20px;
  4. }
  5. .row .x-colors {
  6. margin-right: 20px;
  7. }
  8. #codeSource {
  9. height: 100px;
  10. }
  11. canvas {
  12. border: 1px solid #ddd;
  13. padding: 10px;
  14. }
  15. .x-logo {
  16. position: absolute;
  17. left: -10000px;
  18. top:-10000px;
  19. }
  20. hr.x-hr {
  21. margin: 2px 0;
  22. }
  23. #preview {
  24. padding: 5px;
  25. text-align: center;
  26. }
  27. .panel-heading .x-tips {
  28. font-size:12px;
  29. float: right;
  30. padding-bottom: 2px;
  31. border-bottom: 1px solid #ccc;
  32. cursor: default;
  33. }
  34. .panel-heading .x-tips:hover {
  35. border-bottom-color: #f00;
  36. }
  37. .panel-heading .x-tips i {
  38. color: #f00;
  39. }