ginebra/chrome/demochrome/css/chromeStyleBlack.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: -webkit-gradient(linear, left top, left bottom,
       
     7                                from(#555), to(#111),
       
     8                                color-stop(0.45, #666), color-stop(0.45, #444));
       
     9   width: 100%;
       
    10   height: 28px;
       
    11   color:white;
       
    12   font-family:verdana;
       
    13   font-size:14px;
       
    14   }
       
    15 
       
    16   #BottomChromeId {
       
    17   background: -webkit-gradient(linear, left top, left bottom,
       
    18                                from(#555), to(#111),
       
    19                                color-stop(0.45, #666), color-stop(0.45, #444));
       
    20   width: 100%;
       
    21   height: 28px;
       
    22   color:white;
       
    23   font-family:verdana;
       
    24   font-size:14px;
       
    25   }
       
    26 
       
    27   #SettingsChromeId {
       
    28   background-color: gray;
       
    29   color: white;
       
    30   width: 300px;
       
    31   height: 240px;
       
    32   padding: 20px;
       
    33   }
       
    34 
       
    35   #PageInfoId {
       
    36   background: -webkit-gradient(linear, left top, left bottom,
       
    37                                from(#555), to(#222),
       
    38                                color-stop(0.3, #666), color-stop(0.3, #555));
       
    39     width: 240px;
       
    40     padding: 20px;
       
    41   }
       
    42 
       
    43   .PageInfoInner {
       
    44     margin: 5px;
       
    45   }
       
    46 
       
    47   .ProgressBarWrapper {
       
    48     width: 260;
       
    49     border-style:none;
       
    50     background-color: #444;
       
    51   }
       
    52 
       
    53   .ProgressBar {
       
    54     width: 0%px;
       
    55     background-color: #777;
       
    56     padding-right: 0px;
       
    57   }
       
    58 
       
    59   Button, input.Button {
       
    60     border-style:none;
       
    61     color:#eee;
       
    62     height: 22px;
       
    63     margin-top: 2px;
       
    64     background: -webkit-gradient(linear, left top, left bottom,
       
    65                                  from(#666), to(#444),
       
    66                                  color-stop(0.45, #999), color-stop(0.45, #888));
       
    67   }
       
    68   Text, input.Text {
       
    69     border-width:0px;
       
    70     color:#eee;
       
    71     background-color:transparent;
       
    72   }
       
    73   .ButtonImage{
       
    74     height: 24px;
       
    75     width: 24px;
       
    76     margin-top: 1px;
       
    77     margin-right: 4px;
       
    78     margin-left: 4px;
       
    79   }