標籤

印刷 (1) 行動裝置 (2) 批次 (1) 表單 (2) 套件 (4) 素材 (1) 動畫 (1) 部落格 (1) 電子書 (1) 導覽列 (6) 線上工具 (5) 檔案管理 (1) 瀏覽器 (2) animation (3) App (1) Bootstrap (3) canvas (2) CSS (20) excel (1) flash (2) html (3) html5 (2) IE (1) il (3) jQuery (5) js (5) loading (1) office (3) pdf (2) php (4) png (1) script (1) UI (3) windows (1) youtube (1)

2013年11月16日 星期六

css reset

* {
font-size: 12pt;
line-height: 1.8;
font-family: \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
color: #333333;
text-decoration: none;/* vertical-align:baseline;*/
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea {
width: auto;
overflow: visible;
margin: 0;
font-size: 100%;
vertical-align: baseline;
}
textarea {
overflow: auto;
vertical-align: text-top;
}

/*取消圖片外框*/
a img {
border: none;
}

/*去除連結虛線框*/
a {
outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

沒有留言 :

張貼留言