idlehomescreen/data/vga_tch/desktop_20018eee/xuikon/50/desktop.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 20:58:58 +0300
branchRCL_3
changeset 35 3321d3e205b6
parent 0 f72a12da539e
permissions -rw-r--r--
Revision: 201033 Kit: 201035

widget#desktop_widget
{
    block-progression: rl;
    direction: rtl;
    color: "SKIN(268458534 13056 74)";
    background-color: "SKIN(268458534 9916)";
}

button.button
{
    nav-index: appearance;
    width: 105px;
    height: 105px;
    margin-top: 5px;
}

button#button1
{
    margin-right: 10px;
}

image.icon
{
    _s60-aspect-ratio: preserve;
    padding-left: 5px;
    padding-top: 5px;
    width: 95px;
    height: 95px;
}

tooltip.tooltip
{
    width: adaptive;
    max-width: 350px;
    height: 33px;
    border-style: solid;
    border-width: 5px;

    _s60-start-delay: 1000000;
    _s60-display-time: 1000000;

    background-color:"SKIN(268458534 8480)";
    display: block;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
}


text.tooltiptext
{   
    font-family: EAknLogicalFontSecondaryFont;
    font-size: 23px;
    width: adaptive;
    color: "SKIN(268458534 13056 19)";
    overflow: visible;
}

/*********************
      extension
**********************/
tooltip.tooltipext
{
    width: 15.0u;
    height: adaptive;
    border-style: solid;
    border-width: 5px;
    /* delay comes from the xSP server */
    _s60-start-delay: 0;
    _s60-display-time: 60000000; /* 6 sec */
    background-color:"SKIN(268458534 8480)";
    overflow: visible;
    display: none;
    block-progression: tb;
    padding-bottom: 1u;
    padding-right: 2u;
    padding-left: 2u;
    padding-top: 1u;
}

text.textcaptionext
{
    position: static;
    font-family: EAknLogicalFontSecondaryFont;
    font-size: 3.5u;
    font-weight: bold;
    text-align: center;
    width: 30u;
    height: 5u;
    color: "SKIN(268458534 13056 19)";
    overflow: visible;
    display: block;
    visibility:visible;
}

text.textext
{
    position: static;
    font-family: EAknLogicalFontSecondaryFont;
    font-size: 3.5u;
    text-align: left;
    width: 30u;
    height: 5u;
    color: "SKIN(268458534 13056 19)";
    overflow: visible;
    display: block;
    visibility:visible;
}