ginebra/chrome/demochrome/css/chromeStyleGreen.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1   body {
       
     2   margin:1px;
       
     3   }
       
     4 
       
     5   .TopChrome {
       
     6   background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
       
     7   width: 100%;
       
     8   height: 26px;
       
     9   color:white;
       
    10   font-family:verdana;
       
    11   font-size:14px;
       
    12   }
       
    13 
       
    14   .ProgressBarWrapper {
       
    15     position: fixed;
       
    16     width: inherit;
       
    17     border-style:none;
       
    18     background-color: #555;
       
    19   }
       
    20 
       
    21   .ProgressBar {
       
    22     position: fixed;
       
    23     width: 0%px;
       
    24     background-color: #F24;
       
    25     padding-right: 0px;
       
    26   }
       
    27 
       
    28   Button, input.Button {
       
    29     border-style:none;
       
    30     color:#eee;
       
    31     height: 22px;
       
    32     background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
       
    33 ;
       
    34   }
       
    35 
       
    36   Text, input.Text {
       
    37     border-width:0px;
       
    38     color:#eee;
       
    39     background-color:transparent;
       
    40   }
       
    41 
       
    42   .BottomChrome {
       
    43   background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
       
    44   
       
    45   width: 100%;
       
    46   height: 26px;
       
    47   color:white;
       
    48   font-family:verdana;
       
    49   font-size:14px;
       
    50 
       
    51   }
       
    52 
       
    53   .PopChrome {
       
    54   background-color:grey;
       
    55   width: 300px;
       
    56   height: 400px;
       
    57   }
       
    58