1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/X/imapsync_form.css

54 lines
953 B
CSS
Raw Normal View History

2018-05-07 16:04:23 +02:00
2022-02-15 19:29:45 +01:00
/* $Id: imapsync_form.css,v 1.10 2021/09/21 09:25:53 gilles Exp gilles $ */
2021-08-04 21:14:36 +02:00
body {
color: black;
background-color: #eeffff;
}
2018-05-07 16:04:23 +02:00
#account1 {
2020-04-11 01:15:57 +02:00
background-color: DodgerBlue ;
/* background-color: Fuchsia ; */
/* background-color: RoyalBlue ; */
2018-05-07 16:04:23 +02:00
}
#account2 {
background-color: DarkTurquoise ;
}
2019-07-03 01:25:47 +02:00
#parameters {
2020-04-11 01:15:57 +02:00
/* background-color: GreenYellow ; */
/* background-color: White ; */
2019-07-03 01:25:47 +02:00
}
2020-04-11 01:15:57 +02:00
#progress-txt {
2019-07-03 01:25:47 +02:00
text-align: center ;
2020-04-11 01:15:57 +02:00
font-size: 1.4em ;
margin: 0 0 0px ;
height: 50px ;
2019-07-03 01:25:47 +02:00
}
2022-02-15 19:29:45 +01:00
#imapsync_log_bottom {
scroll-margin-top: 300px ;
}
2020-04-11 01:15:57 +02:00
.progress {
/* text-align: center ; */
/* font-size: 1.4em ; */
margin: 0 0 0px ;
}
.progress-bar {
text-align: center ;
font-size: 1.4em ;
margin: 0 0 0px ;
}
2018-05-07 16:04:23 +02:00
.padd0 {
padding-left: 0px ;
padding-right: 0px ;
2019-07-03 01:25:47 +02:00
}