2015-05-13 16:42:35 -07: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 16:00:24 -07:00
|
|
|
|
2015-06-26 18:38:33 -07:00
|
|
|
/************************** FEATURES */
|
2015-06-08 16:00:24 -07:00
|
|
|
$enableImageryThumbs: false; // Set to true if historical imagery thumbnails are supported
|
|
|
|
|
2015-06-26 18:38:33 -07:00
|
|
|
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
|
2014-12-31 10:43:01 -08:00
|
|
|
$bodyMargin: 10px;
|
|
|
|
$interiorMargin: 5px;
|
|
|
|
$interiorMarginLg: $interiorMargin * 2;
|
|
|
|
$interiorMarginSm: 3px;
|
|
|
|
$badgeW: 35px;
|
|
|
|
|
2015-06-26 18:38:33 -07:00
|
|
|
/************************** RATIOS */
|
2014-12-31 10:43:01 -08:00
|
|
|
$ltGamma: 20%;
|
|
|
|
$btnFontSizeToH: 0.45;
|
|
|
|
|
2015-06-26 18:38:33 -07:00
|
|
|
/************************** LAYOUT */
|
|
|
|
$ueTopBarH: 24px; // Change when breadcrumb is enabled
|
2015-06-08 11:14:58 -07:00
|
|
|
$ueTopBarEditH: 30px;
|
|
|
|
$ueTopBarBtnH: 35px;
|
2015-06-26 17:12:24 -07:00
|
|
|
$ueFooterH: 25px;
|
2014-12-31 10:43:01 -08:00
|
|
|
$ueColMargin: 1.5%;
|
2015-01-26 10:18:23 -08:00
|
|
|
$ueAppLogoW: 105px;
|
2015-06-08 11:14:58 -07:00
|
|
|
$ueEditToolBarH: 25px;
|
2014-12-31 10:43:01 -08:00
|
|
|
$ueBrowseLeftPaneW: 25%;
|
|
|
|
$ueEditLeftPaneW: 75%;
|
2015-08-18 19:51:47 -07:00
|
|
|
$treeSearchInputBarH: 25px;
|
2014-12-31 10:43:01 -08:00
|
|
|
// Overlay
|
2015-10-08 19:10:26 -07:00
|
|
|
$ovrTopBarH: 45px;
|
2015-10-08 13:09:41 -07:00
|
|
|
$ovrFooterH: 24px;
|
2015-08-26 12:34:45 -07:00
|
|
|
$overlayMargin: 25px;
|
2015-06-26 18:38:33 -07:00
|
|
|
// Items
|
2014-12-31 10:43:01 -08:00
|
|
|
$ueBrowseGridItemLg: 200px;
|
|
|
|
$ueBrowseGridItemTopBarH: 20px;
|
2015-06-23 16:07:29 -07:00
|
|
|
$ueBrowseGridItemBottomBarH: 30px;
|
2015-06-08 11:14:58 -07:00
|
|
|
$itemPadLR: 5px;
|
2014-12-31 10:43:01 -08:00
|
|
|
// Tree
|
|
|
|
$treeVCW: 10px;
|
2015-08-20 18:36:44 -07:00
|
|
|
$treeTypeIconH: 16px;
|
2015-03-20 16:37:42 -07:00
|
|
|
$treeTypeIconW: 20px;
|
2014-12-31 10:43:01 -08:00
|
|
|
$treeContextTriggerW: 20px;
|
2015-06-26 18:38:33 -07:00
|
|
|
// Tabular
|
2015-08-17 15:11:27 -07:00
|
|
|
$tabularHeaderH: 22px; //18px
|
2015-06-08 11:14:58 -07:00
|
|
|
$tabularTdPadLR: $itemPadLR;
|
2015-08-17 15:11:27 -07:00
|
|
|
$tabularTdPadTB: 3px;
|
2015-06-26 18:38:33 -07:00
|
|
|
// Imagery
|
2015-09-02 18:02:58 -07:00
|
|
|
$imageMainControlBarH: 25px;
|
2015-06-26 18:38:33 -07:00
|
|
|
$imageThumbsD: 120px;
|
|
|
|
$imageThumbsWrapperH: $imageThumbsD * 1.4;
|
|
|
|
$imageThumbPad: 1px;
|
2014-12-31 10:43:01 -08:00
|
|
|
// Ticks
|
|
|
|
$ticksH: 25px;
|
|
|
|
$tickLblVMargin: 3px;
|
|
|
|
$tickLblH: 15px;
|
|
|
|
$tickLblW: 50px;
|
|
|
|
$tickH: $ticksH - $tickLblVMargin - $tickLblH;
|
|
|
|
$tickW: 1px;
|
2015-06-05 16:48:58 -07:00
|
|
|
// Bubbles
|
|
|
|
$bubbleArwSize: 10px;
|
|
|
|
$bubblePad: $interiorMargin;
|
2015-06-12 16:24:25 -07:00
|
|
|
$bubbleMinW: 100px;
|
|
|
|
$bubbleMaxW: 300px;
|
2015-06-26 18:38:33 -07:00
|
|
|
// Forms
|
|
|
|
$reqSymbolW: 15px;
|
|
|
|
$reqSymbolM: $interiorMargin * 2;
|
|
|
|
$reqSymbolFontSize: 0.7em;
|
|
|
|
|
|
|
|
/************************** CONTROLS */
|
|
|
|
$controlDisabledOpacity: 0.3;
|
2015-08-26 12:34:45 -07:00
|
|
|
$formLabelW: 30%;
|
2015-06-26 18:38:33 -07:00
|
|
|
$formInputH: 22px;
|
|
|
|
$formRowCtrlsH: 14px;
|
2015-08-26 12:34:45 -07:00
|
|
|
$formTBPad: $interiorMargin;
|
|
|
|
$formLRPad: $interiorMargin;
|
2015-06-30 17:58:56 -07:00
|
|
|
$menuLineH: 1.5rem;
|
2015-08-20 16:09:35 -07:00
|
|
|
$menuLineHPx: 24px;
|
2015-06-26 18:38:33 -07:00
|
|
|
$btnStdH: 25px;
|
|
|
|
$btnToolbarH: $btnStdH;
|
2015-09-21 14:24:19 -07:00
|
|
|
$btnFrameH: 16px;
|
2015-06-16 14:07:53 -07:00
|
|
|
|
2015-06-26 18:38:33 -07:00
|
|
|
/************************** PATHS */
|
2015-09-03 15:34:39 -07:00
|
|
|
// Paths need to be relative to /platform/commonUI/theme/<theme-name>/css/ directory
|
|
|
|
$dirCommonRes: '../../../../general/res/';
|
|
|
|
$dirImgs: $dirCommonRes + 'images/';
|
2015-06-12 14:17:19 -07:00
|
|
|
|
2015-06-26 18:38:33 -07:00
|
|
|
/************************** TIMINGS */
|
2015-06-24 11:42:29 -07:00
|
|
|
$controlFadeMs: 100ms;
|