homescreen/widgetplugins/hsbookmarkwidgetplugin/resource/hsbookmarkwidget.css
changeset 12 afcd8e6d025b
child 16 3c88a81ff781
equal deleted inserted replaced
11:786160610b4d 12:afcd8e6d025b
       
     1 HsBookmarkWidget {
       
     2     layout: icon_bookmark;
       
     3 }
       
     4 
       
     5 HsBookmarkWidget[bookmarkTitle] {
       
     6     layout: icon_text_bookmark;
       
     7 }
       
     8 
       
     9 HsBookmarkWidget[!bookmarkTitle] {
       
    10     layout: icon_bookmark;
       
    11 }
       
    12 
       
    13 HsBookmarkWidget::background {
       
    14     border-width: 0.0un;
       
    15     fixed-width: 12un;
       
    16     fixed-height: 12un;
       
    17     zvalue: 0;
       
    18 }
       
    19 
       
    20 HsBookmarkWidget[bookmarkTitle]::background {
       
    21     border-width: 0.0un;
       
    22     fixed-width: 12un;
       
    23     fixed-height: expr(12.5un + var(hb-param-text-height-tiny));
       
    24     zvalue: 0;
       
    25 }
       
    26 
       
    27 HsBookmarkWidget[!bookmarkTitle]::background {
       
    28     border-width: 0.0un;
       
    29     fixed-width: 12un;
       
    30     fixed-height: 12un;
       
    31     zvalue: 0;
       
    32 }
       
    33 
       
    34 HsBookmarkWidget::icon{
       
    35     left: -0.5un;
       
    36     right: 0.5un;
       
    37     top: -0.5un;
       
    38     bottom: 0.5un;
       
    39     fixed-width: 11.0un;
       
    40     fixed-height: 11.0un;
       
    41     zvalue: 1;
       
    42 }
       
    43 
       
    44 HsBookmarkWidget::bookmarkTitle{
       
    45     left: -0.5un;
       
    46     right: 0.5un;
       
    47     top: 0.0un;
       
    48     bottom: 0.5un;
       
    49     fixed-width: 11.0un;
       
    50     font-variant: secondary;
       
    51     text-align: center center;
       
    52     text-height: var(hb-param-text-height-tiny);
       
    53     text-line-count-max: 1;
       
    54     color: var(qtc_hs_list_item_title_normal);
       
    55     zvalue: 2;
       
    56 }
       
    57 
       
    58 HsBookmarkWidget::toucharea {  
       
    59     zvalue: 3;
       
    60 }