@charset "utf-8"; a { text-decoration:none; } html { position:relative; min-height:100%; background:url(subtlepatterns_dust.png) #f4f4f4; } body { padding:0 0.2rem 6rem 0.2rem; } @media(min-width:980px) { body { padding:0 3rem 6rem 3rem; } } .site-index-title, .site-index-title a, .site-brand { color:#ff4136; } .site-brand:before { content:'☀'; font-size:4rem; color:#fe0; text-shadow:-2px 2px #cc0; line-height:0.5em; vertical-align:top; } .site-index-title h1 { margin-bottom:0.2em; } .site-index-title h2 { margin:0 0 2rem 4rem; font-size:1rem; } .site-article li, .site-article dt { margin-top:1em; } .site-article dd { margin-top:1ex; } .site-footer { position:absolute; right:0; bottom:0; left:0; padding:1rem 3rem 1rem 3rem; } .blog-list { min-height: 2em; } .blog-list li { margin-top: 1em; } .blog-list .divider { color: #aaaaaa; list-style: none; margin: 2em 0 0 2em; font-style: italic; } .blog-list time { display: inline-block; margin-left: 0.1em; color: #2ecc40; font-size: 80%; } .blog-list .tag { display: inline-block; margin-left: 0.1em; padding: 0.1em 0.3em; border-radius: 1em; background: #ffdc00; color: #111111; font-size: 70%; } pre { font-family:"Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace !important; } /* adapted from spectre.css */ :lang(zh), :lang(ja), :lang(ko), .cjk { font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Hiragino Kaku Gothic Pro",Meiryo,"Malgun Gothic","Helvetica Neue",sans-serif; } :lang(zh) ins, :lang(ja) ins, .cjk ins, :lang(zh) u, :lang(ja) u, .cjk u { border-bottom:.1rem solid; text-decoration: none; } :lang(zh) del + del, :lang(ja) del + del, .cjk del + del, :lang(zh) del + s, :lang(ja) del + s, .cjk del + s, :lang(zh) ins + ins, :lang(ja) ins + ins, .cjk ins + ins, :lang(zh) ins + u, :lang(ja) ins + u, .cjk ins + u, :lang(zh) s + del, :lang(ja) s + del, .cjk s + del, :lang(zh) s + s, :lang(ja) s + s, .cjk s + s, :lang(zh) u + ins, :lang(ja) u + ins, .cjk u + ins, :lang(zh) u + u, :lang(ja) u + u, .cjk u + u { margin-left:.125em; }