Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

nestable.css 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  2. * html .cf { zoom: 1; }
  3. *:first-child+html .cf { zoom: 1; }
  4. a { color: #2996cc; }
  5. a:hover { text-decoration: none; }
  6. p { line-height: 1.5em; }
  7. .small { color: #666; font-size: 0.875em; }
  8. .large { font-size: 1.25em; }
  9. /**
  10. * Nestable
  11. */
  12. .dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }
  13. .dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
  14. .dd-list .dd-list { padding-left: 30px; }
  15. .dd-collapsed .dd-list { display: none; }
  16. .dd-item,
  17. .dd-empty,
  18. .dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
  19. .dd-handle { display: block;cursor: move; height: 30px; margin: 10px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;transition:all ease-in 0.3s;
  20. -webkit-border-radius: 3px;
  21. border-radius: 3px;
  22. box-sizing: border-box; -moz-box-sizing: border-box;
  23. }
  24. .dd-handle:hover { color: #1ABC9C; background: #fff; }
  25. .dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; outline: none;}
  26. .dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
  27. .dd-item > button[data-action="collapse"]:before { content: '-'; }
  28. .dd-placeholder,
  29. .dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
  30. .dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
  31. background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
  32. -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  33. background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
  34. -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  35. background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
  36. linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  37. background-size: 60px 60px;
  38. background-position: 0 0, 30px 30px;
  39. }
  40. .dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
  41. .dd-dragel > .dd-item .dd-handle { margin-top: 0; }
  42. .dd-dragel .dd-handle {
  43. -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
  44. box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
  45. }
  46. /**
  47. * Nestable Extras
  48. */
  49. .nestable-lists { display: block; clear: both; width: 100%; border: 0;}
  50. #nestable-output,
  51. #nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }
  52. #nestable2 .dd-handle {
  53. color: #fff;
  54. border: 1px solid #2C3E50;
  55. background: #2C3E50;
  56. }
  57. #nestable2 .dd-item > button:before { color: #000; }
  58. @media only screen and (min-width: 700px) {
  59. .dd { float: left; width: 100%; }
  60. .dd + .dd { margin-left: 2%; }
  61. }
  62. .dd-hover > .dd-handle { background: #2ea8e5 !important; }
  63. /**
  64. * Nestable Draggable Handles
  65. */
  66. .dd3-content { display: block; height: 30px; margin: 10px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
  67. background: #fff;
  68. -webkit-border-radius: 3px;
  69. border-radius: 3px;
  70. box-sizing: border-box; -moz-box-sizing: border-box;
  71. }
  72. .dd3-content:hover { color: #2ea8e5; background: #fff; }
  73. .dd-dragel > .dd3-item > .dd3-content { margin: 0; }
  74. .dd3-item > button { margin-left: 30px; outline: none;}
  75. .dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
  76. border: 1px solid #aaa;
  77. background: #ddd;
  78. background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  79. background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  80. background: linear-gradient(top, #ddd 0%, #bbb 100%);
  81. border-top-right-radius: 0;
  82. border-bottom-right-radius: 0;
  83. }
  84. .dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
  85. .dd3-handle:hover { background: #ddd; }