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,new,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,yamb,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(); function switch_css(css) { document.getElementsByTagName("link")[0].href = "https://dohliam.github.io/dropin-minimal-css/vendor/" + css + ".min.css"; } function capitalize(s) { u = s.replace(/^(.)/, function(_, l){ return l.toUpperCase(); }); return u; } function inline_switcher() { switcher = document.getElementById("switcher"); frameworks_array = frameworks.split(","); select_open = '\n \n ' dropdown = dropdown + select_close; switcher.innerHTML = dropdown; } function add_switcher() { stylesheet = document.getElementsByTagName("link")[0]; if (stylesheet == undefined) { head = document.getElementsByTagName('head')[0]; link = document.createElement('link'); link.rel="stylesheet"; link.type="text/css"; link.href="https://dohliam.github.io/dropin-minimal-css/vendor/" + frameworks.split(",")[0] + ".min.css"; head.appendChild(link); } var new_div = document.createElement("div"); new_div.innerHTML = '
 
\n '; document.body.insertBefore(new_div, document.body.firstChild); document.body.style.paddingLeft = "24px" inline_switcher(); }