data/feed/xuikon/00/replace.css
changeset 0 b856a9924bbc
equal deleted inserted replaced
-1:000000000000 0:b856a9924bbc
       
     1 widget
       
     2 {
       
     3     direction: ltr;
       
     4     block-progression:lr;
       
     5 }
       
     6 
       
     7 box#container
       
     8 {
       
     9     direction: ltr;
       
    10     block-progression: tb;
       
    11     padding-top:3px;
       
    12     padding-bottom:4px;
       
    13     padding-left:5px;
       
    14     padding-right:8px;
       
    15 	nav-index: appearance;
       
    16 }
       
    17 image
       
    18 {
       
    19     height: 70px;
       
    20 	width: 70px;
       
    21 	padding-top:6px;
       
    22     padding-bottom:6px;
       
    23     padding-left:6px;
       
    24     padding-right:5px;
       
    25 	nav-index: appearance;
       
    26 }
       
    27 
       
    28 text
       
    29 {  
       
    30     font-family: EAknLogicalFontSecondaryFont;
       
    31     font-size: 3.5u;
       
    32     color: "SKIN(268458534 13056 74)";
       
    33 }
       
    34 
       
    35 newsticker
       
    36 {
       
    37     font-family: EAknLogicalFontSecondaryFont;
       
    38     font-size: 3.5u;
       
    39     color: "SKIN(268458534 13056 74)";
       
    40     text-align: left;
       
    41     _s60-scroll-behaviour: scroll-alternate;
       
    42     /** Alternate display time */    
       
    43     _s60-display-time: 5000;
       
    44     /** Scroll start delay */
       
    45     _s60-start-delay: 2000;
       
    46     /** Restart loop after title is updated */
       
    47     _s60-restart-after-update: true;
       
    48     /** Don't loop titles */
       
    49     _s60-scroll-loop: false;
       
    50 }