diff -r 000000000000 -r 1450b09d0cfd ginebra/chrome/demochrome/css/chromeStyleBlack.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ginebra/chrome/demochrome/css/chromeStyleBlack.css Tue May 04 12:39:35 2010 +0300 @@ -0,0 +1,79 @@ + 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; + }