mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
0842f464db
Makes highlight go all the way to right. Also makes the arrow be absolute on the right side, making it aligned to right.
348 lines
17 KiB
CSS
348 lines
17 KiB
CSS
/*****************************************************************************
|
|
* 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.
|
|
*****************************************************************************/
|
|
/*****************************************************************************
|
|
* 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.
|
|
*****************************************************************************/
|
|
/************************** FEATURES */
|
|
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
|
|
/************************** COLORS AND SHADING */
|
|
/************************** RATIOS */
|
|
/************************** LAYOUT */
|
|
/************************** CONTROLS */
|
|
/************************** PATHS */
|
|
/************************** TIMINGS */
|
|
/*****************************************************************************
|
|
* 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.
|
|
*****************************************************************************/
|
|
/************************** WINDOW DIMENSIONS FOR RWD */
|
|
/************************** MEDIA QUERIES: WINDOW CHECKS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
|
|
/************************** MEDIA QUERIES: WINDOWS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
|
|
/************************** DEVICE PARAMETERS FOR MENUS/REPRESENTATIONS */
|
|
/*****************************************************************************
|
|
* 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.
|
|
*****************************************************************************/
|
|
/*
|
|
@mixin invokeMenu($baseColor: $colorBodyFg) {
|
|
$c: $baseColor;
|
|
color: $c;
|
|
&:hover {
|
|
color: lighten($c, $ltGamma);
|
|
}
|
|
}
|
|
*/
|
|
/*****************************************************************************
|
|
* 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.
|
|
*****************************************************************************/
|
|
/*****************************************************************************
|
|
* 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.
|
|
*****************************************************************************/
|
|
/* line 22, ../sass/tree/_tree.scss */
|
|
ul.tree {
|
|
margin: 0;
|
|
padding: 0; }
|
|
/* line 267, ../sass/_mixins.scss */
|
|
ul.tree li {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0; }
|
|
/* line 24, ../sass/tree/_tree.scss */
|
|
ul.tree li {
|
|
display: block;
|
|
position: relative; }
|
|
/* line 27, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item {
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
-moz-transition: background-color 0.25s;
|
|
-o-transition: background-color 0.25s;
|
|
-webkit-transition: background-color 0.25s;
|
|
transition: background-color 0.25s;
|
|
display: block;
|
|
font-size: 0.80em;
|
|
height: 1.4rem;
|
|
line-height: 1.4rem;
|
|
margin-bottom: 3px;
|
|
position: relative; }
|
|
/* line 38, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .view-control {
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
font-size: 0.75em;
|
|
width: 10px; }
|
|
/* line 44, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .view-control:hover {
|
|
color: #ffc700; }
|
|
/* line 49, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .label {
|
|
display: block;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
width: auto;
|
|
height: auto;
|
|
left: 20px; }
|
|
/* line 55, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .label .type-icon {
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
width: auto;
|
|
height: auto;
|
|
text-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px;
|
|
color: #0099cc; }
|
|
/* line 59, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .label .type-icon .alert {
|
|
text-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
|
|
background: #333;
|
|
color: #ff3c00;
|
|
font-size: 0.7em;
|
|
margin-top: -3px;
|
|
top: 0;
|
|
right: auto;
|
|
bottom: auto;
|
|
left: 9px;
|
|
height: auto;
|
|
width: auto;
|
|
position: absolute;
|
|
z-index: 2; }
|
|
/* line 75, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .label .title-label {
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
width: auto;
|
|
height: auto;
|
|
display: block;
|
|
left: 20px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap; }
|
|
/* line 87, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item.loading {
|
|
pointer-events: none; }
|
|
/* line 89, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item.loading .label {
|
|
opacity: 0.5; }
|
|
/* line 91, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item.loading .label .title-label {
|
|
font-style: italic; }
|
|
/* line 95, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item.loading .wait-spinner {
|
|
margin-left: 14px; }
|
|
/* line 100, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item.selected {
|
|
background: #005177;
|
|
color: #fff; }
|
|
/* line 104, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item.selected .view-control {
|
|
color: #0099cc; }
|
|
/* line 107, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item.selected .label .type-icon {
|
|
color: #fff; }
|
|
/* line 113, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item:not(.selected):hover {
|
|
background: #404040;
|
|
color: #cccccc; }
|
|
/* line 116, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item:not(.selected):hover .context-trigger {
|
|
display: block; }
|
|
/* line 119, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item:not(.selected):hover .icon {
|
|
color: #33ccff; }
|
|
/* line 125, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item:not(.loading) {
|
|
cursor: pointer; }
|
|
/* line 129, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .context-trigger {
|
|
top: -1px;
|
|
position: absolute;
|
|
right: 3px; }
|
|
/* line 135, ../sass/tree/_tree.scss */
|
|
ul.tree li span.tree-item .context-trigger .invoke-menu {
|
|
font-size: 0.75em;
|
|
height: 0.9rem;
|
|
line-height: 0.9rem; }
|
|
/* line 144, ../sass/tree/_tree.scss */
|
|
ul.tree ul.tree {
|
|
margin-left: 15px; }
|
|
|
|
/*****************************************************************************
|
|
* 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.
|
|
*****************************************************************************/
|
|
@media screen and (orientation: portrait) and (max-width: 514px) and (max-height: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 1024px) and (max-device-height: 799px), screen and (orientation: portrait) and (min-width: 515px) and (max-width: 799px) and (min-height: 741px) and (max-height: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 1024px) and (max-device-height: 799px) {
|
|
/* line 22, ../sass/mobile/_tree.scss */
|
|
.test-tree-words {
|
|
margin-bottom: 4px;
|
|
margin-bottom: 4px;
|
|
width: 100%;
|
|
text-overflow: ellipsis; } }
|
|
|
|
@media screen and (orientation: portrait) and (max-width: 514px) and (max-height: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 1024px) and (max-device-height: 799px), screen and (orientation: portrait) and (min-width: 515px) and (max-width: 799px) and (min-height: 741px) and (max-height: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 1024px) and (max-device-height: 799px) {
|
|
/* line 31, ../sass/mobile/_tree.scss */
|
|
ul.tree {
|
|
margin: 0;
|
|
padding: 0; }
|
|
/* line 267, ../sass/_mixins.scss */
|
|
ul.tree li {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0; }
|
|
/* line 40, ../sass/mobile/_tree.scss */
|
|
ul.tree li span.tree-item .label {
|
|
left: 3px; }
|
|
/* line 44, ../sass/mobile/_tree.scss */
|
|
ul.tree li span.tree-item .label .type-icon .alert {
|
|
right: auto;
|
|
left: 9px; }
|
|
/* line 49, ../sass/mobile/_tree.scss */
|
|
ul.tree li span.tree-item .label .title-label {
|
|
left: 20px; }
|
|
/* line 54, ../sass/mobile/_tree.scss */
|
|
ul.tree li span.tree-item .context-trigger {
|
|
right: 3px; }
|
|
/* line 58, ../sass/mobile/_tree.scss */
|
|
ul.tree li span.tree-item .view-control {
|
|
position: absolute;
|
|
right: 5px;
|
|
font-size: 1.5em; }
|
|
/* line 67, ../sass/mobile/_tree.scss */
|
|
ul.tree ul.tree {
|
|
margin-left: 3px; } }
|