-
Notifications
You must be signed in to change notification settings - Fork 0
/
boilerplate.css
304 lines (214 loc) · 9.86 KB
/
boilerplate.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
@charset "utf-8";
/*
/*
* HTML5 ✰ 样板
*
* 以下是诸多跨浏览器样式研究的结果。
* 内嵌致谢,非常感谢 Nicolas Gallagher、Jonathan Neal、
* Kroc Camen, 和 H5BP 开发团队和小组。
*
* 有关此 CSS 的详细信息: h5bp.com/css
*
* Dreamweaver 修改:
* 1. 高亮标记出选定部分
* 2. 删除媒体查询部分(我们在单独的文件中添加了自己的媒体查询部分)
*
* ==|== 规范化 ==========================================================
*/
/* =============================================================================
HTML5 显示定义
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* =============================================================================
基础
========================================================================== */
/*
* 1. 纠正正文字体大小使用 em 单位设置时,IE6/7 中的文本异常调整大小的问题
* 2. 强制在非 IE 中使用垂直滚动条
* 3. 防止在设备方向更改时调整 iOS 文本大小,而不需要禁用用户缩放: h5bp.com/g
*/
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/*
* 删除选定高亮部分的文本阴影: h5bp.com/i
* 这些选定内容声明必须有所区别
* 此外: 暗粉色!(或自定义背景颜色以符合您的设计)
*/
/* Dreamweaver: 如果您想要自定义选定高亮部分,请取消这些注释
*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
*::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
/* =============================================================================
链接
========================================================================== */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
/* 改善在所有浏览器中获取焦点和悬停时的可读性: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* =============================================================================
排版规则
========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong {
font-weight: bold;
text-align: left;
}
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* 重新声明固定宽度字体系列: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* 改善所有浏览器中预先格式化的文本的可读性 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* 放置上标和下标内容,而不影响行高: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
列表
========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
嵌入内容
========================================================================== */
/*
* 1. 改善在 IE7 中缩放时的图像质量: h5bp.com/d
* 2. 删除图像容器上的图像与边框之间的间隙: h5bp.com/e
*/
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: top;
}
/*
* 纠正 IE9 中未隐藏的溢出
*/
svg:not(:root) { overflow: hidden; }
/* =============================================================================
图
========================================================================== */
figure { margin: 0; }
/* =============================================================================
表单
========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* 指示“label”会将焦点移至相关联的表单元素 */
label { cursor: pointer; }
/*
* 1. 纠正 IE6/7/8/9 中非继承的颜色
* 2. 纠正 IE6/7 中显示异常的对齐
*/
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
* 1. 纠正所有浏览器中非继承的字体大小
* 2. 删除 FF3/4 S5 Chrome 中的边距
* 3. 定义在所有浏览器中一致地垂直对齐显示
*/
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
* 1. 将行高定义为正常,以匹配 FF3/4(使用 UA 样式表中的 !important 设置)
* 2. 纠正 IE6/7 中显示异常的内边距
*/
button, input { line-height: normal; *overflow: visible; }
/*
* 在“table”中重新加入内边距,以避免 IE6/7 中的交迭和空白问题
*/
table button, table input { *overflow: auto; }
/*
* 1. 显示手形光标,表示可以点击的表单元素
* 2. 允许 iOS 中可点击的表单元素的样式
*/
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
* 一致的框大小和外观
*/
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/*
* 删除 FF3/4 中的内边距和边框: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
* 1. 删除 IE6/7/8/9 中的默认垂直滚动条
* 2. 仅允许垂直调整大小
*/
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* 用于表单验证的颜色 */
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
表格
========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td {
vertical-align: top;
color: #000;
font-size: 14px;
font-family: "宋体";
}
/* ==|== 主要样式 =====================================================
作者:
========================================================================== */
/* ==|== 非语义的 helper 类 ========================================
请在进入此部分之前定义您的样式。
========================================================================== */
/* 用于图像替换 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* 同时在屏幕读取器和浏览器中隐藏: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* 仅可视隐藏,但在屏幕读取器中可用: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* 扩展 .visuallyhidden 类以允许元素可在通过键盘浏览时成为焦点: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* 可视隐藏且在屏幕读取器中隐藏,但保留布局 */
.invisible { visibility: hidden; }
/* 包含浮动: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ==|== 打印样式 =======================================================
打印样式。
已内嵌以避免必要的 HTTP 连接: h5bp.com/r
========================================================================== */
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* 黑白打印速度更快: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* 不显示图像链接或 javascript/内部链接 */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 {
orphans: 3;
widows: 3;
text-align: left;
}
h2, h3 { page-break-after: avoid; }
}
banquan {
color: #FFF;
}
.gridContainer.clearfix #LayoutDiv1 table tr td p {
font-size: 14px;
padding: 2px;
text-align: left;
}