CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-performance / src / main / webapp / performance / css / performanceChart.css
1 /**\r
2  * Copyright 2016-2017, CMCC Technologies Co., Ltd.\r
3  *\r
4  * Licensed under the Apache License, Version 2.0 (the "License");\r
5  * you may not use this file except in compliance with the License.\r
6  * You may obtain a copy of the License at\r
7  *\r
8  *         http://www.apache.org/licenses/LICENSE-2.0\r
9  *\r
10  * Unless required by applicable law or agreed to in writing, software\r
11  * distributed under the License is distributed on an "AS IS" BASIS,\r
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  * See the License for the specific language governing permissions and\r
14  * limitations under the License.\r
15  */\r
16 .reveal-modal-bg {\r
17     position: fixed;\r
18     height: 100%;\r
19     width: 100%;\r
20     background: #000;\r
21     background: rgba(0,0,0,.8);\r
22     z-index: 100;\r
23     display: none;\r
24     top: 0;\r
25     left: 0;\r
26 }\r
27 \r
28 .reveal-modal {\r
29     visibility: hidden;\r
30     top: 100px;\r
31     left: 200px;\r
32     width: 1200px;\r
33     background: #eee url(modal-gloss.png) no-repeat -200px -80px;\r
34     position: fixed;\r
35     z-index: 101;\r
36     padding: 30px 40px 34px;\r
37     -moz-border-radius: 5px;\r
38     -webkit-border-radius: 5px;\r
39     border-radius: 5px;\r
40     -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);\r
41     -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);\r
42     -box-shadow: 0 0 10px rgba(0,0,0,.4);\r
43 }\r
44 \r
45 .reveal-modal.small {width: 200px; margin-left: -140px;}\r
46 .reveal-modal.medium {width: 400px; margin-left: -240px;}\r
47 .reveal-modal.large {width: 600px; margin-left: -340px;}\r
48 .reveal-modal.xlarge {width: 800px; margin-left: -440px;}\r
49 \r
50 .reveal-modal .close-reveal-modal {\r
51     font-size: 22px;\r
52     line-height: .5;\r
53     position: absolute;\r
54     top: 8px;\r
55     right: 11px;\r
56     color: #aaa;\r
57     text-shadow: 0 -1px 1px rbga(0,0,0,.6);\r
58     font-weight: bold;\r
59     cursor: pointer;\r
60 }\r