|
| 1 | +/* http://meyerweb.com/eric/tools/css/reset/ |
| 2 | + v2.0 | 20110126 |
| 3 | + License: none (public domain) |
| 4 | +*/ |
| 5 | + |
| 6 | +html, body, div, span, applet, object, iframe, |
| 7 | +h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
| 8 | +a, abbr, acronym, address, big, cite, code, |
| 9 | +del, dfn, em, img, ins, kbd, q, s, samp, |
| 10 | +small, strike, strong, sub, sup, tt, var, |
| 11 | +b, u, i, center, |
| 12 | +dl, dt, dd, ol, ul, li, |
| 13 | +fieldset, form, label, legend, |
| 14 | +table, caption, tbody, tfoot, thead, tr, th, td, |
| 15 | +article, aside, canvas, details, embed, |
| 16 | +figure, figcaption, footer, header, hgroup, |
| 17 | +menu, nav, output, ruby, section, summary, |
| 18 | +time, mark, audio, video { |
| 19 | + margin: 0; |
| 20 | + padding: 0; |
| 21 | + border: 0; |
| 22 | + font-size: 100%; |
| 23 | + font: inherit; |
| 24 | + vertical-align: baseline; |
| 25 | +} |
| 26 | + |
| 27 | +/* HTML5 display-role reset for older browsers */ |
| 28 | +article, aside, details, figcaption, figure, |
| 29 | +footer, header, hgroup, menu, nav, section { |
| 30 | + display: block; |
| 31 | +} |
| 32 | +body { |
| 33 | + line-height: 1; |
| 34 | +} |
| 35 | +ol, ul { |
| 36 | + list-style: none; |
| 37 | +} |
| 38 | +blockquote, q { |
| 39 | + quotes: none; |
| 40 | +} |
| 41 | +blockquote:before, blockquote:after, |
| 42 | +q:before, q:after { |
| 43 | + content: ''; |
| 44 | + content: none; |
| 45 | +} |
| 46 | + |
| 47 | +table { |
| 48 | + border-collapse: collapse; |
| 49 | + border-spacing: 0; |
| 50 | +} |
| 51 | + |
| 52 | + |
| 53 | +body { |
| 54 | + min-height: 740px; |
| 55 | + |
| 56 | + background: rgb(215, 215, 215); |
| 57 | + background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190))); |
| 58 | + background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); |
| 59 | + background: -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); |
| 60 | + background: -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); |
| 61 | + background: radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); |
| 62 | + |
| 63 | + -webkit-font-smoothing: antialiased; |
| 64 | +} |
| 65 | + |
| 66 | + |
| 67 | +.step { |
| 68 | + width: 900px; |
| 69 | + padding: 40px 60px; |
| 70 | + |
| 71 | + -webkit-box-sizing: border-box; |
| 72 | + -moz-box-sizing: border-box; |
| 73 | + -o-box-sizing: border-box; |
| 74 | + box-sizing: border-box; |
| 75 | + |
| 76 | + font-family: 'Crimson Text', georgia, times, serif; |
| 77 | + font-size: 32px; |
| 78 | + line-height: 42px; |
| 79 | +} |
| 80 | + |
| 81 | +b, strong { font-weight: bold } |
| 82 | + |
| 83 | +a { color: inherit; } |
| 84 | + |
| 85 | + |
| 86 | +/* step specific styles */ |
| 87 | + |
| 88 | +#title { padding: 0; } |
| 89 | + |
| 90 | +#title .try { |
| 91 | + |
| 92 | + font-size: 64px; |
| 93 | + line-height: 1.3; |
| 94 | + position: absolute; |
| 95 | + top: -0.5em; |
| 96 | + left: 1.5em; |
| 97 | +} |
| 98 | + |
| 99 | +#title h1 { |
| 100 | + font-size: 190px; |
| 101 | + line-height: 250px; |
| 102 | +} |
| 103 | + |
| 104 | +#its { font-size: 48px; line-height: 62px; } |
| 105 | + |
| 106 | + |
| 107 | +/* |
| 108 | + * Inspired by: |
| 109 | + * http://html5slides.googlecode.com/svn/trunk/styles.css |
| 110 | + * |
| 111 | + * ;) |
| 112 | + */ |
| 113 | + |
| 114 | +.slide { |
| 115 | + display: block; |
| 116 | + |
| 117 | + width: 900px; |
| 118 | + height: 700px; |
| 119 | + |
| 120 | + padding: 40px 60px; |
| 121 | + |
| 122 | + box-sizing: border-box; |
| 123 | + -o-box-sizing: border-box; |
| 124 | + -moz-box-sizing: border-box; |
| 125 | + -webkit-box-sizing: border-box; |
| 126 | + |
| 127 | + border-radius: 10px; |
| 128 | + -o-border-radius: 10px; |
| 129 | + -moz-border-radius: 10px; |
| 130 | + -webkit-border-radius: 10px; |
| 131 | + |
| 132 | + background-color: white; |
| 133 | + |
| 134 | + box-shadow: 0 2px 6px rgba(0, 0, 0, .1); |
| 135 | + border: 1px solid rgba(0, 0, 0, .3); |
| 136 | + |
| 137 | + transition: transform .3s ease-out; |
| 138 | + -o-transition: -o-transform .3s ease-out; |
| 139 | + -moz-transition: -moz-transform .3s ease-out; |
| 140 | + -webkit-transition: -webkit-transform .3s ease-out; |
| 141 | + |
| 142 | + font-family: 'Open Sans', Arial, sans-serif; |
| 143 | + |
| 144 | + color: rgb(102, 102, 102); |
| 145 | + text-shadow: 0 2px 2px rgba(0, 0, 0, .1); |
| 146 | + |
| 147 | + font-size: 30px; |
| 148 | + line-height: 36px; |
| 149 | + |
| 150 | + letter-spacing: -1px; |
| 151 | +} |
| 152 | + |
| 153 | +.slide q { |
| 154 | + display: block; |
| 155 | + font-size: 50px; |
| 156 | + line-height: 72px; |
| 157 | + |
| 158 | + margin-top: 100px; |
| 159 | +} |
| 160 | + |
| 161 | +.slide q strong { |
| 162 | + font-size: 65px; |
| 163 | + white-space: nowrap; |
| 164 | +} |
0 commit comments