/*
html5doctor.com Reset Stylesheet
*/ * {
padding:;
margin:;
list-style: none;
} html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin:;
padding:;
border:;
outline:;
font-size: 100%;
vertical-align: baseline;
background: transparent;
} body {
font-family: "Microsoft Yahei", Arial, "Lucida Grande";
font-size: 14px;
background: #fff;
color: #666666;
} :focus {
outline:;
} article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
display: block;
} nav ul {
list-style: none;
} blockquote,
q {
quotes: none;
} blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
} a {
margin:;
padding:;
border:;
font-size: 100%;
vertical-align: baseline;
background: transparent;
color: black;
text-decoration: none;
} ins {
background-color: #ff9;
color: #000;
text-decoration: none;
} mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
} del {
text-decoration: line-through;
} abbr[title],
dfn[title] {
border-bottom: 1px dotted #000;
cursor: help;
} table {
border-collapse: collapse;
border-spacing:;
} hr {
display: block;
height: 1px;
border:;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding:;
} input,
select {
vertical-align: middle;
} input {
outline: none;
}

最新文章

  1. MVC5在Mono上的各种坑
  2. 美化iTerm2
  3. linux shell脚本常用语句
  4. static与C#中的static
  5. Codeforces Round #306 (Div. 2) D. Regular Bridge 构造
  6. Linux中find、grep命令详细用法
  7. 修改Tomcat 6 默认的ROOT
  8. C语言的预处理命令
  9. idea安装Scala插件
  10. android IllegalStateException
  11. 苹果系统css样式变化
  12. CSS实现Tab布局
  13. Hbase master启动报错:Failed construction of Master: class org.apache.hadoop.hbase.master.HMaster Caused by: java.net.UnknownHostException:
  14. Swift2.0语言教程之函数嵌套调用形式
  15. charles license key
  16. jQuery和JS对比
  17. 如果把PNG、JPG、BMP和GIF文件批量转换为ICO文件?
  18. 总结分析Java常见的四种引用
  19. [BJOI2012]连连看 BZOJ2661 费用流
  20. 爬虫之Re库

热门文章

  1. xshell的快捷键(很有用)
  2. 简单记录一次ORA-00600: internal error code, arguments: [2662]
  3. VueJS条件语句:v-if、v-else、v-else-if
  4. java拷贝构造函数
  5. syslog,rsyslog and syslog-ng
  6. 基于faro SDK 读取fls原始文件
  7. centos-64整合nginx和tomcat
  8. Ajax请求的跨域(CORS)问题
  9. Android - 单例模式(singleton)的使用
  10. spring源码解析之IOC容器(一)