ginebra/chrome/demochrome/css/chromeStyleGreen.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: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;
  }