summaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css409
1 files changed, 0 insertions, 409 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css b/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css
deleted file mode 100644
index 7c641f48..00000000
--- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/css/UUImain.css
+++ /dev/null
@@ -1,409 +0,0 @@
-/*
- Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
-
- 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.
-*/
-
-
-/*
- 1. CSS Imports
- 2. General Styles
- 3. Sidebar
- 4. Preferences form
- 5. alarm.html
- 6. Bootstrap overrides
---------------------------------------- */
-
-
-/* 1. CSS Imports
---------------------------------------- */
-
-@import url(font-awesome.min.css);
-@import url(bootstrap.min.css);
-
-/* 2. General Styles
---------------------------------------- */
-
-* {
- font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
-}
-
-body {
- background-color: #F2F2F2;
-}
-
-h1 {
- font-size: 24px;
-}
-
-.btn a {
- color: white;
- text-decoration: none;
-}
-
-.logo {
- display: inline-block;
-}
-
-.logo h1 {
- font-size: 22px;
- color: black;
- margin: 10px 15px;
-}
-
-.templatemo-content-wrapper {
- float: left;
- width: 100%;
- background-color: #fff;
-}
-
-.templatemo-content {
- margin-left: 235px;
- margin-top: 0px;
- min-height: 800px;
- padding: 25px 38px 42px 20px;
- background-color: #F2F2F2;
- overflow-x: hidden;
-}
-
-.templatemo-footer {
- clear: both;
- font-size: 13px;
- padding: 8px 0 5px 0;
- text-align: center;
- color: #ccc;
- background-color: #333;
-}
-
-.margin-bottom-15 {
- margin-bottom: 15px;
-}
-
-.margin-bottom-30 {
- margin-bottom: 30px;
-}
-
-
-/* 3. Sidebar
-------------------------------------------------------*/
-
-#templatemo_search_box {
- width: 200px;
- display: inline-block;
-}
-
-.navbar {
- margin-bottom: 0;
- border-radius: 0;
- background-color: #8DC8FB;
-}
-
-.navbar-header {
- color: rgb(127, 127, 127);
-}
-
-.templatemo-sidebar {
- padding: 0;
- margin-top: 20px;
-}
-
-.templatemo-sidebar .templatemo-sidebar-menu {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-
-.templatemo-sidebar .templatemo-sidebar-menu>li {
- display: block;
- margin: 0;
- padding: 0;
- border: 0px;
-}
-
-.templatemo-sidebar .templatemo-sidebar-menu>li>a {
- display: block;
- position: relative;
- margin: 0;
- border: 0px;
- padding: 20px 17px;
- text-decoration: none;
- font-size: 14px;
- font-weight: 300;
-}
-
-.templatemo-sidebar-menu a {
- color: black;
-}
-
-.templatemo-sidebar-menu a:hover {
- text-decoration: none;
-}
-
-.templatemo-sidebar-menu li.sub .templatemo-submenu {
- display: none;
-}
-
-.templatemo-sidebar-menu li.sub.open .templatemo-submenu {
- display: block;
-}
-
-.templatemo-submenu {
- padding-left: 0;
-}
-
-.templatemo-submenu li {
- list-style: none;
- background-color: #fff;
-}
-
-.templatemo-submenu li a {
- display: block;
- padding: 20px 15px;
- margin: 0;
-}
-
-.templatemo-sidebar-menu>li.sub.open>a {
- background-color: rgba(145, 145, 145, 0.3);
-}
-
-.templatemo-sidebar .templatemo-sidebar-menu>li.active,
-.templatemo-sidebar .templatemo-sidebar-menu>li>a:hover {
- background-color: #F2F2F2;
-}
-
-.templatemo-submenu li>a:hover {
- background-color: rgb(228, 228, 228);
-}
-
-.templatemo-sidebar .templatemo-sidebar-menu>li>a>i {
- font-size: 16px;
- top: 2px;
- margin-top: 1px;
- margin-left: 1px;
- margin-right: 4px;
- display: inline-block;
- width: 1.25em;
- text-align: center;
-}
-
-
-/* 4. Charts
---------------------------------------------*/
-
-.templatemo-chart-box {
- display: inline-block;
- text-align: center;
- padding: 20px 30px 30px 0;
-}
-
-
-/* 5. Preferences Form
-------------------------------------------*/
-
-#templatemo-preferences-form {
- max-width: 960px;
- margin-bottom: 30px;
-}
-
-
-/* 6. Sign in Form
---------------------------------------------*/
-
-.templatemo-signin-form {
- padding-top: 50px;
- max-width: 600px;
- margin: 0 auto;
-}
-
-.form-horizontal .form-group {
- margin-right: 0;
- margin-left: 0;
-}
-
-
-/* 7. tables.html
-------------------------------------------*/
-
-#templatemo_sort_btn {
- margin-bottom: 20px;
-}
-
-
-/* 8. Bootstrap overrides
-----------------------------------------------*/
-
-.nav-pills>li>a,
-.nav-tabs>li>a,
-.alert,
-.progress,
-.panel,
-.btn,
-.panel-group .panel,
-.form-control,
-.modal-content,
-.breadcrumb {
- border-radius: 0;
-}
-
-.list-group-item:first-child,
-.panel-heading {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-
-.list-group-item:last-child {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.form-control-feedback {
- right: 15px;
-}
-
-
-/* 9. Maps
-------------------------------------------------------*/
-
-.col-md-3>.form-group {
- position: relative
-}
-
-.col-md-3>.form-group>span {
- position: absolute;
- left: 140px;
- top: 0px;
-}
-
-
-/* 10. Media Queries
-------------------------------------------------------*/
-
-@media screen and (min-width: 992px) {
- .templatemo-sidebar {
- width: 235px;
- float: left;
- position: relative;
- margin-right: -100%;
- }
-}
-
-@media screen and (max-width: 991px) {
- .navbar-form {
- padding: 0;
- margin-left: 0;
- }
- .navbar-header {
- float: none;
- }
- .navbar-toggle {
- display: block;
- }
- .templatemo-sidebar {
- border-top: 0 !important;
- margin: 20px;
- }
- .templatemo-sidebar.navbar-collapse.collapse {
- display: none !important;
- }
- .templatemo-sidebar.navbar-collapse.in {
- border-top: 0 !important;
- margin: 20px;
- position: relative;
- overflow: hidden !important;
- overflow-y: auto !important;
- display: block !important;
- }
- .templatemo-content-wrapper {
- float: none;
- }
- .templatemo-content {
- margin: 0;
- }
-}
-
-@media screen and (max-width: 767px) {
- .templatemo-chart-box {
- padding-right: 0;
- }
-}
-
-#navbar {
- position: relative;
- min-height: 50px;
- border: 1px solid transparent;
- background-color: #CCCCCC;
-}
-
-.btn {
- border-radius: 10px;
-}
-
-div .ui-grid-header-cell {
- background-color: #666666;
-}
-
-.ui-grid-header-cell-label {
- color: #ffffff;
-}
-
-.ui-grid-filter-container {
- color: #000;
-}
-
-
-/*input
-----------------------------------------------*/
-
-.list {
- list-style: none;
-}
-
-.list>li {
- margin: 0;
- padding: 0;
- display: inline-block;
- padding-right: 2%;
- padding-top: 20px;
-}
-
-.more {
- text-align: center;
- border: 1px solid #ddd;
- border-top: none;
-}
-
-.table {
- margin-top: 20px;
- table-layout: fixed;
- border: 1px solid silver;
-}
-
-.panel-success {
- height: 300px;
-}
-
-.table thead th {
- border: 1px solid silver;
-}
-
-.table tbody td {
- border: 1px solid silver;
-}
-
-.table tbody td.serviceJump {
- cursor: pointer;
-}
-.table tbody td.serviceJump:hover {
- background-color: gainsboro;
- text-decoration: underline ;
-}