|
| 1 | + |
| 2 | +html { font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100% } |
| 3 | + |
| 4 | +body { margin:0 } |
| 5 | + |
| 6 | +article,aside,footer,header,nav,section{ display:block } |
| 7 | + |
| 8 | +h1 { font-size:2em;margin:.67em0 } |
| 9 | + |
| 10 | +figcaption,figure,main{ display:block } |
| 11 | + |
| 12 | +figure{ margin:1em 40px } |
| 13 | + |
| 14 | +hr { box-sizing:content-box;height:0;overflow:visible } |
| 15 | + |
| 16 | +pre { font-family:monospace,monospace;font-size:1em } |
| 17 | + |
| 18 | +a{ background-color:transparent;-webkit-text-decoration-skip:objects } |
| 19 | + |
| 20 | +a:active,a:hover{ outline-width:0 } |
| 21 | + |
| 22 | +abbr[title]{ border-bottom:none;text-decoration:underline;text-decoration:underline dotted } |
| 23 | + |
| 24 | +b,strong{ font-weight:inherit } |
| 25 | + |
| 26 | +b,strong{ font-weight:bolder } |
| 27 | + |
| 28 | +code,kbd,samp{ font-family:monospace,monospace;font-size:1em } |
| 29 | + |
| 30 | +dfn{ font-style:italic } |
| 31 | + |
| 32 | +mark{ background-color:#ff0;color:#000 } |
| 33 | + |
| 34 | +small{ font-size:80% } |
| 35 | + |
| 36 | +sub,sup{ font-size:75%;line-height:0;position:relative;vertical-align:baseline } |
| 37 | + |
| 38 | +sub{ bottom:-.25em } |
| 39 | + |
| 40 | +sup{ top:-.5em } |
| 41 | + |
| 42 | +audio,video{ display:inline-block } |
| 43 | + |
| 44 | +audio:not([controls]){ display:none;height:0 } |
| 45 | + |
| 46 | +img{border-style:none}svg:not(:root){ overflow:hidden } |
| 47 | + |
| 48 | +button,input,optgroup,select,textarea{ font-family:sans-serif;font-size:100%;line-height:1.15;margin:0 } |
| 49 | + |
| 50 | +button,input{ overflow:visible } |
| 51 | + |
| 52 | +button,select{ text-transform:none } |
| 53 | + |
| 54 | +[type=reset],[type=submit],button,html |
| 55 | + |
| 56 | +[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{ border-style:none;padding:0 } |
| 57 | + |
| 58 | +[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{ outline:1pxdottedButtonText } |
| 59 | + |
| 60 | +fieldset{ border:1px solid silver;margin:0 2px;padding:.35em .625em .75em } |
| 61 | + |
| 62 | +legend{ box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal } |
| 63 | + |
| 64 | +progress{ display:inline-block;vertical-align:baseline } |
| 65 | + |
| 66 | +textarea{ overflow:auto}[type=checkbox],[type=radio]{ box-sizing:border-box;padding:0 } |
| 67 | + |
| 68 | +[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{ height:auto } |
| 69 | + |
| 70 | +[type=search]{ -webkit-appearance:textfield;outline-offset:-2px } |
| 71 | + |
| 72 | +[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit} |
| 73 | + |
| 74 | +details,menu{display:block}summary{display:list-item} |
| 75 | + |
| 76 | +canvas{display:inline-block}template{display:none}[hidden]{display:none}/*! |
| 77 | +
|
| 78 | +*/ |
| 79 | +body,html { width:100%;height:100%;background-color:#21232a } |
| 80 | + |
| 81 | +body { |
| 82 | + color:#fff;text-align:center;text-shadow:0 2px 4px |
| 83 | + rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 75pt |
| 84 | + rgba(0,0,0,.8);box-shadow:inset 0 0 75pt |
| 85 | + rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif |
| 86 | +} |
| 87 | + |
| 88 | +h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 |
| 89 | + |
| 90 | +small{font-size:68%;font-weight:400;line-height:1;color:#777} |
| 91 | + |
| 92 | +a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070} |
| 93 | + |
| 94 | +.lead{color:silver;font-size:21px;line-height:1.4} |
| 95 | + |
| 96 | +.cover{display:table-cell;vertical-align:middle;padding:0 20px} |
| 97 | + |
| 98 | +footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}</style> |
| 99 | + |
| 100 | + |
| 101 | + |
0 commit comments