From 6f01a8756fe38c0d6565c369005142adda4b9b57 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Thu, 26 Jan 2017 16:19:00 +0800 Subject: rebuild GUI structure(only changed modules' name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” --- .../src/main/webapp/common/css/themes/brown.css | 376 --------------------- 1 file changed, 376 deletions(-) delete mode 100644 portal-common/src/main/webapp/common/css/themes/brown.css (limited to 'portal-common/src/main/webapp/common/css/themes/brown.css') diff --git a/portal-common/src/main/webapp/common/css/themes/brown.css b/portal-common/src/main/webapp/common/css/themes/brown.css deleted file mode 100644 index afbe0365..00000000 --- a/portal-common/src/main/webapp/common/css/themes/brown.css +++ /dev/null @@ -1,376 +0,0 @@ -/** - * Copyright 2016-2017, CMCC Technologies Co., Ltd. - * - * 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. - */ -/*** -Brown theme -***/ -/*** -Reset and overrides -***/ -body { - background-color: #623f18 !important; -} -/*** -Page header -***/ -.header { - filter: none !important; - background-image: none !important; - background-color: #35220d !important; -} -.header .btn-navbar { - background-color: #35220d !important; -} -.header .navbar-nav .dropdown-toggle:hover, -.header .navbar-nav .dropdown.open .dropdown-toggle { - background-color: #5a3a16 !important; -} -.header .navbar-nav li.dropdown .dropdown-toggle i { - color: #d18d42 !important; -} -.btn-group .btn.blue.dropdown-toggle{ -background-color: #8d6a43 !important; -} -.page-content .page-breadcrumb.breadcrumb{ -background-color:#F5F5F5 !important; -} -/*** -Header Search -***/ -.header .search-form { - background-color: #241709; -} - -.header .search-form .form-control{ - color: #ccc; - border: 0; - background-color: #241709; -} - -.header .search-form .submit { - background: url(../../image/search-icon-brown.png); -} -/*** -Hor menu -***/ -.header .hor-menu ul.nav li a { - color: #ccc; -} - -.header .hor-menu ul.nav li.open > a, -.header .hor-menu ul.nav li > a:hover, -.header .hor-menu ul.nav li > a:focus { - color: #fff; - background: #5a3a16; -} - -.header .hor-menu .dropdown-menu li:hover > a, -.header .hor-menu ul.nav li.active > a, -.header .hor-menu ul.nav li.active > a:hover { - color: #fff; - background: #e02222 !important; -} - -.header .hor-menu ul.nav li.current > a, -.header .hor-menu ul.nav li.current > a:hover { - color: #fff; - background: #e02222 !important; -} - - -.header .hor-menu .dropdown-menu { - background: #5a3a16; -} -.header .hor-menu .dropdown-menu li > a { - color: #ccc; -} - -.header .hor-menu .hor-menu-search-form-toggler.off { - background: #5a3a16 url(../../image/hor-menu-search-close-white.png) no-repeat center; -} - -.header .hor-menu .search-form { - background:#5a3a16; -} - -.header .hor-menu .search-form form input { - color: #ccc; -} - -.header .hor-menu .search-form .btn { - color: #ccc; - background: url(../../image/search-icon-white.png) no-repeat center; -} - -.header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ - color: #ccc; -} -.header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ - color: #ccc; -} -.header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */ - color: #ccc; -} -.header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */ - color: #ccc; -} - -/*** -Mega Menu -***/ -.mega-menu .mega-menu-submenu { - border-right: 1px solid #6B451B; -} - -.mega-menu .mega-menu-submenu li h3 { - color: #fff; -} - -/*** -Page sidebar -***/ -.page-sidebar { - background-color: #623f18; -} -ul.page-sidebar-menu > li > a { - border-top: 1px solid #935f24 !important; - color: #ffffff !important; -} -ul.page-sidebar-menu > li:last-child > a { - border-bottom: 1px solid transparent !important; -} -ul.page-sidebar-menu > li a i { - color: #9a6d3a; -} -ul.page-sidebar-menu > li.open > a, -ul.page-sidebar-menu > li > a:hover, -ul.page-sidebar-menu > li:hover > a { - background: #4e3112; -} -ul.page-sidebar-menu > li.active > a { - background: #4e3112 !important; - border-top-color: transparent !important; - color: #ffffff; -} -ul.page-sidebar-menu > li.active > a i { - color: #ffffff; -} -ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a { - border-top: 0px !important; -} -ul.page-sidebar-menu > li > ul.sub-menu > li.active > a, -ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover { - color: #ffffff !important; - background: #8b5922 !important; -} -ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover { - background: #8b5922 !important; -} -/* 3rd level sub menu */ -ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a, -ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover, -ul.page-sidebar-menu > li > ul.sub-menu li.open > a { - color: #ffffff !important; - background: #8b5922 !important; -} -/* font color for all sub menu links*/ -ul.page-sidebar-menu li > ul.sub-menu > li > a { - color: #e5bf94; -} -/* menu arrows */ -ul.page-sidebar-menu > li > a .arrow:before, -ul.page-sidebar-menu > li > a .arrow.open:before { - color: #c88131 !important; -} -ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before, -ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before { - color: #b4742c !important; -} -ul.page-sidebar-menu > li > a > .arrow.open:before { - color: #d18d42 !important; -} -ul.page-sidebar-menu > li.active > a .arrow:before, -ul.page-sidebar-menu > li.active > a .arrow.open:before { - color: #ffffff !important; -} -/* sidebar search */ -.page-sidebar .sidebar-search input { - background-color: #39250e !important; - color: #b18d65; -} -.page-sidebar .sidebar-search input::-webkit-input-placeholder { - color: #b18d65 !important; -} -.page-sidebar .sidebar-search input:-moz-placeholder { - color: #b18d65 !important; -} -.page-sidebar .sidebar-search input:-ms-input-placeholder { - color: #b18d65 !important; -} -.page-sidebar .sidebar-search input { - background-color: #623f18 !important; - color: #b18d65 !important; -} -.page-sidebar .sidebar-search .input-box { - border-bottom: 1px solid #845f36 !important; -} -.page-sidebar .sidebar-search .submit { - background-image: url(../../image/search-icon-brown.png); -} -/*** -Sidebar toggler -***/ -.sidebar-toggler { - background-image: url(../../image/sidebar-toggler-brown.jpg); - background-color: #39250e; -} -/* search box bg color on expanded */ -.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container { - background-color: #623f18 !important; -} -.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../image/sidebar-search-close-brown.png"); -} -/* sub menu bg color on hover menu item */ -.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { - background-color: #623f18; -} -/*** -Footer -***/ -.footer .footer-inner { - color: #999999; -} -.footer .footer-tools .go-top { - background-color: #7f511f; -} -.footer .footer-tools .go-top:hover { - opacity: 0.7; - filter: alpha(opacity=70); -} -.footer .footer-tools .go-top i { - color: #d18d42; -} -/*** -Footer Layouts (new in v1.3) -***/ -/* begin:fixed footer */ -.page-footer-fixed .footer { - background-color: #39250e; -} -.page-footer-fixed .footer .footer-inner { - color: #999999; -} -.page-footer-fixed .footer .footer-tools .go-top { - background-color: #7f511f; -} -.page-footer-fixed .footer .footer-tools .go-top i { - color: #d18d42; -} -/* end:fixed footer */ -/*** -Gritter Notifications -***/ -.gritter-top { - background: url(../../thirdparty/gritter/images/gritter-brown.png) no-repeat left -30px !important; -} -.gritter-bottom { - background: url(../../thirdparty/gritter/images/gritter-brown.png) no-repeat left bottom !important; -} -.gritter-item { - display: block; - background: url(../../thirdparty/gritter/images/gritter-brown.png) no-repeat left -40px !important; -} -.gritter-close { - background: url(../../thirdparty/gritter/images/gritter-brown.png) no-repeat left top !important; -} -.gritter-title { - text-shadow: none !important; - /* Not supported by IE :( */ - -} -/* for the light (white) version of the gritter notice */ -.gritter-light .gritter-item, -.gritter-light .gritter-bottom, -.gritter-light .gritter-top, -.gritter-light .gritter-close { - background-image: url(../../thirdparty/gritter/images/gritter-light.png) !important; -} -.gritter-item-wrapper a { - color: #b18d65; -} -.gritter-item-wrapper a:hover { - color: #755a3b; -} -/* begin: boxed page */ -@media (min-width: 992px) { - .page-boxed { - background-color: #492f12 !important; - } - .page-boxed .page-container { - background-color: #623f18; - border-left: 1px solid #976125; - border-bottom: 1px solid #976125; - } - .page-boxed.page-sidebar-reversed .page-container { - border-left: 0; - border-right: 1px solid #976125; - } - .page-boxed.page-sidebar-fixed .page-container { - border-left: 0; - border-bottom: 0; - } - .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container { - border-left: 0; - border-right: 0; - border-bottom: 0; - } - .page-boxed.page-sidebar-fixed .page-sidebar { - border-left: 1px solid #976125; - } - .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar { - border-right: 1px solid #976125; - border-left: 0; - } - .page-boxed.page-sidebar-fixed.page-footer-fixed .footer { - background-color: #492f12 !important; - } -} -/* end: boxed page */ -/*** -Landscape phone to portrait tablet -***/ -@media (max-width: 991px) { - /*** - page sidebar - ***/ - .page-sidebar { - background-color: #412a10 !important; - } - ul.page-sidebar-menu > li > a { - border-top: 1px solid #764c1d !important; - } - ul.page-sidebar-menu > li:last-child > a { - border-bottom: 0 !important; - } - .page-sidebar .sidebar-search input { - background-color: #412a10 !important; - } - ul.page-sidebar-menu > li.open > a, - ul.page-sidebar-menu > li > a:hover, - ul.page-sidebar-menu > li:hover > a { - background: #311f0c; - } -} -- cgit 1.2.3-korg