PHP Classes

File: javascript/white-theme.old

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   javascript/white-theme.old   Download  
File: javascript/white-theme.old
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 2,786 bytes
 

Contents

Class file image Download
var whiteTheme = { //'common.bi.image': 'https://uicdn.toast.com/toastui/img/tui-image-editor-bi.png', 'common.bi.image': './img/bg.png', 'common.bisize.width': '1px', 'common.bisize.height': '1px', 'common.backgroundImage': './img/bg.png', 'common.backgroundColor': '#fff', 'common.border': '1px solid #c1c1c1', // header 'header.backgroundImage': 'none', 'header.backgroundColor': 'transparent', 'header.border': '0px', // load button 'loadButton.backgroundColor': '#fff', 'loadButton.border': '1px solid #ddd', 'loadButton.color': '#222', 'loadButton.fontFamily': '\'Noto Sans\', sans-serif', 'loadButton.fontSize': '12px', // download button 'downloadButton.backgroundColor': '#fdba3b', 'downloadButton.border': '1px solid #fdba3b', 'downloadButton.color': '#fff', 'downloadButton.fontFamily': '\'Noto Sans\', sans-serif', 'downloadButton.fontSize': '12px', // main icons 'menu.normalIcon.path': '../dist/svg/icon-d.svg', 'menu.normalIcon.name': 'icon-d', 'menu.activeIcon.path': '../dist/svg/icon-b.svg', 'menu.activeIcon.name': 'icon-b', 'menu.disabledIcon.path': '../dist/svg/icon-a.svg', 'menu.disabledIcon.name': 'icon-a', 'menu.hoverIcon.path': '../dist/svg/icon-c.svg', 'menu.hoverIcon.name': 'icon-c', 'menu.iconSize.width': '24px', 'menu.iconSize.height': '24px', // submenu primary color 'submenu.backgroundColor': 'transparent', 'submenu.partition.color': '#e5e5e5', // submenu icons 'submenu.normalIcon.path': '../dist/svg/icon-d.svg', 'submenu.normalIcon.name': 'icon-d', 'submenu.activeIcon.path': '../dist/svg/icon-b.svg', 'submenu.activeIcon.name': 'icon-b', 'submenu.iconSize.width': '32px', 'submenu.iconSize.height': '32px', // submenu labels 'submenu.normalLabel.color': '#858585', 'submenu.normalLabel.fontWeight': 'normal', 'submenu.activeLabel.color': '#000', 'submenu.activeLabel.fontWeight': 'normal', // checkbox style 'checkbox.border': '1px solid #ccc', 'checkbox.backgroundColor': '#fff', // rango style 'range.pointer.color': '#333', 'range.bar.color': '#ccc', 'range.subbar.color': '#606060', 'range.disabledPointer.color': '#d3d3d3', 'range.disabledBar.color': 'rgba(85,85,85,0.06)', 'range.disabledSubbar.color': 'rgba(51,51,51,0.2)', 'range.value.color': '#000', 'range.value.fontWeight': 'normal', 'range.value.fontSize': '11px', 'range.value.border': '0', 'range.value.backgroundColor': '#f5f5f5', 'range.title.color': '#000', 'range.title.fontWeight': 'lighter', // colorpicker style 'colorpicker.button.border': '0px', 'colorpicker.title.color': '#000' };