ginebra/chrome/bedrockchrome/urlsearch.snippet/urlsearch.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 #UrlSearchChromeId {
       
     2   overflow: hidden;
       
     3 //  background: -webkit-gradient(linear, left top, left bottom,
       
     4 //      color-stop(0%,#333366),  
       
     5 //      color-stop(100%,#9999aa));
       
     6   background: -webkit-gradient(linear, left top, left bottom,
       
     7       color-stop(0%,#445b7c),
       
     8       color-stop(100%,#303f57));
       
     9   padding-left: 3px;
       
    10   padding-right: 3px;
       
    11 
       
    12 }
       
    13 
       
    14 #UrlSearchChromeId form {
       
    15    display: block;
       
    16    //padding-top: 5px;
       
    17  }
       
    18 
       
    19 #PWrap {
       
    20   //  position: relative;
       
    21   vertical-align: top;
       
    22   -webkit-border-top-left-radius: 12px;
       
    23   -webkit-border-top-right-radius: 12px;
       
    24   -webkit-border-bottom-left-radius: 12px;
       
    25   -webkit-border-bottom-right-radius: 12px;
       
    26   height: 36px;
       
    27 }
       
    28 
       
    29 #favicon {
       
    30   width: 32px;
       
    31   height: 32px;
       
    32   padding-top: 2px;
       
    33   position: relative;
       
    34 }
       
    35 
       
    36 #urlBox {
       
    37   margin-left: 2px;
       
    38   width: 100%;
       
    39   height: 36px;
       
    40   -webkit-border-top-left-radius: 12px;
       
    41   -webkit-border-top-right-radius: 12px;
       
    42   -webkit-border-bottom-left-radius: 12px;
       
    43   -webkit-border-bottom-right-radius: 12px;
       
    44   position: absolute:
       
    45   top: 0px;
       
    46   left: 0px;
       
    47   font-size: 24px;
       
    48 }
       
    49 
       
    50 #PBar {
       
    51   overflow: hidden;
       
    52   -moz-opacity: .55;
       
    53   opacity: .55;
       
    54   position: relative;
       
    55   top: -36px;
       
    56   left: 2px;
       
    57   height: 36px;
       
    58   background-color: #B0C4DE;
       
    59   z-index: 200;
       
    60   -webkit-border-top-left-radius: 12px;
       
    61   -webkit-border-top-right-radius: 12px;
       
    62   -webkit-border-bottom-left-radius: 12px;
       
    63   -webkit-border-bottom-right-radius: 12px;
       
    64 }
       
    65 
       
    66 #UrlSearchChromeId table {
       
    67   width: 100%;
       
    68   height: 100%;
       
    69   border: 0;
       
    70   border-spacing: 0;
       
    71   padding: 0;
       
    72 }
       
    73 
       
    74 #UrlSearchChromeId tr {
       
    75    font-family: Verdana;
       
    76    font-size: 16px;
       
    77    color: #A9A9A9;
       
    78    overflow: hidden;
       
    79    vertical-align: middle;
       
    80 }
       
    81 
       
    82 #UrlSearchChromeId td {
       
    83    border-spacing: 0;
       
    84    padding: 0;
       
    85 }
       
    86 
       
    87 
       
    88 #tristateBtn {
       
    89   text-align: center;
       
    90   height: 32px;
       
    91   width: 32px;
       
    92   -webkit-user-drag: none;
       
    93   -webkit-user-select: none;
       
    94 } 
       
    95 
       
    96 #faviconCell { 
       
    97   text-align: center;
       
    98   width: 40px;
       
    99  }
       
   100 
       
   101 #tristateBtnCell {
       
   102   text-align: center;
       
   103   width: 55px;
       
   104   vertical-align: center;
       
   105 }
       
   106 
       
   107 
       
   108