idlehomescreen/data/vga_tch/shortcut_2001f490/xuikon/50/Shortcut.css
changeset 2 08c6ee43b396
parent 1 5315654608de
child 3 fb3763350a08
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
     1 widget#shortcutPlugin 
       
     2 { 
       
     3     width: auto;
       
     4     height: 70px;
       
     5     
       
     6     block-progression: rl;
       
     7     direction: rtl;  
       
     8 }
       
     9 
       
    10 button.shortcutButton 
       
    11 { 
       
    12     width: 70px;
       
    13     height: auto;
       
    14     
       
    15     nav-index: appearance;
       
    16     
       
    17     margin-left: 4px;
       
    18     margin-right: 4px;
       
    19     
       
    20     background-color: "SKIN(268458534 9906)";            
       
    21 }
       
    22 
       
    23 button#shortcutButton1
       
    24 {  
       
    25     margin-left: 0px;
       
    26 }
       
    27 
       
    28 button#shortcutButton6
       
    29 {
       
    30     margin-right: 0px;  
       
    31 }
       
    32 
       
    33 button.shortcutButton:focus 
       
    34 {
       
    35     focus-background: "SKIN(268458534 5120 9)";	
       
    36 }
       
    37 
       
    38 image.shortcutIcon 
       
    39 { 
       
    40     width: auto;
       
    41     height: auto;
       
    42     
       
    43     _s60-aspect-ratio: preserve;
       
    44 }
       
    45 
       
    46 tooltip.shortcutTooltip 
       
    47 { 
       
    48     width: adaptive;
       
    49     max-width: 430px;
       
    50     height: 5.5u;
       
    51     
       
    52     border-style: solid; 
       
    53     border-width: 5px; 
       
    54     
       
    55     _s60-start-delay: 1000000;
       
    56     _s60-display-time: 1000000;
       
    57     
       
    58     background-color:"SKIN(268458534 8480)";
       
    59     display: block;    
       
    60     padding-left: 8px;
       
    61     padding-right: 8px;
       
    62 }
       
    63 
       
    64 
       
    65 text.shortcutTooltipText 
       
    66 { 
       
    67     font-family: EAknLogicalFontSecondaryFont;
       
    68     font-size: 23px;
       
    69     width: adaptive;
       
    70     color: "SKIN(268458534 13056 19)";
       
    71 }
       
    72 
       
    73 /*********************
       
    74 	xSP
       
    75 **********************/
       
    76 tooltip.shortcutTooltipXsp 
       
    77 { 
       
    78     width: 15.0u;
       
    79     height: adaptive;
       
    80     border-style: solid; 
       
    81     border-width: 5px; 
       
    82     /* delay comes from the xSP server */
       
    83     _s60-start-delay: 0;
       
    84     _s60-display-time: 60000000; /* 6 sec */
       
    85     background-color:"SKIN(268458534 8480)";
       
    86     overflow: visible;
       
    87     display: none;    
       
    88     block-progression: tb;
       
    89     padding-bottom: 1u;
       
    90     padding-right: 2u;
       
    91     padding-left: 2u;
       
    92     padding-top: 1u;
       
    93 }
       
    94 
       
    95 text.shortcutTextCaptionXsp 
       
    96 { 
       
    97     position: static;
       
    98     font-family: EAknLogicalFontSecondaryFont;
       
    99     font-size: 3.5u;
       
   100     font-weight: bold;
       
   101     text-align: center;
       
   102     width: 30u;
       
   103     height: 5u;
       
   104     color: "SKIN(268458534 13056 19)";
       
   105     overflow: visible;
       
   106     display: block;
       
   107     visibility:visible;
       
   108 }
       
   109 
       
   110 text.shortcutTextXsp 
       
   111 { 
       
   112     position: static;
       
   113     font-family: EAknLogicalFontSecondaryFont;
       
   114     font-size: 3.5u;	
       
   115     text-align: left;	
       
   116     width: 30u;
       
   117     height: 5u;
       
   118     color: "SKIN(268458534 13056 19)";
       
   119     overflow: visible; 
       
   120     display: block;
       
   121     visibility:visible;
       
   122 }