ginebra2/chrome/bedrockchrome/contextmenu.snippet/contextmenu.css
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 .menuSnippet img {
       
     2       padding-left: 20px;
       
     3       padding-right: 15px;
       
     4       vertical-align: middle;
       
     5 }
       
     6 
       
     7 .menuItemLabel {
       
     8       vertical-align: center;
       
     9       position: relative;
       
    10       top: 3px;
       
    11       font-size: 16px;
       
    12       font-family: Verdana;
       
    13       font-weight: bold;
       
    14 }
       
    15 
       
    16 .menuItemContents {
       
    17       padding-top: 15px;
       
    18 }
       
    19 
       
    20 .menuItem {
       
    21       background-repeat: no-repeat;
       
    22       background-position: top left;
       
    23       width: 203px;
       
    24       color: #ffffff;
       
    25       vertical-align: center;
       
    26       -webkit-user-select: none;
       
    27 }
       
    28 .menuTop {
       
    29       background-image: url(icons/menubg_fixed_top.png);
       
    30       height: 65px;
       
    31 }
       
    32 .menuTop:active {
       
    33       background-image: url(icons/menubg_fixed_top_pressed.png);
       
    34       height: 65px;
       
    35 }
       
    36 
       
    37 .menuMid {
       
    38       background-image: url(icons/menubg_fixed_center.png);
       
    39       height: 65px;
       
    40 }
       
    41 .menuMid:active {
       
    42       background-image: url(icons/menubg_fixed_center_pressed.png);
       
    43       height: 65px;
       
    44 }
       
    45 
       
    46 .menuBot {
       
    47       background-image: url(icons/menubg_fixed_bottom.png);
       
    48       height: 79px;
       
    49 }
       
    50 .menuBot:active {
       
    51       background-image: url(icons/menubg_fixed_bottom_pressed.png);
       
    52       height: 79px;
       
    53 }
       
    54 
       
    55 .loadImagesTop {
       
    56       background-image: url(icons/menubg_fixed_top_pressed.png);
       
    57       visibility: hidden;
       
    58 }
       
    59 .loadImagesCenter {
       
    60       background-image: url(icons/menubg_fixed_center_pressed.png);
       
    61       visibility: hidden;
       
    62 }
       
    63 .loadImagesBottom {
       
    64       background-image: url(icons/menubg_fixed_bottom_pressed.png);
       
    65       visibility: hidden;
       
    66 }