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 327B

il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
123456789101112131415161718192021222324
  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. }