Merge "Added two test files"
[nemo.git] / nemo-ui / src / main / resources / nemo / css / nemo_user_main.css
1 *{margin:0;padding: 0;outline:none;}\r
2 body{\r
3         /*width:1200px;*/\r
4         height: 1000px;\r
5         background-color: rgb(57,57,57);\r
6         color: black;\r
7         font-size: 18px;\r
8 }\r
9 div{border-radius: 5px;}\r
10 .header{\r
11         box-sizing:border-box;\r
12         width:1000px;\r
13         height: 50px;\r
14         margin: 5px auto;\r
15         padding-top:10px;\r
16         padding-left:20px; \r
17         /*margin-top: 5px;*/\r
18         font-family: verdana,Geneva,Arial,sans-serif;\r
19         text-shadow:3px 3px 1px #aaa;\r
20         font-size: 20px;\r
21     background: #eee;\r
22     /*background:-webkit-gradient(linear, 0% 20%, 100% 100%, from(#eee), to(#aaa));*/\r
23     /*background:-webkit-gradient(linear, 45% 20%, 0% 100%, from(#aaa), to(#eee));*/\r
24     /*background:-moz-linear-gradient(left,#eee, #aaa);*/\r
25     /*background:-webkit-gradient(linear, 20% 0%, 100% 0%, color-stop(0.3,#aaa),color-stop(0.5,#bbb),color-stop(1,#444444));*/\r
26 }\r
27 .group{\r
28     width:1000px;\r
29         height: 700px;\r
30         margin: 0px auto;\r
31         background: #ccc;\r
32         /*border: 2px solid yellow;*/\r
33 }\r
34 #intent_info{\r
35 \r
36 }\r
37 #intent_topo{\r
38         /*box-sizing:border-box;*/\r
39         width: 900px;\r
40         margin: 10px auto;\r
41         background: #eee;\r
42         padding-left: 45px;\r
43         padding-top: 45px;\r
44         /*border: 1px solid #aaa;*/\r
45 }\r
46 #intent_info #service_svg{\r
47    /*margin: 0px auto;*/\r
48 }\r
49 svg{\r
50         background-color: #fff;\r
51 }\r
52 .down{\r
53         margin-bottom: 10px;\r
54 }\r
55 #nemo_str_show{\r
56         height: 200px !important;\r
57         /*border: 2px solid red;*/\r
58         overflow: scroll !important;\r
59         font-size: 16px;\r
60         /*window*/\r
61         /*line-height: 20px;\r
62         width:900px !important;*/\r
63 \r
64         /*linux*/\r
65         \r
66         width:990px !important;\r
67         line-height: 10px;\r
68         \r
69         font-weight: bold;\r
70 }\r
71 #nemo_str_show p{\r
72         white-space:nowrap;\r
73         /*margin-left: 5px;*/\r
74 }\r
75 #nemo_str_show span.keyWords{\r
76         color:red;\r
77 }\r
78 \r
79 /*jquery ui tab css start*/\r
80 /*tab ui li active font color*/\r
81 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {\r
82   color: #eb8f00 !important;\r
83   text-decoration: none;\r
84 }\r
85 /*tab ui li*/\r
86 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {\r
87   /*border: 1px solid #fbd850;*/\r
88   background: #fff url("../images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;\r
89   font-weight: bold;\r
90   color: #eb8f00;\r
91 }\r
92 .ui-widget-header {\r
93   border: 1px solid #ccc;\r
94   background: #ccc url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;\r
95   color: #fff;\r
96   font-weight: bold;\r
97 }\r
98 .ui-widget-content {\r
99   border: 1px solid #ddd;\r
100   background: #eee url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;\r
101   color: #333;\r
102 }\r
103 .ui-tabs .ui-tabs-nav li {\r
104     background: #fff;\r
105     /*opacity: 0.9;*/\r
106 }\r
107 .ui-tabs .ui-tabs-nav li a{\r
108     color:gray !important;\r
109 }\r
110 li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {\r
111     background: #eee;\r
112 }\r
113 li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a{\r
114    color:#eb8f00 !important;\r
115 }\r
116 /*jquery ui tab css end*/\r
117 div#pageContent {\r
118   height: 1000px;\r
119 }