ginebra/chrome/demochrome/css/chromeStyleGreen.css
changeset 0 1450b09d0cfd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ginebra/chrome/demochrome/css/chromeStyleGreen.css	Tue May 04 12:39:35 2010 +0300
@@ -0,0 +1,58 @@
+  body {
+  margin:1px;
+  }
+
+  .TopChrome {
+  background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
+  width: 100%;
+  height: 26px;
+  color:white;
+  font-family:verdana;
+  font-size:14px;
+  }
+
+  .ProgressBarWrapper {
+    position: fixed;
+    width: inherit;
+    border-style:none;
+    background-color: #555;
+  }
+
+  .ProgressBar {
+    position: fixed;
+    width: 0%px;
+    background-color: #F24;
+    padding-right: 0px;
+  }
+
+  Button, input.Button {
+    border-style:none;
+    color:#eee;
+    height: 22px;
+    background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
+;
+  }
+
+  Text, input.Text {
+    border-width:0px;
+    color:#eee;
+    background-color:transparent;
+  }
+
+  .BottomChrome {
+  background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
+  
+  width: 100%;
+  height: 26px;
+  color:white;
+  font-family:verdana;
+  font-size:14px;
+
+  }
+
+  .PopChrome {
+  background-color:grey;
+  width: 300px;
+  height: 400px;
+  }
+