data/widget/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#ntbox
       
     8 {
       
     9     direction: ltr;
       
    10     block-progression: tb;
       
    11     margin-left: 5px;
       
    12     margin-right: 3px;
       
    13 }
       
    14 image
       
    15 {
       
    16     height: 70px;
       
    17 	width: 70px;
       
    18 	margin-left: 3px;
       
    19 	margin-top: 2px;
       
    20 	margin-bottom: 2px;
       
    21 	padding-top: 4px;
       
    22 	padding-bottom: 4px;
       
    23 	padding-left: 2px;
       
    24 	padding-right: 2px;
       
    25 		
       
    26 	nav-index: appearance;
       
    27 }
       
    28 
       
    29 text
       
    30 {
       
    31     text-align: center;    
       
    32     font-family: EAknLogicalFontSecondaryFont;
       
    33     font-size: 3.5u;
       
    34     color: "SKIN(268458534 13056 74)";
       
    35     
       
    36     nav-index: appearance;
       
    37 }
       
    38 
       
    39 newsticker
       
    40 {
       
    41     font-family: EAknLogicalFontSecondaryFont;
       
    42     font-size: 3.5u;
       
    43     color: "SKIN(268458534 13056 74)";
       
    44     text-align: left;
       
    45     _s60-scroll-behaviour: scroll-alternate;
       
    46     /** Alternate display time */    
       
    47     _s60-display-time: 5000;
       
    48     /** Scroll start delay */
       
    49     _s60-start-delay: 2000;
       
    50     /** Restart loop after title is updated */
       
    51     _s60-restart-after-update: true;
       
    52     /** Don't loop titles */
       
    53     _s60-scroll-loop: false;
       
    54     
       
    55     nav-index: appearance;
       
    56 }