src/hbcore/resources/themes/style/hbdefault/variables/layout/zoom/0/hbglobalparameters.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:32:10 +0300
changeset 28 b7da29130b0e
parent 1 f7ac710697a9
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
 * ==============================================================
 * Name        : hbglobalparameters.css
 * Part of     : LibHbCore / resources
 * Description : Global parameters data
 * Version     : 1.0
 *
 * Copyright (c) 2008-2009 Nokia.  All rights reserved.
 * This material, including documentation and any related computer
 * programs, is protected by copyright controlled by Nokia.  All
 * rights are reserved.  Copying, including reproducing, storing,
 * adapting or translating, any or all of this material requires the
 * prior written consent of Nokia.  This material also contains
 * confidential information which may not be disclosed to others
 * without the prior written consent of Nokia.
 * ==============================================================
 *
 */
 

/* Hb parameters version 0.18 */ 

/* special variables that can be used e.g. in expressions:
hb-param-screen-width
hb-param-screen-height
hb-param-screen-short-edge
hb-param-screen-long-edge
*/
 
@variables
{
hb-param-graphic-size-primary-small: 4un;
hb-param-graphic-size-primary-medium: 6un;
hb-param-graphic-size-primary-large: 8un;
hb-param-graphic-size-function: 5un;
hb-param-graphic-size-secondary: 3un;
hb-param-graphic-size-image-portrait: 9.5un;
hb-param-graphic-size-image-landscape: 8.25un;

hb-param-text-height-primary: 4un;
hb-param-text-height-secondary: 3.5un;
hb-param-text-height-tiny: 3un;
hb-param-text-height-title: 5un;

hb-param-margin-view-bottom: 0un;
hb-param-margin-view-left: 0un;
hb-param-margin-view-right: 0un;
hb-param-margin-view-top: 0un;
hb-param-margin-gene-top: 2un;
hb-param-margin-gene-bottom: 2un;
hb-param-margin-gene-right: 2un;
hb-param-margin-gene-left: 2un;
hb-param-margin-gene-middle-vertical: 0.75un;
hb-param-margin-gene-middle-horizontal: 0.75un;
hb-param-margin-gene-popup: 2un;
hb-param-margin-gene-popup-list: 0un;
hb-param-margin-gene-screen: 2un;
hb-param-margin-indentation: 4un;
hb-param-margin-form-label-right: 5un;
hb-param-margin-form-label-top: 3.75un;
hb-param-margin-label: 0un;
hb-param-margin-gene-center-align: 0.75un;

hb-param-touch-area-gene-primary-small: 6un;
hb-param-touch-area-gene-primary-medium: 8un;
hb-param-touch-area-gene-primary-large: 10un;

hb-param-background-popup-primary: 1.5un;
hb-param-background-popup-secondary: 1.5un;
hb-param-background-popup-preview: 1.5un;
hb-param-background-popup-transparent: 1.5un;
hb-param-background-list-main: 1.5un;
hb-param-background-list-popup: 1.5un;
hb-param-background-grid-main: 1.5un;
hb-param-background-grid-popup: 1.5un;
hb-param-background-button: 1.5un;
hb-param-background-editor: 1.5un;
hb-param-background-groupbox: 1.5un;
hb-param-background-tumbler: 1.5un;
hb-param-background-button-input-itut: 1.5un;
hb-param-background-button-input-vkb: 1.5un;
hb-param-background-bubble: 2.25un;

hb-param-widget-slider-thumb-width: 3un;
hb-param-widget-scroll-bar-indicative-width: 2un;
hb-param-widget-scroll-bar-interactive-width: 2un;
hb-param-widget-chrome-height: 9.5un;
hb-param-widget-toolbar-height: 9un;
hb-param-widget-progress-bar-height: 3un;
hb-param-widget-popup-softkey-height: 7.5un;
hb-param-widget-popup-heading-height: 8un;
hb-param-widget-dialog-width: 49.75un;
hb-param-widget-combobox-height: 7.5un;
hb-param-widget-progress-slider-height: 4un;

hb-param-zoom-graphic-primary-small: 1;
hb-param-zoom-graphic-secondary: 1;
hb-param-zoom-text-primary: 1;
hb-param-zoom-text-secondary: 1;
}