pull/4/head
dohliam 6 years ago
parent 148df1ac4b
commit ae9fd8f2cf

@ -58,6 +58,7 @@ If you know of a minimal framework that hasn't been included here, by all means
* [lotus](https://github.com/goatslacker/lotus.css) by @goatslacker ([MIT](https://github.com/goatslacker/lotus.css#license))
* [markdown-css](https://github.com/mrcoles/markdown-css) by @mrcoles ([MIT](https://github.com/mrcoles/markdown-css/blob/master/license.txt))
* [marx](https://github.com/mblode/marx) by @mblode ([MIT](https://github.com/mblode/marx/blob/master/LICENSE.md))
* [mercury](https://github.com/wmeredith/MercuryCSS) by @wmeredith ([MIT](https://github.com/wmeredith/MercuryCSS/blob/master/LICENSE))
* [milligram](https://github.com/milligram/milligram) by @cjpatoilo ([MIT](http://cjpatoilo.mit-license.org/))
* [min](https://github.com/owenversteeg/min) by @owenversteeg ([MIT](https://github.com/owenversteeg/min#license))
* [mini](https://github.com/Chalarangelo/mini.css) by @Chalarangelo ([MIT](https://github.com/Chalarangelo/mini.css/blob/master/LICENSE))

@ -0,0 +1 @@
/*! mercury.css v1.0 | MIT License | https://github.com/wmeredith/MercuryCSS */html{font-family:Georgia,serif;font-size:62.5%}body{background-color:#fbfbfb;color:#222;font-size:1.618rem;font-weight:400;line-height:1.325;margin:auto;max-width:90%;padding:1.325;width:42em}h1,h2,h3,h4,h5,h6,th{hyphens:auto;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;font-family:Verdana,sans-serif;font-weight:600;letter-spacing:.05em;line-height:1.325;margin:.66em 0 0}h1{font-size:4.98703rem}h2{font-size:3.7638rem}h3{font-size:2.8406rem}h4{font-size:2.14385rem}h5,th{font-size:1.618rem}h6{font-size:1.22113rem}caption,small,sub,sup{font-size:1.22113rem;font-weight:400;letter-spacing:0}a{border-bottom:1px dotted #1f5aff;color:#1f5aff;text-decoration:none}a:hover{border-bottom:1px solid #1f5aff}a:visited{border-bottom:1px dotted #9d32ff;color:#9d32ff}fieldset,p{margin-bottom:1.325em}b,strong{font-weight:600}em,i{font-style:italic}ol,ul{padding-left:2.65em}ol ol,ol ul,ul ol,ul ul{padding-bottom:0;padding-top:.6625em}li{margin-bottom:.6625em}blockquote{border-left:1px solid #919191;margin-bottom:1.325em;margin-left:.6625em;padding-left:1.325em}hr{border:0;border-top:1px solid #919191}pre{background-color:#eaeaea;display:block;overflow-x:auto;padding:1.325em}code,pre{color:#000}code{white-space:pre-wrap}pre>code{background-color:transparent;padding:0;white-space:pre}img{max-width:100%}table{border-collapse:collapse;text-align:justify;width:100%}th{border-bottom:1px solid #919191;font-family:Verdana,sans-serif;padding:.6625em}td{padding:.44167em .6625em}tbody tr{border-bottom:1px solid #d5d5d5}tbody tr:last-of-type{border:0}input,textarea{border:1px solid #222}input:focus,textarea:focus{border:1px solid #1f5aff}textarea{width:100%}input[type],select,textarea{color:#222;padding:.44167em;margin-bottom:.6625em;background-color:#fff;border:1px solid #eaeaea;border-radius:2px;box-shadow:0;box-sizing:border-box}input[type]:focus,select:focus,textarea:focus{border:1px solid #1f5aff;outline:0}input:invalid{border:1px solid #fc2b07;outline:0}fieldset,label,legend{display:block}label{margin-bottom:.33125em}fieldset{border-radius:4px;box-shadow:0 2px 3px -1px rgba(34,34,34,.1)}.button,button,input[type=button],input[type=reset],input[type=submit]{background-color:#4878ff;border:1px solid #0446ff;border-radius:4px;box-shadow:0 3px 4px -2px rgba(34,34,34,.5);box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;padding:.44167em .6625em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:#2d64ff;border-color:#0032bf;outline:0}.button[disabled],button[disabled],input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{box-shadow:none;cursor:default;opacity:.5}.button[disabled]:hover,button[disabled]:hover,input[type=button][disabled]:hover,input[type=reset][disabled]:hover,input[type=submit][disabled]:hover{background-color:#4878ff;border-color:#1f5aff;cursor:default}
Loading…
Cancel
Save