ginebra/chrome/demochrome/css/chromeStyleFlat.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1   body {
       
     2   margin:0px;
       
     3   }
       
     4 
       
     5   #TopChromeId {
       
     6   background: SeaGreen;
       
     7   width: 100%;
       
     8   height: 26px;
       
     9   color:white;
       
    10   font-family:verdana;
       
    11   font-size:14px;
       
    12   }
       
    13 
       
    14   #BottomChromeId {
       
    15   background: SeaGreen;
       
    16   width: 100%;
       
    17   height: 26px;
       
    18   color:white;
       
    19   font-family:verdana;
       
    20   font-size:14px;
       
    21   }
       
    22 
       
    23   #SettingsChromeId{
       
    24   background-color: DarkSeaGreen;
       
    25   color: white;
       
    26   width: 300px;
       
    27   height: 260px;
       
    28   padding: 20px;
       
    29   }
       
    30 
       
    31   #PageInfoId{
       
    32   background: SeaGreen
       
    33   width: 240px;
       
    34   padding: 20px;
       
    35   }
       
    36 
       
    37   .PageInfoInner {
       
    38     margin: 5px;
       
    39   }
       
    40 
       
    41   .ProgressBarWrapper {
       
    42     width: 260;
       
    43     border-style:none;
       
    44     background-color: #444;
       
    45   }
       
    46 
       
    47   .ProgressBar {
       
    48     width: 0%px;
       
    49     background-color: #777;
       
    50     padding-right: 0px;
       
    51   }
       
    52 
       
    53   Button, input.Button {
       
    54     border-style:none;
       
    55     color:#eee;
       
    56     height: 22px;
       
    57     margin-top: 2px;
       
    58     background: SeaGreen;
       
    59   }
       
    60   Text, input.Text {
       
    61     border-width:0px;
       
    62     color:#eee;
       
    63     background-color:transparent;
       
    64   }
       
    65   .ButtonImage{
       
    66     height: 24px;
       
    67     width: 24px;
       
    68     margin-top: 1px;
       
    69     margin-right: 4px;
       
    70     margin-left: 4px;
       
    71   }