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.
 
 
 
 
 

38 lignes
1.7 KiB

  1. body { font-family: Helvetica, Arial, sans-serif; color: #333; margin: 10px; width: 960px }
  2. #posterframe { position: absolute; right: 10px; top: 10px; }
  3. h1 { color: #0e2953; font-size: 18px; }
  4. h2 { color: #666; font-size: 16px; }
  5. p { font-size: 14px; line-height: 18px; }
  6. #logo { height: 51px; width: 241px; }
  7. a { color: #0b63b6 }
  8. .upload_link { display: block; color: #000; border: 1px solid #aaa; background-color: #e0e0e0;
  9. font-size: 18px; padding: 5px 10px; width: 150px; margin: 10px 0 20px 0;
  10. font-weight: bold; text-align: center; }
  11. .photo { margin: 10px; padding: 10px; border-bottom: 2px solid #ccc; }
  12. .photo .thumbnail { margin-top: 10px; display: block; max-width: 200px; }
  13. .toggle_info { margin-top: 10px; font-weight: bold; color: #e62401; display: block; }
  14. .thumbnail_holder { height: 182px; margin-bottom: 5px; margin-right: 10px; }
  15. .info td, .uploaded_info td { font-size: 12px }
  16. .note { margin: 20px 0}
  17. .more_info, .show_more_info .less_info { display: none; }
  18. .show_more_info .more_info, .less_info { display: inline-block; }
  19. .inline { display: inline-block; }
  20. td { vertical-align: top; padding-right: 5px; }
  21. #backend_upload, #direct_upload { padding: 20px 20px; margin: 20px 0;
  22. border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
  23. #backend_upload h1, #direct_upload h1 { margin: 0 0 15px 0; }
  24. .back_link { font-weight: bold; display: block; font-size: 16px; margin: 10px 0; }
  25. #direct_upload { position: relative; min-height: 90px}
  26. .status { position: absolute; top: 20px; left: 500px; text-align: center; border: 1px solid #aaa;
  27. padding: 10px; width: 200px }
  28. .uploaded_info { margin: 10px}
  29. .uploaded_info .image { margin: 5px 0 }
  30. .uploaded_info td { padding-right: 10px }