idlehomescreen/data/vga_tch/view1_2001fdb9/xuikon/00/view.css
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 view 
     1 view#homescreen
     2 {
     2 {
       
     3     position: static;    
       
     4     display: block; 
       
     5 
       
     6     block-progression: tb;
     3     direction: ltr;
     7     direction: ltr;
       
     8    
       
     9     width: auto;
       
    10     height: auto;
       
    11     
       
    12     background-image: wallpaper;
       
    13     
       
    14     _s60-status-pane-layout: widescreen-flat-3softkeys;     
       
    15 }
       
    16 
       
    17 box#main_container
       
    18 {
       
    19     position: static;
       
    20     display: block; 
       
    21     
       
    22     width: auto;
       
    23     height: auto;
       
    24     
       
    25     margin-top: 5px;
       
    26     
       
    27     /* These will be set by screendevicechange triggers: */          
       
    28     /* landscape
       
    29     ************
       
    30     margin-left: 5px;
       
    31     margin-right: 5px;*/
       
    32 
       
    33     /* portrait
       
    34     ***********
       
    35     margin-left: 17px;
       
    36     margin-right: 17px;*/
       
    37 }
       
    38 
       
    39 box.sub_container
       
    40 {
       
    41     position: absolute;
       
    42     display: block; 
       
    43     
       
    44     /* These will be set by screendevicechange triggers: */      
       
    45     /* landscape
       
    46     ************ 
       
    47     width: 184px;
       
    48     height: 106px;*/    
       
    49 
       
    50     /* portrait 
       
    51     ***********
       
    52     width: 223px;
       
    53     height: 132px;*/      
       
    54 }
       
    55 
       
    56 box#clock_container
       
    57 {    
       
    58     /* This box belongs to class="sub_container" */
       
    59     top: 0px;
       
    60     left: 0px;
       
    61 }
       
    62 
       
    63 clock#clock
       
    64 {
       
    65     position: static;
       
    66     display: block; 
       
    67     
       
    68     margin-top: 3px;    
       
    69     margin-bottom: 3px;
       
    70     margin-left: 3px;    
       
    71     margin-right: 3px;    
       
    72     
       
    73     nav-index: appearance;    
       
    74     
       
    75     background-color: "SKIN(268458534 9906)";    
       
    76     color: "SKIN(268458534 13056 19)";
       
    77     
       
    78     /* Face is format is fetched from locale */
       
    79     _s60-format: locale;
       
    80             
       
    81     /* These will be set by screendevicechange triggers: */      
       
    82     /* landscape 
       
    83     ************        
       
    84     _s60-ampm-font-size: 3.0u;
       
    85     _s60-digital-font-size: 56px;
       
    86     _s60-date-font-size: 3.0u;*/
       
    87             
       
    88     /* portrait 
       
    89     ***********
       
    90     _s60-ampm-font-size: 3.5u;
       
    91     _s60-digital-font-size: 56px;
       
    92     _s60-date-font-size: 3.5u;*/                
       
    93 }
       
    94 
       
    95 clock#clock:focus
       
    96 {
       
    97     focus-background: "SKIN(268458534 5120 9)";
       
    98 }
       
    99 
       
   100 box#profile_switcher_container
       
   101 {
     4     block-progression: tb;
   102     block-progression: tb;
     5     background-image: wallpaper;
   103     direction: ltr;
     6     swipe: true;
   104 
     7 
   105     /* These will be set by screendevicechange triggers: */      
     8     _s60-status-pane-layout: widescreen-flat-3softkeys;
   106     /* landscape 
       
   107     ************        
       
   108     top: 106px;
       
   109     left: 0px;*/
       
   110     
       
   111     /* portrait 
       
   112     ***********
       
   113     top: 0px;
       
   114     left: 223px;*/
       
   115 }
       
   116 
       
   117 box#profile
       
   118 {
       
   119     position: static;
       
   120     display: block; 
       
   121     
       
   122     width: auto;
       
   123     height: auto;
       
   124     
       
   125     margin-top: 3px;    
       
   126     margin-bottom: 6px;
       
   127     margin-left: 3px;    
       
   128     margin-right: 3px;    
       
   129        
       
   130     background-color: "SKIN(268458534 9906)";    
       
   131     
       
   132     nav-index: appearance;
       
   133 }
       
   134 
       
   135 box#profile:focus
       
   136 {
       
   137     focus-background: "SKIN(268458534 5120 9)";
       
   138 }
       
   139 
       
   140 /**********************
       
   141  * MCN, CUG & Profile *
       
   142  **********************/
       
   143 box#mcn_cug_profile_container
       
   144 {    
       
   145     width: auto;
       
   146     height: auto;
       
   147     
       
   148 
       
   149 }
       
   150 
       
   151 /*************
       
   152  * SAT & VHZ *
       
   153  *************/
       
   154 box#sat_vhz_container
       
   155 {
       
   156     display: none;
       
   157     width: auto;
       
   158     height: auto;
       
   159     block-progression: rl;
       
   160 }
       
   161 
       
   162 image#sat_icon
       
   163 {
       
   164     display: none;
       
   165     visibility: hidden;
       
   166     width: 18px;
       
   167     height: 20px;
       
   168     position: static;
       
   169     margin-top: auto;
       
   170 }
       
   171 
       
   172 title#sat
       
   173 {
       
   174     display: none;
       
   175 }    
       
   176 title#vhz
       
   177 {
       
   178     display: none;
       
   179 }    
       
   180 
       
   181 
       
   182 newsticker.statusindicator 
       
   183 {    
       
   184     width: auto;
       
   185     height: auto;
       
   186               
       
   187     text-align: center;
       
   188     font-family: EAknLogicalFontSecondaryFont;
       
   189     font-size: 3.5u;
       
   190     color: "SKIN(268458534 13056 19)";
       
   191     
       
   192     white-space-collapse: collapse;
       
   193 
       
   194     _s60-scroll-behaviour: alternate;
       
   195     _s60-display-time: 2000;
       
   196     _s60-scroll-loop: false;
       
   197     _s60-start-delay: 0;
       
   198     _s60-restart-after-update: true;    
       
   199 }
       
   200  
       
   201 box#switcher
       
   202 {                    
       
   203     width: auto;
       
   204     height: auto;
       
   205     
       
   206     block-progression: lr;
       
   207     
       
   208     margin-top: 6px;    
       
   209     margin-bottom: 3px;
       
   210     margin-left: 3px;    
       
   211     margin-right: 3px;    
       
   212         
       
   213     background-color: "SKIN(268458534 9906)";    
       
   214         
       
   215     nav-index: appearance;
       
   216 }
       
   217 
       
   218 box#switcher:focus
       
   219 {
       
   220     focus-background: "SKIN(268458534 5120 9)";
       
   221 }
       
   222 
       
   223 image#switcher_icon
       
   224 {         
       
   225     margin-top: auto;
       
   226     margin-bottom: auto;        
       
   227     
       
   228     margin-left: 5px;
       
   229     height: 4u;
       
   230     width: 4u;
       
   231        
       
   232     path: "SKIN(270501603 8585 19)";
       
   233 }
       
   234 
       
   235 text#switcher_text
       
   236 {        
       
   237     width: auto;
       
   238     height: auto;
       
   239      
       
   240     text-align: left;
       
   241     
       
   242     font-size: 3.5u;
       
   243     font-family: EAknLogicalFontSecondaryFont;
       
   244         
       
   245     color:"SKIN(268458534 13056 19)";        
     9 }
   246 }
    10 
   247 
    11 box#plugins_container
   248 box#plugins_container
    12 {
   249 {
       
   250     position: absolute;
       
   251     display: block; 
       
   252 
       
   253     /* These will be set by screendevicechange triggers: */      
       
   254     /* landscape 
       
   255     ************        
       
   256     top: 0px;
       
   257     left: 184px;*/
       
   258     
       
   259     /* portrait 
       
   260     ***********
       
   261     top: 129px;
       
   262     left: 0px;*/
       
   263 
       
   264     block-progression: tb;
    13     direction: ltr;
   265     direction: ltr;
    14     block-progression: tb;
   266     
    15 }
   267     width: 440px;
    16 
   268     height: auto;
    17 plugin.miniplugins
   269     
    18 {
   270     padding-left: 3px;
    19     height: 115px; 
   271     padding-right: 3px;    
    20     width: 176px;
   272 }
    21 
   273 
    22     margin-top: 9px;
   274 /***********
    23     margin-left: 9px;
   275  * Plugins *
    24  
   276  ***********/
    25     _s60-longtap: true;
   277 plugin
    26 
   278 {
    27     nav-index: appearance;
   279     position: static;
    28 }
   280     
    29 
   281     width: auto;
    30 plugin.plugins
   282     height: adaptive;
    31 {
   283         
    32     height: 115px; 
   284     margin-bottom: 6px;
    33     width: 436px;
   285     
    34 
   286     background-color: "SKIN(268458534 9906)";    
    35     margin-top: 9px;
   287     
    36     margin-left: 10px;
   288     nav-index: appearance;    
    37  
   289 }
    38     _s60-longtap: true;
   290 
    39 
   291 plugin:focus 
    40     nav-index: appearance;
   292 {
    41 }
   293     focus-background: "SKIN(268458534 5120 9)";    
    42 
   294 }
    43 trigger#hs_popup_open_hold:edit
   295 
    44 {
   296 plugin:edit 
    45     display: none;
   297 {
    46 }
   298     background-color: "SKIN(270501603 8582)";
    47 
   299 }
    48 trigger#hs_popup_open_up
   300 
    49 {
   301 /************
    50     display: none;
   302  * Profiles *
    51 }
   303  ************/
    52 
   304 /* Default system profiles */
    53 trigger#hs_popup_open_up:edit
   305 text.systemprofileitem
    54 {
   306 {
    55     display: block;
   307     display: block;
    56 }
   308 }
    57 
   309 
    58 softkey#rsk
   310 /* Placeholders for profiles added by user */
    59 {
   311 text.userprofileitem
    60     _s60-longtap: true;
   312 {
    61     _s60-aspect-ratio: preserve;
   313     display: none;
    62 }
   314 }
    63 
   315 
    64 softkey#msk_ltr
   316 /************
       
   317  * Softkeys *
       
   318  ************/
       
   319 softkey.normal_mode_sk
    65 {
   320 {
    66     display: block;
   321     display: block;
    67 }
   322 }
    68 
   323 
    69 softkey#msk_rtl
   324 softkey.normal_mode_sk:edit
    70 {
   325 {
    71     display: none;
   326     display: none;
    72 }
   327 }
    73 
   328 
       
   329 softkey.edit_mode_sk
       
   330 {
       
   331     display: none;
       
   332 }
       
   333 
       
   334 softkey.edit_mode_sk:edit
       
   335 {
       
   336     display: block;
       
   337 }