Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Global scope */
- @-webkit-keyframes adjacentSelectorWebkitBugFix {
- from {
- display: block;
- }
- to {
- display: block;
- }
- }
- body {
- -webkit-animation: adjacentSelectorWebkitBugFix infinite 1s;
- }
- [disabled] {
- opacity: 1;
- -webkit-text-fill-color: currentcolor;
- }
- html,
- body {
- margin: 0;
- padding: 0;
- }
- html {
- font-size: 62.5%;
- }
- body {
- font: 1.6em/1.5 Arial, "Arial Unicode MS", Helvetica, MyriadPro, Freesans, "Nimbus Sans L", "Liberation Sans", sans-serif;
- }
- h1,
- .h1 {
- font-size: 3em;
- line-height: 1em;
- margin-bottom: 0.5em;
- margin-top: 1em;
- }
- h2,
- .h2 {
- font-size: 2.6667em;
- line-height: 1.125em;
- margin-bottom: 0.5625em;
- margin-top: 1.125em;
- }
- h3,
- .h3 {
- font-size: 2.3333em;
- line-height: 1.2857em;
- margin-bottom: 0.6429em;
- margin-top: 1.2857em;
- }
- h4,
- .h4 {
- font-size: 2em;
- line-height: 1.5em;
- margin-bottom: 0.75em;
- margin-top: 1.5em;
- }
- h5,
- .h5 {
- font-size: 1.6667em;
- line-height: 1.8em;
- margin-bottom: 0.9em;
- margin-top: 1.8em;
- }
- h6,
- .h6 {
- font-size: 1.3333em;
- line-height: 1.125em;
- margin-bottom: 1.125em;
- margin-top: 2.25em;
- }
- p,
- ul,
- ol,
- dl,
- blockquote,
- pre,
- td,
- th,
- caption,
- details,
- figure,
- hgroup {
- font-size: 1em;
- line-height: 1.5em;
- margin-bottom: 1.5em;
- margin-top: 1.5em;
- }
- img {
- height: auto;
- width: auto;
- }
- a img {
- border: none;
- }
- abbr[title],
- acronym[title] {
- cursor: help;
- border-bottom: dotted 1px;
- }
- .vcard abbr {
- cursor: text;
- border-bottom: none;
- }
- label,
- input,
- textarea {
- font-size: 1em;
- }
Advertisement
Add Comment
Please, Sign In to add comment