|
| 1 | +/* normalize.css v2.0.1 | MIT License | git.io/normalize */ |
| 2 | +article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block} |
| 3 | +audio,canvas,video{display:inline-block} |
| 4 | +audio:not([controls]){display:none;height:0} |
| 5 | +[hidden]{display:none} |
| 6 | +html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;} |
| 7 | +body{margin:0} |
| 8 | +a:focus{outline:thin dotted} |
| 9 | +a:active,a:hover{outline:0} |
| 10 | +h1{font-size:2em} |
| 11 | +abbr[title]{border-bottom:1px dotted} |
| 12 | +b,strong{font-weight:bold} |
| 13 | +dfn{font-style:italic} |
| 14 | +mark{background:#ff0;color:#000} |
| 15 | +code,kbd,pre,samp{font-family:monospace,serif;font-size:1em} |
| 16 | +pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word} |
| 17 | +q{quotes:"\201C" "\201D" "\2018" "\2019"} |
| 18 | +small{font-size:80%} |
| 19 | +sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} |
| 20 | +sup{top:-.5em} |
| 21 | +sub{bottom:-.25em} |
| 22 | +img{border:0} |
| 23 | +svg:not(:root){overflow:hidden} |
| 24 | +figure{margin:0} |
| 25 | +fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em} |
| 26 | +legend{border:0;padding:0;} |
| 27 | +button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;} |
| 28 | +button,input{line-height:normal} |
| 29 | +button,html input[type="button"],/* 1 */,input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;} |
| 30 | +button[disabled],input[disabled]{cursor:default} |
| 31 | +input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;} |
| 32 | +input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} |
| 33 | +input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none} |
| 34 | +button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0} |
| 35 | +textarea{overflow:auto;vertical-align:top;} |
| 36 | +table{border-collapse:collapse;border-spacing:0} |
1 | 37 | .topcoat-button,.topcoat-button--quiet,.topcoat-button--large,.topcoat-button--large--quiet,.topcoat-button--cta,.topcoat-button--large--cta{position:relative;display:inline-block;vertical-align:top;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 1.25rem;font-size:16px;line-height:3rem;letter-spacing:1px;color:#454545;text-shadow:0 1px #fff;vertical-align:top;background-color:#e5e9e8;box-shadow:inset 0 1px #fff;border:1px solid #a5a8a8;border-radius:6px} |
2 | 38 | .topcoat-button:active,.topcoat-button.is-active,.topcoat-button--large:active,.topcoat-button--large.is-active{background-color:#d3d7d7;box-shadow:inset 0 1px rgba(0,0,0,0.12)} |
3 | 39 | .topcoat-button:disabled,.topcoat-button.is-disabled{opacity:.3;cursor:default;pointer-events:none} |
@@ -50,6 +86,7 @@ h1 a:hover,nav.main ul li a:hover{color:#000} |
50 | 86 | .features ul li#source-sans a.vignette{background-image:url("../img/tnl-source-sans.svg")} |
51 | 87 | .features ul li#icons a.vignette{background-image:url("../img/tnl-icons.svg")} |
52 | 88 | .features ul li#design a.vignette{background-image:url("../img/tnl-design.png")} |
| 89 | +.features ul li#cdnjs a.vignette{background-image:url("../img/tnl-cdnjs.png")} |
53 | 90 | .features ul li a.vignette{display:block;width:120px;height:120px;margin:0 30px 30px 0;float:left;background-repeat:no-repeat;background-size:cover} |
54 | 91 | .features ul li a.vignette,#default-theme{background-color:#f9f9f9;outline:solid 1px #eee} |
55 | 92 | #default-theme{clear:left;width:100%;height:226px;margin-bottom:80px;overflow:hidden} |
|
0 commit comments