]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/themes/nihilo/ProgressBar.css.commented.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / ProgressBar.css.commented.css
diff --git a/static/dojo-release-1.1.1/dijit/themes/nihilo/ProgressBar.css.commented.css b/static/dojo-release-1.1.1/dijit/themes/nihilo/ProgressBar.css.commented.css
new file mode 100644 (file)
index 0000000..7089a14
--- /dev/null
@@ -0,0 +1,33 @@
+
+/****
+               dijit.ProgressBar
+ ****/
+
+.nihilo .dijitProgressBar {
+       margin:2px 0px 2px 0px;
+}
+
+.nihilo .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: #f8d582 #f8d582 #f8d582 #f8d582;
+}
+
+.nihilo .dijitProgressBarTile{
+       /* inner container for finished portion when in 'tile' (image) mode */
+       background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
+}
+
+.nihilo .dijitProgressBarFull {
+       border-right:1px solid #f8d582;
+}
+
+.nihilo .dijitProgressBarLabel {
+       /* Set to a color that contrasts with both the "Empty" and "Full" parts. */
+       color:#293a4b;
+}
+
+.nihilo .dijitProgressBarIndeterminate .dijitProgressBarTile {
+       /* use an animated gif for the progress bar in 'indeterminate' mode */
+       background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
+}