base.css 1.0 KB

12345678910111213
  1. a:hover, a:focus, a:active { text-decoration: underline; }
  2. a { text-decoration: none; }
  3. blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre { margin: 0px; }
  4. body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); }
  5. button { background: transparent none repeat scroll 0% 0%; border: 0px none; padding: 0px; }
  6. button:focus { outline: 1px dotted; }
  7. fieldset { border: 0px none; margin: 0px; padding: 0px; }
  8. hr { margin-top: 20px; margin-bottom: 20px; border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(229, 229, 229) currentcolor currentcolor; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
  9. html { font-size: 1em; line-height: 1.5; }
  10. img { vertical-align: middle; }
  11. input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
  12. ol, ul { list-style: outside none none; margin: 0px; padding: 0px; }