Location: A review of cardiac cellular electrophysiology models @ bc5ea6aa6365 / dojo-presentation / js / dojo / dijit / themes / soria / ProgressBar.css

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2021-09-15 16:33:36+12:00
Desc:
adding initial Jupyter notebook for cardiac cellular electrophysiology book chapter
Permanent Source URI:
https://models.physiomeproject.org/workspace/a1/rawfile/bc5ea6aa63654095d87909660b6bebea02003383/dojo-presentation/js/dojo/dijit/themes/soria/ProgressBar.css

/****
		dijit.ProgressBar
 ****/

.soria .dijitProgressBar {
	margin:2px 0px 2px 0px;
}

.soria .dijitProgressBarEmpty{
	/* outer container and background of the bar that's not finished yet*/
	background:#fff url("images/progressBarEmpty.png") repeat-x center center;
	border-color: #8ba0bd;
}

.soria .dijitProgressBarTile{
	/* inner container for finished portion when in 'tile' (image) mode */
	background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
}

.soria .dijitProgressBarFull {
	border-right:1px solid #8ba0bd;
}

.soria .dijitProgressBarLabel {
	/* Set to a color that contrasts with both the "Empty" and "Full" parts. */
	color:#293a4b;
}

.soria .dijitProgressBarIndeterminate .dijitProgressBarTile {
	/* use an animated gif for the progress bar in 'indeterminate' mode */
	background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
}