diff -r bf4420e9fa4d -r 2e16851ffecd ginebra/chrome/demochrome/css/chromeStyleGreen.css --- 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; - } -