2015-05-13 23:42:35 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
|
|
* as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
* Administration. All rights reserved.
|
|
|
|
*
|
|
|
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
* Open MCT Web includes source code licensed under additional open source
|
|
|
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
|
|
* this source code distribution or the Licensing information page available
|
|
|
|
* at runtime from the About dialog for additional information.
|
|
|
|
*****************************************************************************/
|
2015-06-08 23:00:24 +00:00
|
|
|
|
2015-06-27 01:38:33 +00:00
|
|
|
/************************** FEATURES */
|
2015-06-08 23:00:24 +00:00
|
|
|
$enableImageryThumbs: false; // Set to true if historical imagery thumbnails are supported
|
|
|
|
|
2015-06-27 01:38:33 +00:00
|
|
|
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
|
2014-12-31 18:43:01 +00:00
|
|
|
$bodyMargin: 10px;
|
|
|
|
$interiorMargin: 5px;
|
|
|
|
$interiorMarginLg: $interiorMargin * 2;
|
|
|
|
$interiorMarginSm: 3px;
|
|
|
|
$badgeW: 35px;
|
|
|
|
|
2015-06-27 01:38:33 +00:00
|
|
|
/************************** RATIOS */
|
2014-12-31 18:43:01 +00:00
|
|
|
$ltGamma: 20%;
|
|
|
|
$btnFontSizeToH: 0.45;
|
|
|
|
|
2015-06-27 01:38:33 +00:00
|
|
|
/************************** LAYOUT */
|
|
|
|
$ueTopBarH: 24px; // Change when breadcrumb is enabled
|
2015-06-08 18:14:58 +00:00
|
|
|
$ueTopBarEditH: 30px;
|
|
|
|
$ueTopBarBtnH: 35px;
|
2015-06-27 00:12:24 +00:00
|
|
|
$ueFooterH: 25px;
|
2014-12-31 18:43:01 +00:00
|
|
|
$ueColMargin: 1.5%;
|
2015-01-26 18:18:23 +00:00
|
|
|
$ueAppLogoW: 105px;
|
2015-06-08 18:14:58 +00:00
|
|
|
$ueEditToolBarH: 25px;
|
2014-12-31 18:43:01 +00:00
|
|
|
$ueBrowseLeftPaneW: 25%;
|
|
|
|
$ueEditLeftPaneW: 75%;
|
2015-08-19 02:51:47 +00:00
|
|
|
$treeSearchInputBarH: 25px;
|
2015-09-29 15:43:34 +00:00
|
|
|
$ueTimeControlH: (33px, 20px, 20px);
|
2014-12-31 18:43:01 +00:00
|
|
|
// Overlay
|
2015-10-30 23:20:57 +00:00
|
|
|
$ovrTopBarH: 45px;
|
|
|
|
$ovrFooterH: 24px;
|
2015-08-26 19:34:45 +00:00
|
|
|
$overlayMargin: 25px;
|
2015-06-27 01:38:33 +00:00
|
|
|
// Items
|
2014-12-31 18:43:01 +00:00
|
|
|
$ueBrowseGridItemLg: 200px;
|
|
|
|
$ueBrowseGridItemTopBarH: 20px;
|
2015-06-23 23:07:29 +00:00
|
|
|
$ueBrowseGridItemBottomBarH: 30px;
|
2015-06-08 18:14:58 +00:00
|
|
|
$itemPadLR: 5px;
|
2014-12-31 18:43:01 +00:00
|
|
|
// Tree
|
|
|
|
$treeVCW: 10px;
|
2015-08-21 01:36:44 +00:00
|
|
|
$treeTypeIconH: 16px;
|
2015-03-20 23:37:42 +00:00
|
|
|
$treeTypeIconW: 20px;
|
2014-12-31 18:43:01 +00:00
|
|
|
$treeContextTriggerW: 20px;
|
2015-06-27 01:38:33 +00:00
|
|
|
// Tabular
|
2015-08-17 22:11:27 +00:00
|
|
|
$tabularHeaderH: 22px; //18px
|
2015-06-08 18:14:58 +00:00
|
|
|
$tabularTdPadLR: $itemPadLR;
|
2015-08-17 22:11:27 +00:00
|
|
|
$tabularTdPadTB: 3px;
|
2015-06-27 01:38:33 +00:00
|
|
|
// Imagery
|
2015-09-03 01:02:58 +00:00
|
|
|
$imageMainControlBarH: 25px;
|
2015-06-27 01:38:33 +00:00
|
|
|
$imageThumbsD: 120px;
|
|
|
|
$imageThumbsWrapperH: $imageThumbsD * 1.4;
|
|
|
|
$imageThumbPad: 1px;
|
2014-12-31 18:43:01 +00:00
|
|
|
// Ticks
|
|
|
|
$ticksH: 25px;
|
|
|
|
$tickLblVMargin: 3px;
|
|
|
|
$tickLblH: 15px;
|
|
|
|
$tickLblW: 50px;
|
|
|
|
$tickH: $ticksH - $tickLblVMargin - $tickLblH;
|
|
|
|
$tickW: 1px;
|
2015-06-05 23:48:58 +00:00
|
|
|
// Bubbles
|
|
|
|
$bubbleArwSize: 10px;
|
|
|
|
$bubblePad: $interiorMargin;
|
2015-06-12 23:24:25 +00:00
|
|
|
$bubbleMinW: 100px;
|
|
|
|
$bubbleMaxW: 300px;
|
2015-06-27 01:38:33 +00:00
|
|
|
// Forms
|
|
|
|
$reqSymbolW: 15px;
|
|
|
|
$reqSymbolM: $interiorMargin * 2;
|
|
|
|
$reqSymbolFontSize: 0.7em;
|
|
|
|
|
|
|
|
/************************** CONTROLS */
|
|
|
|
$controlDisabledOpacity: 0.3;
|
2015-08-26 19:34:45 +00:00
|
|
|
$formLabelW: 30%;
|
2015-06-27 01:38:33 +00:00
|
|
|
$formInputH: 22px;
|
|
|
|
$formRowCtrlsH: 14px;
|
2015-08-26 19:34:45 +00:00
|
|
|
$formTBPad: $interiorMargin;
|
|
|
|
$formLRPad: $interiorMargin;
|
2015-07-01 00:58:56 +00:00
|
|
|
$menuLineH: 1.5rem;
|
2015-08-20 23:09:35 +00:00
|
|
|
$menuLineHPx: 24px;
|
2015-06-27 01:38:33 +00:00
|
|
|
$btnStdH: 25px;
|
|
|
|
$btnToolbarH: $btnStdH;
|
2015-09-21 21:24:19 +00:00
|
|
|
$btnFrameH: 16px;
|
2015-06-16 21:07:53 +00:00
|
|
|
|
2015-06-27 01:38:33 +00:00
|
|
|
/************************** PATHS */
|
2015-09-03 22:34:39 +00:00
|
|
|
// Paths need to be relative to /platform/commonUI/theme/<theme-name>/css/ directory
|
|
|
|
$dirCommonRes: '../../../../general/res/';
|
|
|
|
$dirImgs: $dirCommonRes + 'images/';
|
2015-06-12 21:17:19 +00:00
|
|
|
|
2015-06-27 01:38:33 +00:00
|
|
|
/************************** TIMINGS */
|
2015-06-24 18:42:29 +00:00
|
|
|
$controlFadeMs: 100ms;
|
2015-10-27 18:40:35 +00:00
|
|
|
|
|
|
|
/************************** LIMITS */
|
|
|
|
$glyphLimit: '\e603';
|
|
|
|
$glyphLimitUpr: '\0000eb';
|
|
|
|
$glyphLimitLwr: '\0000ee';
|