ginebra/chrome/demochrome/css/chromeStyleGreen.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
--- a/ginebra/chrome/demochrome/css/chromeStyleGreen.css	Fri Jun 11 16:23:26 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-  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;
-  }
-