Symbian.org/WRTKit/Resources/UI.css
changeset 2 99bc8e56b756
parent 0 54498df70f5d
child 3 9cbe91927e89
equal deleted inserted replaced
1:609a552a42fa 2:99bc8e56b756
    41 
    41 
    42 /******************************************************************************/
    42 /******************************************************************************/
    43 /*        Definition of visuals for the WRTKit user interface toolkit         */
    43 /*        Definition of visuals for the WRTKit user interface toolkit         */
    44 /******************************************************************************/
    44 /******************************************************************************/
    45 
    45 
       
    46 /* Fix for font size inheritance */
       
    47 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
       
    48 blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl,
       
    49 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
       
    50 tfoot, thead, tr, th, td {
       
    51     font-weight: inherit;
       
    52     font-style: inherit;
       
    53     font-size: 100%;
       
    54     font-family: inherit;
       
    55 }
       
    56 
       
    57 
    46 /******************************************************************************/
    58 /******************************************************************************/
    47 /* Document body rules */
    59 /* Document body rules */
    48 
    60 
    49 body {
    61 body {
    50     margin: 0px;
    62     margin: 0px;
    51     background: url("DocumentBackground.png") repeat;  /* repeat-x fixed; */
    63     background: url("DocumentBackground.png") repeat;  /* repeat-x fixed; */
    52     font: normal 12px Arial, sans-serif;
    64     font: normal 5mm Arial, sans-serif;
    53     color: rgb(0,0,0);
    65     color: rgb(0,0,0);
    54 }
    66 }
    55 
    67 
    56 
    68 
    57 /******************************************************************************/
    69 /******************************************************************************/
   138     height: 35px;
   150     height: 35px;
   139 }
   151 }
   140 
   152 
   141 /* Rules for the list view caption text */
   153 /* Rules for the list view caption text */
   142 .ListViewCaptionText {
   154 .ListViewCaptionText {
   143     font-size: 18px;
   155     font-size: 1.2em;
   144     font-weight: bold;
   156     font-weight: bold;
   145     padding: 7px 0px 0px 11px;
   157     padding: 7px 0px 0px 11px;
   146 }
   158 }
   147 
   159 
   148 /* Rules for the list view control list element */
   160 /* Rules for the list view control list element */