An unfinished system to manage all your paper documentation in an easy way.
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.

autodoc.css 543B

12345678910111213141516171819202122232425262728293031323334353637
  1. html body {
  2. background: #CCCCCC;
  3. }
  4. #autodoc_tab {
  5. margin-top: 60px;
  6. margin-bottom: 60px;
  7. }
  8. .autodoc_upload_zone {
  9. border: 2px dashed #999;
  10. border-radius: 20px;
  11. padding-top: 20px;
  12. padding-bottom: 20px;
  13. }
  14. .autodoc_upload_zone_hover {
  15. background-color: #8C959D;
  16. border-color: #333;
  17. }
  18. .autodoc_img {
  19. height: 343px;
  20. }
  21. .autodoc_valign {
  22. padding-top: 50%;
  23. }
  24. .autodoc_noselect {
  25. -webkit-touch-callout: none;
  26. -webkit-user-select: none;
  27. -khtml-user-select: none;
  28. -moz-user-select: none;
  29. -ms-user-select: none;
  30. user-select: none;
  31. }