Add swagger UI
[vfc/nfvo/wfengine.git] / wfenginemgrservice / src / main / resources / api-doc / css / reset.css
1 /**\r
2  * Copyright 2016 ZTE Corporation.\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 /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */\r
17 html,\r
18 body,\r
19 div,\r
20 span,\r
21 applet,\r
22 object,\r
23 iframe,\r
24 h1,\r
25 h2,\r
26 h3,\r
27 h4,\r
28 h5,\r
29 h6,\r
30 p,\r
31 blockquote,\r
32 pre,\r
33 a,\r
34 abbr,\r
35 acronym,\r
36 address,\r
37 big,\r
38 cite,\r
39 code,\r
40 del,\r
41 dfn,\r
42 em,\r
43 img,\r
44 ins,\r
45 kbd,\r
46 q,\r
47 s,\r
48 samp,\r
49 small,\r
50 strike,\r
51 strong,\r
52 sub,\r
53 sup,\r
54 tt,\r
55 var,\r
56 b,\r
57 u,\r
58 i,\r
59 center,\r
60 dl,\r
61 dt,\r
62 dd,\r
63 ol,\r
64 ul,\r
65 li,\r
66 fieldset,\r
67 form,\r
68 label,\r
69 legend,\r
70 table,\r
71 caption,\r
72 tbody,\r
73 tfoot,\r
74 thead,\r
75 tr,\r
76 th,\r
77 td,\r
78 article,\r
79 aside,\r
80 canvas,\r
81 details,\r
82 embed,\r
83 figure,\r
84 figcaption,\r
85 footer,\r
86 header,\r
87 hgroup,\r
88 menu,\r
89 nav,\r
90 output,\r
91 ruby,\r
92 section,\r
93 summary,\r
94 time,\r
95 mark,\r
96 audio,\r
97 video {\r
98   margin: 0;\r
99   padding: 0;\r
100   border: 0;\r
101   font-size: 100%;\r
102   font: inherit;\r
103   vertical-align: baseline;\r
104 }\r
105 /* HTML5 display-role reset for older browsers */\r
106 article,\r
107 aside,\r
108 details,\r
109 figcaption,\r
110 figure,\r
111 footer,\r
112 header,\r
113 hgroup,\r
114 menu,\r
115 nav,\r
116 section {\r
117   display: block;\r
118 }\r
119 body {\r
120   line-height: 1;\r
121 }\r
122 ol,\r
123 ul {\r
124   list-style: none;\r
125 }\r
126 blockquote,\r
127 q {\r
128   quotes: none;\r
129 }\r
130 blockquote:before,\r
131 blockquote:after,\r
132 q:before,\r
133 q:after {\r
134   content: '';\r
135   content: none;\r
136 }\r
137 table {\r
138   border-collapse: collapse;\r
139   border-spacing: 0;\r
140 }\r