You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dropin-minimal-css/vendor/vanilla.min.css

2 lines
2.6 KiB
CSS

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}*{box-sizing:border-box}:root{--desktop-font-size:1.3rem/1.5;--mobile-font-size:1.1rem/1.4;--text-color:#2d2d2d;--link-color:blue;--primary-color:lightsteelblue;--secondary-color:aliceblue;--tertiary-color:whitesmoke}body{color:var(--text-color);font:var(--desktop-font-size) -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}blockquote,dl,figure,h1,h2,h3,h4,h5,h6,img,p{margin:2rem 0}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:200%}h2{font-size:150%}h3{font-size:120%}h4,h5,h6{font-size:100%}h5,h6{text-transform:uppercase}header h1{border-bottom:1px solid}p{margin:2rem 0}a,a:visited{color:var(--link-color)}b,strong,time{font-weight:700}dfn,em,i{font-style:italic}sub{font-size:60%;vertical-align:bottom}small{font-size:80%}blockquote,q{background:var(--secondary-color);border-left:10px solid var(--primary-color);font-family:Georgia,serif;padding:1rem}blockquote p:first-child{margin-top:0}cite{font-family:Georgia,serif;font-style:italic;font-weight:700}code,kbd,pre,samp,var{font-family:monospace;font-weight:700}code,pre{background:var(--tertiary-color);padding:.5rem 1rem}code pre,pre code{padding:0}hr{background:var(--text-color);border:0;height:1px;margin:4rem 0}img{max-width:100%}figure{border:1px solid var(--primary-color);display:inline-block;padding:1rem;width:auto}figure img{margin:0}figure figcaption{font-size:80%}ol,ul{margin:2rem 0;padding:0 0 0 4rem}dl dd{padding-left:2rem}table{border:1px solid var(--primary-color);border-collapse:collapse;table-layout:fixed;width:100%}table caption{margin:2rem 0}table thead{text-align:center}table tbody{text-align:right}table tr{border-bottom:1px solid var(--primary-color)}table tbody tr:nth-child(even){background:var(--tertiary-color)}table th{background:var(--secondary-color);font-weight:700}table td,table th{padding:1rem}table td:not(last-of-type),table th:not(last-of-type){border-right:1px solid var(--primary-color)}@media screen and (max-width:50rem){body{font:var(--mobile-font-size) -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}}