ginebra/chrome/demochrome/css/chromeStyleBlack.css
changeset 3 0954f5dd2cd0
parent 1 b0dd75e285d2
child 4 d5cdb6bc139d
--- a/ginebra/chrome/demochrome/css/chromeStyleBlack.css	Fri May 14 15:40:36 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-  body {
-  margin:0px;
-  }
-
-  #TopChromeId {
-  background: -webkit-gradient(linear, left top, left bottom,
-                               from(#555), to(#111),
-                               color-stop(0.45, #666), color-stop(0.45, #444));
-  width: 100%;
-  height: 28px;
-  color:white;
-  font-family:verdana;
-  font-size:14px;
-  }
-
-  #BottomChromeId {
-  background: -webkit-gradient(linear, left top, left bottom,
-                               from(#555), to(#111),
-                               color-stop(0.45, #666), color-stop(0.45, #444));
-  width: 100%;
-  height: 28px;
-  color:white;
-  font-family:verdana;
-  font-size:14px;
-  }
-
-  #SettingsChromeId {
-  background-color: gray;
-  color: white;
-  width: 300px;
-  height: 240px;
-  padding: 20px;
-  }
-
-  #PageInfoId {
-  background: -webkit-gradient(linear, left top, left bottom,
-                               from(#555), to(#222),
-                               color-stop(0.3, #666), color-stop(0.3, #555));
-    width: 240px;
-    padding: 20px;
-  }
-
-  .PageInfoInner {
-    margin: 5px;
-  }
-
-  .ProgressBarWrapper {
-    width: 260;
-    border-style:none;
-    background-color: #444;
-  }
-
-  .ProgressBar {
-    width: 0%px;
-    background-color: #777;
-    padding-right: 0px;
-  }
-
-  Button, input.Button {
-    border-style:none;
-    color:#eee;
-    height: 22px;
-    margin-top: 2px;
-    background: -webkit-gradient(linear, left top, left bottom,
-                                 from(#666), to(#444),
-                                 color-stop(0.45, #999), color-stop(0.45, #888));
-  }
-  Text, input.Text {
-    border-width:0px;
-    color:#eee;
-    background-color:transparent;
-  }
-  .ButtonImage{
-    height: 24px;
-    width: 24px;
-    margin-top: 1px;
-    margin-right: 4px;
-    margin-left: 4px;
-  }