diff -r bf4420e9fa4d -r 2e16851ffecd ginebra/chrome/demochrome/css/chromeStyleBlack.css --- a/ginebra/chrome/demochrome/css/chromeStyleBlack.css Fri Jun 11 16:23:26 2010 +0100 +++ /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; - }