/* Copyright (c) 2000-2014 Samsung Electronics Co., Ltd All Rights Reserved This file is part of Dali Toolkit PROPRIETARY/CONFIDENTIAL This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no representations or warranties about the suitability of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAMSUNG shall not be liable for any damages suffered by licensee as a result of using, modifying or distributing this software or its derivatives. */ //****************************************************************************** // // Default Reference style theme for a 720x1280 resolution, The values determined by UX design specification. // This file can be copied to a new folder within the styles/ directory and amended with new default values. // Can be overriden if StyleManager applies another style sheet. // //****************************************************************************** { "styles": { "textlabel": { "point-size":18 }, "textlabel-font-size-0": { "point-size":8 }, "textlabel-font-size-1": { "point-size":10 }, "textlabel-font-size-2": { "point-size":15 }, "textlabel-font-size-3": { "point-size":19 }, "textlabel-font-size-4": { "point-size":25 }, "textfield": { "point-size":18, "primary-cursor-color":[0.0,0.72,0.9,1.0], "secondary-cursor-color":[0.0,0.72,0.9,1.0], "cursor-width":3, "selection-highlight-color":[0.75,0.96,1.0,1.0], "grab-handle-image": { "filename":"{DALI_IMAGE_DIR}cursor_handler_center.png" }, "selection-handle-image-left" : {"filename":"{DALI_IMAGE_DIR}selection_handle_left.png" }, "selection-handle-image-right": {"filename":"{DALI_IMAGE_DIR}selection_handle_right.png" }, "selection-handle-marker-image-left":{ "filename":"{DALI_IMAGE_DIR}selection_marker_left.png" }, "selection-handle-marker-image-right":{ "filename":"{DALI_IMAGE_DIR}selection_marker_right.png" } }, "textfield-font-size-0": { "point-size":10 }, "textfield-font-size-1": { "point-size":10 }, "textfield-font-size-2": { "point-size":10 }, "textfield-font-size-3": { "point-size":10 }, "textfield-font-size-4": { "point-size":10 }, "textselectionpopup": { "popup-max-size":[656,72], "option-divider-size":[2,0], "popup-divider-color":[0.23,0.72,0.8,0.11], "popup-icon-color":[1.0,1.0,1.0,1.0], "popup-pressed-color":[0.24,0.72,0.8,0.11], "background-image": { "filename": "{DALI_IMAGE_DIR}selection-popup-bg.9.png" }, "popup-fade-in-duration":0.25, "popup-fade-out-duration":0.25 }, "textselectionpopupbutton": { "label": { "point-size":8, "font-style":"Light" } }, "scrollview": { "overshoot-effect-color":"B018" } } }