| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- body,
- div,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- pre,
- form,
- fieldset,
- input,
- textarea,
- p,
- blockquote,
- th,
- td,
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- menu,
- nav,
- section {
- margin: 0;
- padding: 0;
- }
- html,
- body {
- width: 100%;
- height: 100%;
- -webkit-text-size-adjust: none;
- -ms-text-size-adjust: none;
- text-size-adjust: none;
- }
- a {
- outline: 0;
- border: 0;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- fieldset,
- img {
- border: 0;
- }
- address,
- caption,
- cite,
- code,
- dfn,
- th,
- var {
- font-style: normal;
- font-weight: normal;
- }
- ol,
- ul,
- nav,
- menu {
- list-style: none;
- }
- caption,
- th {
- text-align: left;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-size: 100%;
- font-weight: normal;
- }
- q:before,
- q:after {
- content: ''
- }
- abbr,
- acronym {
- border: 0;
- }
- header,
- footer,
- nav,
- aside {
- display: block;
- }
- input,
- textarea,
- button {
- outline: 0;
- border: 0;
- -webkit-appearance: none;
- appearance: none;
- }
- input:active,
- textarea:active {
- outline: 0;
- border: 0;
- }
- .clearfix:before,
- .clearfix:after {
- content: "";
- display: table;
- }
- .clearfix:after {
- clear: both;
- }
- .clearfix {
- zoom: 1;
- }
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- menu,
- nav,
- section {
- display: block;
- }
- input,
- label,
- select,
- button,
- textarea {
- margin: 0;
- border: 0;
- padding: 0;
- display: inline-block;
- vertical-align: middle;
- white-space: normal;
- background: 0;
- line-height: 1;
- font-size: 13px;
- font-family: Arial;
- }
- input:focus {
- outline: 0;
- }
- input,
- textarea {
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- }
- button,
- input[type=reset],
- input[type=button],
- input[type=submit],
- input[type=checkbox],
- input[type=radio],
- select {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- input[type=checkbox],
- input[type=radio] {
- width: 13px;
- height: 13px;
- }
- input[type=search] {
- -webkit-appearance: textfield;
- -webkit-box-sizing: content-box;
- }
- ::-webkit-search-decoration {
- display: none;
- }
- button,
- input[type="reset"],
- input[type="button"],
- input[type="submit"] {
- overflow: visible;
- width: auto;
- }
- ::-webkit-file-upload-button {
- padding: 0;
- border: 0;
- background: 0;
- }
- textarea {
- vertical-align: top;
- overflow: auto;
- }
- select[multiple] {
- vertical-align: top;
- }
|