forked from Sayi/jmh-visual-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.css
215 lines (182 loc) · 4.08 KB
/
demo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
*{margin: 0;padding: 0;list-style: none;}
/*
KISSY CSS Reset
理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。
特色:1. 适应中文;2. 基于最新主流浏览器。
维护:玉伯<[email protected]>, 正淳<[email protected]>
*/
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
font: 16px/1.5 sans-serif, tahoma, arial, \5b8b\4f53;
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 14px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注:optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/* 清除浮动 */
.ks-clear:after, .clear:after {
content: '\20';
display: block;
height: 0;
clear: both;
}
.ks-clear, .clear {
*zoom: 1;
}
header {
background-color: #333;
height: 138px;
line-height: 68px;
padding: 0 20px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
header h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-weight: 700;
border: 1px solid #ddd;
display: inline-block;
border-radius: 2px;
padding: 0px 4px;
}
.article {
padding: 20px;
max-width: 960px;
margin: 0px auto;
box-shadow: 0px 0px 4px #ccc;
background: #fff;
margin-top: 80px;
}
.article>div:not(#toolbox) {
padding: 10px 10px;
}
.POST, .post, .get, .GET, .put, .PUT,.delete, .DELETE {
color: #fff;
padding: 4px;
border-radius: 2px;
font-size: 8px;
margin: 0 4px;
width: 40px;
display: inline-block;
text-align: center;
}
.POST, .post{
background-color: #0B7CAF;
}
.get, .GET {
background-color: #009688;
}
.put, .PUT {
background-color: #c5862b;
}
.delete, .DELETE {
background-color: #F44336;
}
hr {
color: #dfdfdf;
}
ol>li {
margin: 24px;
}
ol>li>ul {
background-color: #504949;
color: #fff;
padding: 8px 16px;
}
ul.change>li {
margin: 10px 20px;
}
ul {
margin: 10px 0;
}
ul>li {
margin: 10px 0;
}
.comment {
color: #d8fa3c;
margin-left: 16px;
font-size: 14px;
}
.missing>s, .missing>del {
padding: 0 4px;
}
s, del, .missing, del.comment {
color: #F44336;
}
.missing>.comment {
color: #F44336;
}
#upload {
display: inline-block;
position: relative;
font-size: 12px;
color: #1ABC9C;
text-decoration: none;
}
#upload:hover {
cursor:pointer;
}
#toolbox {
height:38px;
border-bottom: 1px solid #ddd;
}
#json_file {
cursor:pointer;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
#switch_hv {
float:right;
font-size: 12px;
color: #333;
text-decoration: none;
cursor:pointer;
}
#main {
width: 760px;
height:480px;
margin:0 auto;
padding-top:24px;
}