pull/15/head
dohliam 4 years ago
parent 28987103e0
commit be8a8db961

@ -99,6 +99,7 @@ If you know of a minimal framework that hasn't been included here, please create
* [motherplate](https://dohliam.github.io/dropin-minimal-css/?motherplate) by @leemunroe ([Source](https://github.com/leemunroe/motherplate) · [MIT](https://github.com/leemunroe/motherplate/blob/master/LICENSE))
* [mu](https://dohliam.github.io/dropin-minimal-css/?mu) by @BafS ([Source](https://github.com/BafS/mu) · [MIT](https://github.com/BafS/mu/blob/gh-pages/LICENSE))
* [mui](https://dohliam.github.io/dropin-minimal-css/?mui) by @amorey ([Source](https://github.com/muicss/mui) · [MIT](https://github.com/muicss/mui/blob/master/LICENSE.txt))
* [mvp](https://dohliam.github.io/dropin-minimal-css/?mvp) by @andybrewer ([Source](https://github.com/andybrewer/mvp) · [MIT](https://github.com/andybrewer/mvp/blob/master/LICENSE))
* [no-class](https://dohliam.github.io/dropin-minimal-css/?no-class) by @davidpaulsson ([Source](https://github.com/davidpaulsson/no-class) · [MIT](https://github.com/davidpaulsson/no-class/blob/master/LICENSE.txt))
* [normalize](https://dohliam.github.io/dropin-minimal-css/?normalize) by @necolas ([Source](https://github.com/necolas/normalize.css) · [MIT](https://github.com/necolas/normalize.css/blob/master/LICENSE.md))
* [oh-my-css](https://dohliam.github.io/dropin-minimal-css/?oh-my-css) by @egoist ([Source](https://github.com/egoist/oh-my-css) · [MIT](https://github.com/egoist/oh-my-css/blob/gh-pages/LICENSE))

@ -1,4 +1,4 @@
var frameworks = "a11yana,air,awsm,bahunya,bare,base,bullframe,bulma,caiuss,caramel,cardinal,chota,clmaterial,comet,concise,concrete,flat-ui,fluidity,furtive,generic,github-markdown,hack,holiday,html-starterkit,hyp,kathamo,koochak,kraken,kube,latex,lemon,lit,lotus,markdown,marx,materialize,mercury,milligram,min,mini,mobi,modest,motherplate,mu,mui,no-class,normalize,oh-my-css,paper,papier,pavilion,picnic,preface,primer,pure,retro,sakura,sanitize-10up,sanitize-zdroid,semantic-ui,shoelace,siimple,simple,skeleton,skeleton-framework,skeleton-plus,snack,spectre,splendor,style,stylize,tachyons,tacit,tent,thao,vanilla,vital,water,wing,writ,yorha,ads-gazette,ads-medium,ads-notebook,ads-tufte,boot-cerulean,boot-cosmo,boot-cyborg,boot-darkly,boot-flatly,boot-journal,boot-lumen,boot-paper,boot-readable,boot-sandstone,boot-slate,boot-spacelab,boot-superhero,boot-yeti";
var frameworks = "a11yana,air,awsm,bahunya,bare,base,bullframe,bulma,caiuss,caramel,cardinal,chota,clmaterial,comet,concise,concrete,flat-ui,fluidity,furtive,generic,github-markdown,hack,holiday,html-starterkit,hyp,kathamo,koochak,kraken,kube,latex,lemon,lit,lotus,markdown,marx,materialize,mercury,milligram,min,mini,mobi,modest,motherplate,mu,mui,mvp,no-class,normalize,oh-my-css,paper,papier,pavilion,picnic,preface,primer,pure,retro,sakura,sanitize-10up,sanitize-zdroid,semantic-ui,shoelace,siimple,simple,skeleton,skeleton-framework,skeleton-plus,snack,spectre,splendor,style,stylize,tachyons,tacit,tent,thao,vanilla,vital,water,wing,writ,yorha,ads-gazette,ads-medium,ads-notebook,ads-tufte,boot-cerulean,boot-cosmo,boot-cyborg,boot-darkly,boot-flatly,boot-journal,boot-lumen,boot-paper,boot-readable,boot-sandstone,boot-slate,boot-spacelab,boot-superhero,boot-yeti";
add_switcher();

@ -0,0 +1 @@
:root{--border-radius: 5px;--box-shadow: 2px 2px 10px;--color: #118bee;--color-accent: #118bee0b;--color-bg: #fff;--color-bg-secondary: #e9e9e9;--color-secondary: #920de9;--color-secondary-accent: #920de90b;--color-shadow: #f4f4f4;--color-text: #000;--color-text-secondary: #999;--hover-brightness: 1.2;--justify-important: center;--justify-normal: left;--line-height: 150%;--width-card: 285px;--width-card-medium: 460px;--width-card-wide: 800px;--width-content: 1080px}article aside{background:var(--color-secondary-accent);border-left:4px solid var(--color-secondary);padding:.01rem .8rem}body{background:var(--color-bg);color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:0;overflow-x:hidden;padding:1rem 0}footer,header,main{margin:0 auto;max-width:var(--width-content);padding:2rem 1rem}hr{background-color:var(--color-bg-secondary);border:0;height:1px;margin:4rem 0}section{display:flex;flex-wrap:wrap;justify-content:var(--justify-important)}code,samp,section aside{border-radius:var(--border-radius)}section aside{border:1px solid var(--color-bg-secondary);box-shadow:var(--box-shadow) var(--color-shadow);margin:1rem;padding:1.25rem;width:var(--width-card)}section aside:hover{box-shadow:var(--box-shadow) var(--color-bg-secondary)}section aside img{max-width:100%}article header,div header,main header{padding-top:0}header,table td,table th,table tr{text-align:var(--justify-important)}header a b,header a em,header a i,header a strong{margin-left:1rem;margin-right:1rem}header nav img{margin:1rem 0}section header{padding-top:0;width:100%}nav{align-items:center;display:flex;justify-content:space-between;margin-bottom:7rem}nav ul{list-style:none;padding:0}nav ul li{display:inline-block;margin:0 .5rem}code,samp{background-color:var(--color-accent);color:var(--color-text);text-align:var(--justify-normal)}code{display:inline-block;margin:0 .1rem;padding:0 .5rem}samp{margin:1rem 0;padding:1rem}body,h1,h2,h3,h4,h5,h6{line-height:var(--line-height)}mark{padding:.1rem}ol li,ul li{padding:.2rem 0}p{margin:.75rem 0;padding:0}figure figcaption,small{color:var(--color-text-secondary)}a,nav,sup{font-weight:700}sup{background-color:var(--color-secondary);border-radius:var(--border-radius);color:var(--color-bg);font-size:xx-small;margin:.2rem;padding:.2rem .3rem;position:relative;top:-2px}a{color:var(--color-secondary);text-decoration:none}a:hover,button:hover{filter:brightness(var(--hover-brightness))}a:hover{text-decoration:underline}a b,a em,a i,a strong,button{font-size:medium;font-weight:700;margin:1.5rem 0 .5rem;border:2px solid var(--color);display:inline-block;padding:1rem 2rem}a b,a strong,button{border-radius:var(--border-radius);background-color:var(--color);color:var(--color-bg)}a em,a i{color:var(--color)}button:hover{cursor:pointer}figure{margin:0;padding:0}form,input,label,samp,select,textarea{display:block;max-width:var(--width-card-wide)}a em,a i,form{border-radius:var(--border-radius)}form{border:1px solid var(--color-bg-secondary);box-shadow:var(--box-shadow) var(--color-shadow);min-width:var(--width-card);padding:1.5rem;text-align:var(--justify-normal)}form header{margin:1.5rem 0;padding:1.5rem 0}input,label,select,textarea{font-size:inherit}input,select,textarea{margin-bottom:1rem}input,table,table thead,textarea{border-radius:var(--border-radius)}input,textarea{padding:.4rem .8rem}label{font-weight:700;margin-bottom:.2rem}table,table thead{padding:0}input,table,textarea{border:1px solid var(--color-bg-secondary)}table{border-spacing:0;max-width:100%;overflow:hidden}table td,table th,table tr{padding:.4rem .8rem}table thead{background-color:var(--color);border-collapse:collapse;color:var(--color-bg);margin:0}table thead th:first-child{border-top-left-radius:var(--border-radius)}table thead th:last-child{border-top-right-radius:var(--border-radius)}table thead th:first-child,table tr td:first-child{text-align:var(--justify-normal)}blockquote,blockquote footer{display:block;line-height:var(--line-height)}blockquote{font-size:x-large;margin:1rem auto;max-width:var(--width-card-medium);padding:1.5rem 1rem;text-align:var(--justify-important)}blockquote footer{color:var(--color-text-secondary);font-size:small;padding:1.5rem 0}
Loading…
Cancel
Save