]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/nihilo/ProgressBar.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / ProgressBar.css.commented.css
1
2 /****
3                 dijit.ProgressBar
4  ****/
5
6 .nihilo .dijitProgressBar {
7         margin:2px 0px 2px 0px;
8 }
9
10 .nihilo .dijitProgressBarEmpty{
11         /* outer container and background of the bar that's not finished yet*/
12         background:#fff url("images/progressBarEmpty.png") repeat-x center center;
13         border-color: #f8d582 #f8d582 #f8d582 #f8d582;
14 }
15
16 .nihilo .dijitProgressBarTile{
17         /* inner container for finished portion when in 'tile' (image) mode */
18         background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
19 }
20
21 .nihilo .dijitProgressBarFull {
22         border-right:1px solid #f8d582;
23 }
24
25 .nihilo .dijitProgressBarLabel {
26         /* Set to a color that contrasts with both the "Empty" and "Full" parts. */
27         color:#293a4b;
28 }
29
30 .nihilo .dijitProgressBarIndeterminate .dijitProgressBarTile {
31         /* use an animated gif for the progress bar in 'indeterminate' mode */
32         background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
33 }