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

  #TopChromeId {
 // background: transparent;
  //opacity: 0.5;
  width: 100%;
  height: 36px;
  //color:white;
  font-family:verdana;
  font-size:14px;
  }
  
 #TopChromeId img {
   opacity: 1.0;
 }

  #BottomChromeId {
 // background: transparent;
  width: 100%;
  height: 36px;
  //color:white;
  font-family:verdana;
  font-size:14px;
  }

  .PopChrome {
  background-color: DarkSeaGreen;
  color: white;
  width: 300px;
  height: 400px;
  padding: 20px;
  }

  .PageInfo {
    background: DarkSeaGreen;
    color: white;
    padding: 20px;
  }

  .ProgressBarWrapper {
    width: 300;
    border-style:none;
    background-color: SeaGreen;
  }
  .ProgressBar {
    width: 0px;
    background-color: Red;
    padding-right: 0px;
  }
  Button, input.Button {
    margin: 1px;
    border-style:solid;
    border-width:1px;
  //  border-color:white;
    color:#eee;
    height: 22px;
    background: SeaGreen;
  }
  Text, input.Text {
    margin:2px;
    border-width:0px;
    color:white;
    background-color:transparent;
  }