ginebra/chrome/demochrome/css/chromeStyleBlack.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
permissions -rw-r--r--
Revision: 201015 Kit: 201018

  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;
  }