main.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
  2. table{border-collapse:collapse;border-spacing:0}
  3. fieldset,img{border:0}
  4. address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
  5. ol,ul{list-style:none}
  6. caption,th{text-align:left}
  7. h1,h2,h3,h4,h5,h6{font-size:100%;font-style:normal;font-weight:normal}
  8. q:before,q:after{content:''}
  9. body{font:13px arial,helvetica,clean,sans-serif;font-size:small;}
  10. select,input,textarea{font:99% arial,helvetica,clean,sans-serif}
  11. pre,code{font:115% monospace;font-size:100%}
  12. body * {line-height:1.22em}
  13. body {
  14. color: #202020;
  15. }
  16. h1 {
  17. color: #fff;
  18. background: #06b;
  19. padding: 10px;
  20. font-size: 200%;
  21. }
  22. h2 {
  23. color: #000;
  24. font-size: 150%;
  25. padding: 10px 0;
  26. }
  27. h3 {
  28. color: #000;
  29. font-size: 120%;
  30. padding: 10px 0;
  31. }
  32. ul {
  33. list-style: disc inside;
  34. margin-left: 1em;
  35. }
  36. #content {
  37. padding: 10px;
  38. }
  39. label {
  40. float: left;
  41. width: 12em;
  42. }
  43. input[type=text] { width: 15em; }
  44. #banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
  45. background: url(bg.gif) repeat-x; text-align: center }
  46. #banner a { color: white; }