-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundle.css
More file actions
4 lines (4 loc) · 4.05 KB
/
bundle.css
File metadata and controls
4 lines (4 loc) · 4.05 KB
1
2
3
4
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects;}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible;}button,input,select,textarea{font:inherit;margin:0;}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,400italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
html,body{width:100vw;height:100vh;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}.container{position:relative;width:100vw;height:100vh;background-color:#e3e3e3;font-family:'Source Sans Pro',sans-serif}.menu{width:100vw;height:75px;padding:10px;margin-bottom:50px;background-color:#fff;}.menu img{transition:all .2s ease-in-out}.menu img:hover{transform:scale(1.2)}.icon{position:absolute;display:inline-block;width:90px;height:90px;margin:auto;top:2px;left:0;text-align:center;}.icon img{position:relative;top:25px;width:40px;height:40px}.row{position:absolute;margin-left:80px;width:100vw;height:30px}.row_1{top:0;background-color:#2a579a;color:#fff;}.row_1 div{display:inline-block;margin-right:20px;margin-left:10px;width:70px;height:30px;line-height:30px;text-align:center}.row_1 div:hover{background-color:#fff;color:#000}.row_2{top:50px;margin-left:100px}.icon_box{position:relative;display:inline-block;width:150px;top:3px;}.icon_box img{width:25px;height:25px;margin-left:20px}.options_box{width:120px;height:30px;display:inline-block;}.options_box select{position:relative;display:inline-block;bottom:5px;margin-left:20px}.options_box select.paragraph_style{width:120px}.options_box select.font{width:80px;margin-left:40px}.options_box select.font-size{width:50px}.separator{position:relative;display:inline-block;height:100%;font-size:30px;bottom:2px;margin-left:10px;margin-right:10px}.text_style_icons{top:-1px;}.text_style_icons img{width:20px;height:20px}.doc{display:block;width:80vw;max-width:850px;height:80vh;background-color:#fff;border:1px solid #e3e3e3;margin:0 auto;padding:40px;font-family:'Arial',sans-serif;font-size:18px;white-space:pre-wrap}.focused{font-weight:bold}