imapsync_form.css 953 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* $Id: imapsync_form.css,v 1.10 2021/09/21 09:25:53 gilles Exp gilles $ */
  2. body {
  3. color: black;
  4. background-color: #eeffff;
  5. }
  6. #account1 {
  7. background-color: DodgerBlue ;
  8. /* background-color: Fuchsia ; */
  9. /* background-color: RoyalBlue ; */
  10. }
  11. #account2 {
  12. background-color: DarkTurquoise ;
  13. }
  14. #parameters {
  15. /* background-color: GreenYellow ; */
  16. /* background-color: White ; */
  17. }
  18. #progress-txt {
  19. text-align: center ;
  20. font-size: 1.4em ;
  21. margin: 0 0 0px ;
  22. height: 50px ;
  23. }
  24. #imapsync_log_bottom {
  25. scroll-margin-top: 300px ;
  26. }
  27. .progress {
  28. /* text-align: center ; */
  29. /* font-size: 1.4em ; */
  30. margin: 0 0 0px ;
  31. }
  32. .progress-bar {
  33. text-align: center ;
  34. font-size: 1.4em ;
  35. margin: 0 0 0px ;
  36. }
  37. .padd0 {
  38. padding-left: 0px ;
  39. padding-right: 0px ;
  40. }