--- a/ginebra/chrome/demochrome/css/chromeStyleTransparent.css Fri May 14 15:40:36 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
- body {
- margin:1px;
- }
-
- #TopChromeId {
- // background: transparent;
- //opacity: 0.5;
- width: 100%;
- height: 36px;
- //color:white;
- font-family:verdana;
- font-size:14px;
- }
-
- #TopChromeId img {
- opacity: 1.0;
- }
-
- #BottomChromeId {
- // background: transparent;
- width: 100%;
- height: 36px;
- //color:white;
- font-family:verdana;
- font-size:14px;
- }
-
- .PopChrome {
- background-color: DarkSeaGreen;
- color: white;
- width: 300px;
- height: 400px;
- padding: 20px;
- }
-
- .PageInfo {
- background: DarkSeaGreen;
- color: white;
- padding: 20px;
- }
-
- .ProgressBarWrapper {
- width: 300;
- border-style:none;
- background-color: SeaGreen;
- }
- .ProgressBar {
- width: 0px;
- background-color: Red;
- padding-right: 0px;
- }
- Button, input.Button {
- margin: 1px;
- border-style:solid;
- border-width:1px;
- // border-color:white;
- color:#eee;
- height: 22px;
- background: SeaGreen;
- }
- Text, input.Text {
- margin:2px;
- border-width:0px;
- color:white;
- background-color:transparent;
- }