CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / css / main_page.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 html, body {\r
17         margin: 0;\r
18         padding: 0;\r
19 }\r
20 \r
21 .layout {\r
22         padding-top:0px;\r
23 }\r
24 \r
25 body {\r
26         font-family: microsoft yahei !important;\r
27         background: #484747;\r
28 }\r
29 \r
30 .main-page-wrapper {\r
31         margin-left: 100px;\r
32         margin-right: 100px;\r
33 }\r
34 \r
35 .brick .row {\r
36         margin-right: 5px;\r
37         margin-left: 5px;\r
38         margin-top: 10px;\r
39 }\r
40 \r
41 .column{\r
42         padding-left: 5px;\r
43         padding-right: 5px;\r
44 }\r
45 \r
46 a:hover{\r
47         color:white;\r
48 }\r