An unfinished system to manage all your paper documentation in an easy way.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

autodoc.css 292B

1234567891011121314151617181920
  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. }