tbwshc

一个全局的css global.css

Css代码 复制代码 收藏代码
  1. @charset "utf-8";   
  2.   
  3. /* =Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html   
  4. -------------------------------------------------------------- */   
  5. html, body, div, span, applet, object, iframe,   
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,   
  7. a, abbr, acronym, address, big, cite, code,   
  8. del, dfn, em, font, ins, kbd, q, s, samp,   
  9. small, strike, strong, sub, sup, tt, var,   
  10. dl, dt, dd, ol, ul, li,   
  11. fieldset, form, label, legend,   
  12. table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0;}   
  13. :focus { outline:0;}   
  14. ol, ul { list-style:none;}   
  15. h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}   
  16. /* tables still need 'cellspacing="0"' in the markup */   
  17. table { border-collapse:separate; border-spacing:0;}   
  18. caption, th, td { font-weight:normal; text-align:left;}   
  19. blockquote:before, blockquote:after,   
  20. q:before, q:after { content:'';}   
  21. blockquote, q { quotes:'' '';}   
  22. a img { border:0;}   
  23. article, aside, details, figcaption, figure,   
  24. footer, header, hgroup, menu, nav, section { display:block;}   
  25.   
  26. /* =Structure   
  27. ----------------------------------------------- */   
  28. body { font:12px/1.5 'Microsoft yahei', Tahoma, Geneva, sans-serif; color:#666; background:#d5d8dd;}   
  29. a { text-decoration:none; color:#4a5566;}   
  30. a:hover { text-decoration:underline; color:#3061b0;}   
  31. .area { width:960px; margin:auto;}   
  32. .pt { padding-top:20px; !important;}   
  33. .mb { margin-bottom:20px !important;}   
  34. .clearfix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; font-size:0;}   
  35. .clearfix { min-height:1%;}   
  36. .red { color:#c33;}   
  37. .tright { text-align:right;}   
  38. .dis { display:none !importantb;}   
  39.   
  40. /* = Layout   
  41. ----------------------------------------------- */   
  42. /* header */   
  43.   
  44.   
  45. /* body */   
  46.   
  47.   
  48. /* footer */  

posted on 2012-08-13 15:51 chen11-1 阅读(1983) 评论(0)  编辑  收藏