Modify nemo-ui(table style changes)
[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(65, 64, 66);*/\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 .header p{\r
28         float: left;\r
29 }\r
30 .header span{\r
31   color:#000 !important;\r
32   text-shadow:0 0 0 #fff;\r
33   text-decoration: underline;\r
34   /*text-decoration-color:green;*/\r
35   /*border-bottom:1px solid green;*/\r
36   font-weight: normal;\r
37   font-size: 18px;\r
38   line-height: 30px;\r
39   display: inline-block;\r
40   margin-left: 20px;\r
41   cursor: pointer;\r
42   font-family:'cursive','-webkit-pictograp',sans-serif,Verdana;\r
43 }\r
44 .group{\r
45     width:1000px;\r
46         /*height: 700px;*/\r
47         margin: 0px auto;\r
48         background: #ccc;\r
49         /*border: 2px solid yellow;*/\r
50 }\r
51 #intent_info{\r
52 \r
53 }\r
54 #intent_topo{\r
55         /*box-sizing:border-box;*/\r
56         width: 900px;\r
57         margin: 10px auto;\r
58         background: #eee;\r
59         padding-left: 45px;\r
60         padding-top: 45px;\r
61         /*border: 1px solid #aaa;*/\r
62 }\r
63 #intent_info #service_svg{\r
64    /*margin: 0px auto;*/\r
65 }\r
66 svg{\r
67         background-color: #fff;\r
68 }\r
69 .down{\r
70         margin-bottom: 10px;\r
71 }\r
72 #nemo_str_show{\r
73         height: 200px !important;\r
74         /*border: 2px solid red;*/\r
75         overflow: scroll !important;\r
76         font-size: 16px;\r
77         /*window*/\r
78         /*line-height: 20px;\r
79         width:900px !important;*/\r
80 \r
81         /*linux*/\r
82         \r
83         width:990px !important;\r
84         line-height: 10px;\r
85         \r
86         font-weight: bold;\r
87 }\r
88 #nemo_str_show p{\r
89         white-space:nowrap;\r
90         /*margin-left: 5px;*/\r
91 }\r
92 #nemo_str_show span.keyWords{\r
93         color:deeppink;\r
94 }\r
95 \r
96 /*jquery ui tab css start*/\r
97 /*tab ui li active font color*/\r
98 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {\r
99   color: #eb8f00 !important;\r
100   text-decoration: none;\r
101 }\r
102 /*tab ui li*/\r
103 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {\r
104   /*border: 1px solid #fbd850;*/\r
105   background: #fff url("../images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;\r
106   font-weight: bold;\r
107   color: #eb8f00;\r
108 }\r
109 .ui-widget-header {\r
110   border: 1px solid #ccc;\r
111   background: #aaa url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;\r
112   background:#aaa;\r
113   color: #fff;\r
114   font-weight: bold;\r
115 }\r
116 .ui-widget-content {\r
117   border: 1px solid #ddd;\r
118   background: #eee url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;\r
119   color: #333;\r
120 }\r
121 .ui-tabs .ui-tabs-nav li {\r
122     background: #fff;\r
123     /*opacity: 0.9;*/\r
124 }\r
125 .ui-tabs .ui-tabs-nav li a{\r
126     color:gray !important;\r
127 }\r
128 li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {\r
129     background: #eee;\r
130 }\r
131 li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a{\r
132    color:#eb8f00 !important;\r
133 }\r
134 /*jquery ui tab css end*/\r
135 div#pageContent {\r
136   /*height: 1000px;*/\r
137 }