markuapad 0.2.93 → 0.2.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/markuapad.js +70346 -41
- data/app/assets/stylesheets/markuapad.css +852 -1
- data/build/app.css +852 -1
- data/build/app.js +70331 -41
- data/build/dist.css +852 -1
- data/build/dist.js +70346 -41
- data/build/index.css +24 -1
- data/build/index.js +2232 -1
- data/build/web.css +852 -1
- data/build/web.js +70339 -41
- data/lib/markuapad/version.rb +1 -1
- data/prepare_gem.sh +1 -1
- metadata +1 -1
|
@@ -1 +1,852 @@
|
|
|
1
|
-
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Open+Sans);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css);button{display:inline-block}input[type="button"],input[type="reset"],input[type="submit"],button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;background-color:#477dca;border-radius:3px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:"Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-size:1em;font-weight:600;line-height:1;padding:.75em 1em;text-decoration:none;user-select:none;vertical-align:middle;white-space:nowrap}input[type="button"]:hover,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,button:hover,button:focus{background-color:#2c5999;color:#fff}input[type="button"]:disabled,input[type="reset"]:disabled,input[type="submit"]:disabled,button:disabled{cursor:not-allowed;opacity:.5}fieldset{background-color:#f7f7f7;border:1px solid #ddd;margin:0 0 .75em;padding:1.5em}input,label,select{display:block;font-family:"Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-size:1em}label{font-weight:600;margin-bottom:.375em}label.required::after{content:"*"}label abbr{display:none}input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]),select[multiple=multiple],textarea{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.06);box-sizing:border-box;font-family:"Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-size:1em;margin-bottom:.75em;padding:.5em;transition:border-color;width:100%}input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="email"]:hover,input[type="month"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="time"]:hover,input[type="url"]:hover,input[type="week"]:hover,input:not([type]):hover,select[multiple=multiple]:hover,textarea:hover{border-color:#c4c4c4}input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,input:not([type]):focus,select[multiple=multiple]:focus,textarea:focus{border-color:#477dca;box-shadow:inset 0 1px 3px rgba(0,0,0,.06),0 0 5px rgba(55,112,192,.7);outline:none}textarea{resize:vertical}input[type="search"]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}input[type="checkbox"],input[type="radio"]{display:inline;margin-right:.375em}input[type="file"]{padding-bottom:.75em;width:100%}select{margin-bottom:1.5em;max-width:100%;width:auto}ul,ol{list-style-type:none;margin:0;padding:0}.markuapad .live-preview .content ul,.markuapad .preview .content ul{list-style-type:disc;margin-bottom:.75em;padding-left:1.5em}.markuapad .live-preview .content ol,.markuapad .preview .content ol{list-style-type:decimal;margin-bottom:.75em;padding-left:1.5em}dl{margin-bottom:.75em}dl dt{font-weight:700;margin-top:.75em}dl dd{margin:0}table{-webkit-font-feature-settings:"kern","liga","tnum";-moz-font-feature-settings:"kern","liga","tnum";-ms-font-feature-settings:"kern","liga","tnum";font-feature-settings:"kern","liga","tnum";border-collapse:collapse;margin:.75em 0;table-layout:fixed;width:100%}th{border-bottom:1px solid #b7b7b7;font-weight:600;text-align:left}th,td{padding:.75em 0}td{border-bottom:1px solid #ddd}tr,td,th{vertical-align:middle}body{-webkit-font-feature-settings:"kern","liga","pnum";-moz-font-feature-settings:"kern","liga","pnum";-ms-font-feature-settings:"kern","liga","pnum";font-feature-settings:"kern","liga","pnum";-webkit-font-smoothing:antialiased;color:#333;line-height:1.5}body,h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-size:1em}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0 0 .75em}p{margin:0 0 .75em}a{color:#477dca;text-decoration:none;transition:color .1s linear}a:active,a:focus,a:hover{color:#2c5999}a:active,a:focus{outline:none}hr{border-bottom:1px solid #ddd;border-left:none;border-right:none;border-top:none;margin:1.5em 0}img,picture{margin:0;max-width:100%}html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.markuapad .editor,.markuapad .file-browser,.workspace.live .live-preview{position:relative;box-shadow:0 0 15px rgba(0,0,0,.1)}.markuapad .file-browser .close-button,.markuapad .file-browser .files-list-item>button,.markuapad .preview .close{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;background:initial;border-radius:initial;color:initial}.markuapad .file-browser .close-button:focus,.markuapad .file-browser .files-list-item>button:focus,.markuapad .preview .close:focus{outline:none}.markuapad .file-browser .close-button{right:5px}.markuapad.container,.markuapad .container{max-width:64em;margin-left:auto;margin-right:auto;padding:0 1em}.markuapad.container::after,.markuapad .container::after{clear:both;content:"";display:table}.markuapad.large-container,.markuapad .large-container{margin-left:auto;margin-right:auto;padding:2.35765%;max-width:80em}.markuapad.large-container::after,.markuapad .large-container::after{clear:both;content:"";display:table}@media screen and (min-width:53.75em){.markuapad.large-container,.markuapad .large-container{padding:0 1em}}.markuapad .toolbar .menus .dropdown,.markuapad .toolbar .actions li,.markuapad .merge-conflicts-modal .conflict-actions li{display:inline-block;margin:0 5px;position:relative}.markuapad .toolbar .menus .dropdown:hover>a,.markuapad .toolbar .actions li:hover>a,.markuapad .merge-conflicts-modal .conflict-actions li:hover>a{background:#fff;border-color:rgba(0,0,0,.2)}.markuapad .toolbar .menus .dropdown>a,.markuapad .toolbar .actions li>a,.markuapad .merge-conflicts-modal .conflict-actions li>a{-webkit-transition:all .125s ease-in-out;-moz-transition:all .125s ease-in-out;transition:all .125s ease-in-out;border:thin solid rgba(0,0,0,.05);border-radius:18px;cursor:pointer;padding:8px 20px;color:#555}.markuapad .toolbar .menus .dropdown>a.active,.markuapad .toolbar .actions li>a.active,.markuapad .merge-conflicts-modal .conflict-actions li>a.active{background:#477dca;color:#fff}.markuapad .toolbar .menus .dropdown>a.disabled,.markuapad .toolbar .actions li>a.disabled,.markuapad .merge-conflicts-modal .conflict-actions li>a.disabled{color:#aaa}.markuapad .toolbar .menus .dropdown>a.error,.markuapad .toolbar .actions li>a.error,.markuapad .merge-conflicts-modal .conflict-actions li>a.error{color:#fff;background:#FF6347}.markuapad .toolbar .menus .dropdown>a.progressMessage,.markuapad .toolbar .actions li>a.progressMessage,.markuapad .merge-conflicts-modal .conflict-actions li>a.progressMessage{-webkit-transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out;opacity:0;border:none}.markuapad .toolbar .menus .dropdown>a.progressMessage.active,.markuapad .toolbar .actions li>a.progressMessage.active,.markuapad .merge-conflicts-modal .conflict-actions li>a.progressMessage.active{opacity:.7;background:initial;color:#555}.markuapad .toolbar{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin:20px 0;padding:0 10px}.markuapad .toolbar .book-title{margin:0}.markuapad .toolbar .book-title,.markuapad .toolbar .menus{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}.markuapad .toolbar .menus{display:none;z-index:1}.markuapad .toolbar .menus .dropdown .dropdown-menu{-webkit-transition:all .125s ease-in-out;-moz-transition:all .125s ease-in-out;transition:all .125s ease-in-out;height:0;position:absolute;top:100%;left:0;overflow:hidden;background:#fff;margin-top:0;min-width:150px;z-index:-1;border-color:rgba(0,0,0,.1);border-radius:18px}.markuapad .toolbar .menus .dropdown .dropdown-menu a{padding:8px 20px;color:#555;display:block;white-space:nowrap}.markuapad .toolbar .menus .dropdown:hover>a{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.markuapad .toolbar .menus .dropdown:hover .dropdown-menu{border-radius:18px;height:auto;min-height:100%;border:thin solid rgba(0,0,0,.2);border-top-left-radius:0;margin-top:6px}.markuapad .toolbar .actions{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2}.markuapad .editor{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;font-feature-settings:initial;-webkit-font-feature-settings:initial;-ms-font-feature-settings:initial;-moz-font-feature-settings:initial}.markuapad .editor.nofile{text-align:center;padding:15% 0;background:#fff}.markuapad .editor.emacs-mode .ace_cursor{background-color:#222;border:none!important;border-left:1px solid #222!important;width:2px!important}.markuapad .file-browser{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:1em 0 1em 1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:flex-basis .125s ease-in-out;-moz-transition:flex-basis .125s ease-in-out;transition:flex-basis .125s ease-in-out;background:#fff;min-height:90%}.markuapad .file-browser .file-types-list{padding-right:70px}.markuapad .file-browser .file-types-list li{display:inline-block;margin:0 5px}.markuapad .file-browser .title{color:#aaa;font-variant:small-caps;font-size:1em;cursor:pointer}.markuapad .file-browser .title:hover{color:#6f99d5}.markuapad .file-browser .title.selected{color:#477dca}.markuapad .file-browser .new-file{-webkit-transition:all .125s ease-in-out;-moz-transition:all .125s ease-in-out;transition:all .125s ease-in-out;border:thin solid rgba(0,0,0,.1);border-radius:15px;cursor:pointer;padding:6px 8px;position:absolute;right:10px;top:10px;line-height:16px}.markuapad .file-browser .new-file i{font-size:1em}.markuapad .file-browser .new-file:hover,.markuapad .file-browser .new-file:active{border-color:rgba(0,0,0,.4)}.markuapad .file-browser .new-file.active{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.markuapad .file-browser .file-name{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin:0}.markuapad .file-browser .file-name button{font-size:.75em;height:36px;margin:0 5px;width:80px}.markuapad .file-browser .busy-indicator{position:absolute;top:3em;left:0;right:0;text-align:center;color:#6f99d5}.markuapad .file-browser .files-list-item{position:relative}.markuapad .file-browser .files-list-item a{border-bottom-left-radius:3px;border-top-left-radius:3px;-webkit-transition:background .125s ease-in-out;-moz-transition:background .125s ease-in-out;transition:background .125s ease-in-out;cursor:pointer;display:block;font-size:.9em;padding:.2em 2.5em .2em .5em}.markuapad .file-browser .files-list-item.current a{background:rgba(0,0,0,.1)}.markuapad .file-browser .files-list-item:hover a{background:rgba(0,0,0,.05)}.markuapad .file-browser .files-list-item:hover button{display:block}.markuapad .file-browser .files-list-item>button{padding:5px;position:absolute;top:0;right:0;display:none}.markuapad .file-browser .close-button{left:0;padding:0;position:absolute;top:50%;opacity:.5}.markuapad .file-browser .close-button span{-webkit-transition:-webkit-transform .125s ease-in-out;-moz-transition:-moz-transform .125s ease-in-out;transition:transform .125s ease-in-out;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAFCY+X2LBxf3XCPhEAAAAPElEQVQIWzXIQQ0AIBADwQVyVshZQQFBEUEBwS2ftp9OFgAKWtfXLeRVOEK+qyDkE4YRBssIg2WEwTQafFyuEBqkf7/SAAAAAElFTkSuQmCC");background-position:center;background-repeat:no-repeat;display:inline-block;height:32px;width:32px;background-size:14px}.markuapad .file-browser .close-button:hover{opacity:1}.markuapad .file-browser.open{-webkit-flex-basis:auto;-moz-flex-basis:auto;flex-basis:auto;-ms-flex-preferred-size:auto}.markuapad .file-browser.open .new-file{display:block}.markuapad .file-browser.open .close-button span{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.markuapad .file-browser.closed{-webkit-flex-basis:0;-moz-flex-basis:0;flex-basis:0;-ms-flex-preferred-size:0;min-width:32px}.markuapad .file-browser.closed .new-file{display:none}.markuapad .file-browser.closed .close-button span{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.markuapad .file-browser.closed>*:not(.close-button){display:none}.markuapad .preview{-webkit-transition:top .125s ease-in-out;-moz-transition:top .125s ease-in-out;transition:top .125s ease-in-out;background:#fff;bottom:0;left:0;position:absolute;right:0;top:100%;z-index:10;overflow:auto}.markuapad .preview.closed{top:100%}.markuapad .preview.closed>*{display:none}.markuapad .preview.previewing,.markuapad .preview.done{top:0}.markuapad .preview>header{position:relative}.markuapad .preview .close{position:absolute;top:10px;right:0}.markuapad .preview .content{margin-top:4em}.markuapad .live-preview .content em,.markuapad .live-preview .content i,.markuapad .preview .content em,.markuapad .preview .content i{font-style:italic}.markuapad .live-preview .content,.markuapad .live-preview .content h1,.markuapad .live-preview .content h2,.markuapad .live-preview .content h3,.markuapad .live-preview .content h4,.markuapad .live-preview .content h5,.markuapad .live-preview .content h6,.markuapad .preview .content,.markuapad .preview .content h1,.markuapad .preview .content h2,.markuapad .preview .content h3,.markuapad .preview .content h4,.markuapad .preview .content h5,.markuapad .preview .content h6{font-family:"Roboto Slab",serif}.workspace{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 100%;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-flex-flow:row nowrap;-moz-flex-flow:row nowrap;flex-flow:row nowrap}.workspace.live{bottom:0;left:10px;position:absolute;right:10px;top:0}.workspace.live .editor{max-width:64em}.workspace.live .live-preview{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;background:#fff;max-height:100%;overflow:auto;padding:2em 1em}.workspace.live .live-preview .content{margin-left:initial}.markuapad .modal label{cursor:pointer;margin-bottom:0}.markuapad .modal label img{border-radius:150px;display:block;max-width:300px}.markuapad .modal .modal-state{display:none}.markuapad .modal .modal-trigger{padding:.8em 1em}.markuapad .modal .modal-fade-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.85);opacity:1;padding-top:.6em;text-align:left;visibility:visible;z-index:99999999999}@media screen and (min-width:53.75em){.markuapad .modal .modal-fade-screen{padding-top:10em}}.markuapad .modal .modal-fade-screen .modal-bg{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.markuapad .modal .modal-close{position:absolute;top:1.5em;right:1.5em;height:1.5em;width:1.5em;background:#fff;cursor:pointer}.markuapad .modal .modal-close:after,.markuapad .modal .modal-close:before{position:absolute;top:3px;right:3px;bottom:0;left:50%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);height:1.5em;width:.15em;background:#ddd;content:'';display:block;margin:-3px 0 0 -1px}.markuapad .modal .modal-close:hover:after,.markuapad .modal .modal-close:hover:before{background:#c4c4c4}.markuapad .modal .modal-close:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.markuapad .modal .modal-inner{background:#fff;border-radius:3px;margin:0 auto auto;max-height:95%;overflow:auto;padding:1.5em;position:relative;top:.5em;width:95%}@media screen and (min-width:40em){.markuapad .modal .modal-inner{max-height:70%;padding:3em;width:60%}}@media screen and (min-width:53.75em){.markuapad .modal .modal-inner{width:50%}}.markuapad .modal .modal-inner h1{color:#333;margin-bottom:0 0 .6em 0;text-align:left;text-transform:capitalize}.markuapad .modal .modal-inner p{color:#333;line-height:1.5}.markuapad .modal .modal-inner .modal-intro{font-weight:800}.markuapad .modal .modal-inner .modal-content{color:#333}.markuapad .modal .modal-inner .cta{color:#fff;display:inline-block;margin-right:.5em;margin-top:1em}.markuapad .modal .modal-inner .cta:last-child{padding:0 2em}.markuapad .modal-open{overflow:hidden}.markuapad .merge-conflicts-modal .modal-fade-screen{padding-top:4em}.markuapad .merge-conflicts-modal .modal-inner{max-height:95%;width:80%}.markuapad .merge-conflicts-modal .conflict-explanation{padding:1em;background:#fcc;border:thin solid #faa;text-shadow:0 1px 0 #fff;border-radius:4px}.markuapad .merge-conflicts-modal .conflict-wrapper{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 100%;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-flex-flow:row nowrap;-moz-flex-flow:row nowrap;flex-flow:row nowrap;padding:20px 0}.markuapad .merge-conflicts-modal .conflict-content{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;padding:1em}.markuapad .merge-conflicts-modal .conflict-content.client-version{border-right:thin dashed #ddd}.markuapad .merge-conflicts-modal .conflict-content h6{border-bottom:thin dashed #ddd;font-weight:700;padding-bottom:1em}.markuapad .merge-conflicts-modal .conflict-actions{text-align:center}.markuapad .merge-conflicts-modal .conflict-actions li{display:inline-block}.markuapad .merge-conflicts-modal .conflict-actions li>a{border-color:#eee}.markuapad{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-moz-flex-flow:column nowrap;flex-flow:column nowrap;height:100%}.markuapad a:hover{text-decoration:none}.markuapad h1{font-size:2.25em}.markuapad h2{font-size:2em}.markuapad h3{font-size:1.75em}.markuapad h4{font-size:1.5em}.markuapad h5{font-size:1.25em}.markuapad h6{font-size:1em}.markuapad .main-view{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;-webkit-flex-flow:row nowrap;-moz-flex-flow:row nowrap;flex-flow:row nowrap;position:relative}
|
|
1
|
+
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Open+Sans);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css);
|
|
2
|
+
|
|
3
|
+
button, input[type="button"], input[type="reset"], input[type="submit"],
|
|
4
|
+
button {
|
|
5
|
+
-webkit-appearance: none;
|
|
6
|
+
-moz-appearance: none;
|
|
7
|
+
-ms-appearance: none;
|
|
8
|
+
-o-appearance: none;
|
|
9
|
+
appearance: none;
|
|
10
|
+
-webkit-font-smoothing: antialiased;
|
|
11
|
+
background-color: #477dca;
|
|
12
|
+
border-radius: 3px;
|
|
13
|
+
border: none;
|
|
14
|
+
color: #fff;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
|
|
18
|
+
font-size: 1em;
|
|
19
|
+
font-weight: 600;
|
|
20
|
+
line-height: 1;
|
|
21
|
+
padding: 0.75em 1em;
|
|
22
|
+
text-decoration: none;
|
|
23
|
+
user-select: none;
|
|
24
|
+
vertical-align: middle;
|
|
25
|
+
white-space: nowrap; }
|
|
26
|
+
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
|
|
27
|
+
button:hover,
|
|
28
|
+
button:focus {
|
|
29
|
+
background-color: #2c5999;
|
|
30
|
+
color: #fff; }
|
|
31
|
+
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
|
|
32
|
+
button:disabled {
|
|
33
|
+
cursor: not-allowed;
|
|
34
|
+
opacity: 0.5; }
|
|
35
|
+
|
|
36
|
+
fieldset {
|
|
37
|
+
background-color: #f7f7f7;
|
|
38
|
+
border: 1px solid #ddd;
|
|
39
|
+
margin: 0 0 0.75em;
|
|
40
|
+
padding: 1.5em; }
|
|
41
|
+
|
|
42
|
+
input,
|
|
43
|
+
label,
|
|
44
|
+
select {
|
|
45
|
+
display: block;
|
|
46
|
+
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
|
|
47
|
+
font-size: 1em; }
|
|
48
|
+
|
|
49
|
+
label {
|
|
50
|
+
font-weight: 600;
|
|
51
|
+
margin-bottom: 0.375em; }
|
|
52
|
+
label.required::after {
|
|
53
|
+
content: "*"; }
|
|
54
|
+
label abbr {
|
|
55
|
+
display: none; }
|
|
56
|
+
|
|
57
|
+
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
|
|
58
|
+
select[multiple=multiple],
|
|
59
|
+
textarea {
|
|
60
|
+
background-color: #fff;
|
|
61
|
+
border: 1px solid #ddd;
|
|
62
|
+
border-radius: 3px;
|
|
63
|
+
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
|
|
64
|
+
box-sizing: border-box;
|
|
65
|
+
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
|
|
66
|
+
font-size: 1em;
|
|
67
|
+
margin-bottom: 0.75em;
|
|
68
|
+
padding: 0.5em;
|
|
69
|
+
transition: border-color;
|
|
70
|
+
width: 100%; }
|
|
71
|
+
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
|
|
72
|
+
select[multiple=multiple]:hover,
|
|
73
|
+
textarea:hover {
|
|
74
|
+
border-color: #c4c4c4; }
|
|
75
|
+
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
|
|
76
|
+
select[multiple=multiple]:focus,
|
|
77
|
+
textarea:focus {
|
|
78
|
+
border-color: #477dca;
|
|
79
|
+
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
|
|
80
|
+
outline: none; }
|
|
81
|
+
|
|
82
|
+
textarea {
|
|
83
|
+
resize: vertical; }
|
|
84
|
+
|
|
85
|
+
input[type="search"] {
|
|
86
|
+
-webkit-appearance: none;
|
|
87
|
+
-moz-appearance: none;
|
|
88
|
+
-ms-appearance: none;
|
|
89
|
+
-o-appearance: none;
|
|
90
|
+
appearance: none; }
|
|
91
|
+
|
|
92
|
+
input[type="checkbox"],
|
|
93
|
+
input[type="radio"] {
|
|
94
|
+
display: inline;
|
|
95
|
+
margin-right: 0.375em; }
|
|
96
|
+
|
|
97
|
+
input[type="file"] {
|
|
98
|
+
padding-bottom: 0.75em;
|
|
99
|
+
width: 100%; }
|
|
100
|
+
|
|
101
|
+
select {
|
|
102
|
+
margin-bottom: 1.5em;
|
|
103
|
+
max-width: 100%;
|
|
104
|
+
width: auto; }
|
|
105
|
+
|
|
106
|
+
ul,
|
|
107
|
+
ol {
|
|
108
|
+
list-style-type: none;
|
|
109
|
+
margin: 0;
|
|
110
|
+
padding: 0; }
|
|
111
|
+
.markuapad .live-preview .content ul,
|
|
112
|
+
.markuapad .preview .content ul {
|
|
113
|
+
list-style-type: disc;
|
|
114
|
+
margin-bottom: 0.75em;
|
|
115
|
+
padding-left: 1.5em; }
|
|
116
|
+
|
|
117
|
+
.markuapad .live-preview .content ol,
|
|
118
|
+
.markuapad .preview .content ol {
|
|
119
|
+
list-style-type: decimal;
|
|
120
|
+
margin-bottom: 0.75em;
|
|
121
|
+
padding-left: 1.5em; }
|
|
122
|
+
|
|
123
|
+
dl {
|
|
124
|
+
margin-bottom: 0.75em; }
|
|
125
|
+
dl dt {
|
|
126
|
+
font-weight: bold;
|
|
127
|
+
margin-top: 0.75em; }
|
|
128
|
+
dl dd {
|
|
129
|
+
margin: 0; }
|
|
130
|
+
|
|
131
|
+
table {
|
|
132
|
+
-webkit-font-feature-settings: "kern", "liga", "tnum";
|
|
133
|
+
-moz-font-feature-settings: "kern", "liga", "tnum";
|
|
134
|
+
-ms-font-feature-settings: "kern", "liga", "tnum";
|
|
135
|
+
font-feature-settings: "kern", "liga", "tnum";
|
|
136
|
+
border-collapse: collapse;
|
|
137
|
+
margin: 0.75em 0;
|
|
138
|
+
table-layout: fixed;
|
|
139
|
+
width: 100%; }
|
|
140
|
+
|
|
141
|
+
th {
|
|
142
|
+
border-bottom: 1px solid #b7b7b7;
|
|
143
|
+
font-weight: 600;
|
|
144
|
+
padding: 0.75em 0;
|
|
145
|
+
text-align: left; }
|
|
146
|
+
|
|
147
|
+
td {
|
|
148
|
+
border-bottom: 1px solid #ddd;
|
|
149
|
+
padding: 0.75em 0; }
|
|
150
|
+
|
|
151
|
+
tr,
|
|
152
|
+
td,
|
|
153
|
+
th {
|
|
154
|
+
vertical-align: middle; }
|
|
155
|
+
|
|
156
|
+
body {
|
|
157
|
+
-webkit-font-feature-settings: "kern", "liga", "pnum";
|
|
158
|
+
-moz-font-feature-settings: "kern", "liga", "pnum";
|
|
159
|
+
-ms-font-feature-settings: "kern", "liga", "pnum";
|
|
160
|
+
font-feature-settings: "kern", "liga", "pnum";
|
|
161
|
+
-webkit-font-smoothing: antialiased;
|
|
162
|
+
color: #333;
|
|
163
|
+
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
|
|
164
|
+
font-size: 1em;
|
|
165
|
+
line-height: 1.5; }
|
|
166
|
+
|
|
167
|
+
h1,
|
|
168
|
+
h2,
|
|
169
|
+
h3,
|
|
170
|
+
h4,
|
|
171
|
+
h5,
|
|
172
|
+
h6 {
|
|
173
|
+
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
|
|
174
|
+
font-size: 1em;
|
|
175
|
+
line-height: 1.2;
|
|
176
|
+
margin: 0 0 0.75em; }
|
|
177
|
+
|
|
178
|
+
p {
|
|
179
|
+
margin: 0 0 0.75em; }
|
|
180
|
+
|
|
181
|
+
a {
|
|
182
|
+
color: #477dca;
|
|
183
|
+
text-decoration: none;
|
|
184
|
+
transition: color 0.1s linear; }
|
|
185
|
+
a:active, a:focus, a:hover {
|
|
186
|
+
color: #2c5999; }
|
|
187
|
+
a:active, a:focus {
|
|
188
|
+
outline: none; }
|
|
189
|
+
|
|
190
|
+
hr {
|
|
191
|
+
border-bottom: 1px solid #ddd;
|
|
192
|
+
border-left: none;
|
|
193
|
+
border-right: none;
|
|
194
|
+
border-top: none;
|
|
195
|
+
margin: 1.5em 0; }
|
|
196
|
+
|
|
197
|
+
img,
|
|
198
|
+
picture {
|
|
199
|
+
margin: 0;
|
|
200
|
+
max-width: 100%; }
|
|
201
|
+
|
|
202
|
+
html {
|
|
203
|
+
box-sizing: border-box; }
|
|
204
|
+
|
|
205
|
+
*, *::after, *::before {
|
|
206
|
+
box-sizing: inherit; }
|
|
207
|
+
|
|
208
|
+
.markuapad .editor, .markuapad .file-browser, .workspace.live .live-preview {
|
|
209
|
+
position: relative;
|
|
210
|
+
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
|
|
211
|
+
|
|
212
|
+
.markuapad .file-browser .close-button, .markuapad .file-browser .files-list-item > button, .markuapad .preview .close {
|
|
213
|
+
-webkit-appearance: none;
|
|
214
|
+
-moz-appearance: none;
|
|
215
|
+
-ms-appearance: none;
|
|
216
|
+
-o-appearance: none;
|
|
217
|
+
appearance: none;
|
|
218
|
+
background: initial;
|
|
219
|
+
border-radius: initial;
|
|
220
|
+
color: initial; }
|
|
221
|
+
.markuapad .file-browser .close-button:focus, .markuapad .file-browser .files-list-item > button:focus, .markuapad .preview .close:focus {
|
|
222
|
+
outline: none; }
|
|
223
|
+
|
|
224
|
+
.markuapad .file-browser .close-button {
|
|
225
|
+
position: absolute;
|
|
226
|
+
right: 5px;
|
|
227
|
+
top: 5px;
|
|
228
|
+
padding: 5px; }
|
|
229
|
+
|
|
230
|
+
.markuapad.container,
|
|
231
|
+
.markuapad .container {
|
|
232
|
+
max-width: 64em;
|
|
233
|
+
margin-left: auto;
|
|
234
|
+
margin-right: auto;
|
|
235
|
+
padding: 0 1em; }
|
|
236
|
+
.markuapad.container::after,
|
|
237
|
+
.markuapad .container::after {
|
|
238
|
+
clear: both;
|
|
239
|
+
content: "";
|
|
240
|
+
display: table; }
|
|
241
|
+
|
|
242
|
+
.markuapad.large-container,
|
|
243
|
+
.markuapad .large-container {
|
|
244
|
+
max-width: 64em;
|
|
245
|
+
margin-left: auto;
|
|
246
|
+
margin-right: auto;
|
|
247
|
+
padding: 2.35765%;
|
|
248
|
+
max-width: 80em; }
|
|
249
|
+
.markuapad.large-container::after,
|
|
250
|
+
.markuapad .large-container::after {
|
|
251
|
+
clear: both;
|
|
252
|
+
content: "";
|
|
253
|
+
display: table; }
|
|
254
|
+
@media screen and (min-width: 53.75em) {
|
|
255
|
+
.markuapad.large-container,
|
|
256
|
+
.markuapad .large-container {
|
|
257
|
+
padding: 0 1em; } }
|
|
258
|
+
|
|
259
|
+
.markuapad .toolbar .menus .dropdown, .markuapad .toolbar .actions li, .markuapad .merge-conflicts-modal .conflict-actions li {
|
|
260
|
+
display: inline-block;
|
|
261
|
+
margin: 0 5px;
|
|
262
|
+
position: relative; }
|
|
263
|
+
.markuapad .toolbar .menus .dropdown:hover > a, .markuapad .toolbar .actions li:hover > a, .markuapad .merge-conflicts-modal .conflict-actions li:hover > a {
|
|
264
|
+
background: #fff;
|
|
265
|
+
border-color: rgba(0, 0, 0, 0.2); }
|
|
266
|
+
.markuapad .toolbar .menus .dropdown > a, .markuapad .toolbar .actions li > a, .markuapad .merge-conflicts-modal .conflict-actions li > a {
|
|
267
|
+
-webkit-transition: all 0.125s ease-in-out;
|
|
268
|
+
-moz-transition: all 0.125s ease-in-out;
|
|
269
|
+
transition: all 0.125s ease-in-out;
|
|
270
|
+
border: thin solid rgba(0, 0, 0, 0.05);
|
|
271
|
+
border-radius: 18px;
|
|
272
|
+
cursor: pointer;
|
|
273
|
+
padding: 8px 20px;
|
|
274
|
+
color: #555; }
|
|
275
|
+
.markuapad .toolbar .menus .dropdown > a.active, .markuapad .toolbar .actions li > a.active, .markuapad .merge-conflicts-modal .conflict-actions li > a.active {
|
|
276
|
+
background: #477dca;
|
|
277
|
+
color: white; }
|
|
278
|
+
.markuapad .toolbar .menus .dropdown > a.disabled, .markuapad .toolbar .actions li > a.disabled, .markuapad .merge-conflicts-modal .conflict-actions li > a.disabled {
|
|
279
|
+
color: #aaa; }
|
|
280
|
+
.markuapad .toolbar .menus .dropdown > a.error, .markuapad .toolbar .actions li > a.error, .markuapad .merge-conflicts-modal .conflict-actions li > a.error {
|
|
281
|
+
color: #fff;
|
|
282
|
+
background: #FF6347; }
|
|
283
|
+
.markuapad .toolbar .menus .dropdown > a.progressMessage, .markuapad .toolbar .actions li > a.progressMessage, .markuapad .merge-conflicts-modal .conflict-actions li > a.progressMessage {
|
|
284
|
+
-webkit-transition: opacity 1s ease-in-out;
|
|
285
|
+
-moz-transition: opacity 1s ease-in-out;
|
|
286
|
+
transition: opacity 1s ease-in-out;
|
|
287
|
+
opacity: 0;
|
|
288
|
+
border: none; }
|
|
289
|
+
.markuapad .toolbar .menus .dropdown > a.progressMessage.active, .markuapad .toolbar .actions li > a.progressMessage.active, .markuapad .merge-conflicts-modal .conflict-actions li > a.progressMessage.active {
|
|
290
|
+
opacity: .7;
|
|
291
|
+
background: initial;
|
|
292
|
+
color: #555; }
|
|
293
|
+
|
|
294
|
+
.markuapad .toolbar {
|
|
295
|
+
display: -webkit-box;
|
|
296
|
+
display: -moz-box;
|
|
297
|
+
display: box;
|
|
298
|
+
display: -webkit-flex;
|
|
299
|
+
display: -moz-flex;
|
|
300
|
+
display: -ms-flexbox;
|
|
301
|
+
display: flex;
|
|
302
|
+
margin: 20px 0;
|
|
303
|
+
padding: 0 10px; }
|
|
304
|
+
.markuapad .toolbar .book-title {
|
|
305
|
+
-webkit-box-flex: 1;
|
|
306
|
+
-moz-box-flex: 1;
|
|
307
|
+
box-flex: 1;
|
|
308
|
+
-webkit-flex: 1;
|
|
309
|
+
-moz-flex: 1;
|
|
310
|
+
-ms-flex: 1;
|
|
311
|
+
flex: 1;
|
|
312
|
+
-webkit-box-ordinal-group: 1;
|
|
313
|
+
-moz-box-ordinal-group: 1;
|
|
314
|
+
box-ordinal-group: 1;
|
|
315
|
+
-webkit-order: 1;
|
|
316
|
+
-moz-order: 1;
|
|
317
|
+
order: 1;
|
|
318
|
+
-ms-flex-order: 1;
|
|
319
|
+
margin: 0; }
|
|
320
|
+
.markuapad .toolbar .menus {
|
|
321
|
+
display: none;
|
|
322
|
+
-webkit-box-flex: 1;
|
|
323
|
+
-moz-box-flex: 1;
|
|
324
|
+
box-flex: 1;
|
|
325
|
+
-webkit-flex: 1;
|
|
326
|
+
-moz-flex: 1;
|
|
327
|
+
-ms-flex: 1;
|
|
328
|
+
flex: 1;
|
|
329
|
+
-webkit-box-ordinal-group: 1;
|
|
330
|
+
-moz-box-ordinal-group: 1;
|
|
331
|
+
box-ordinal-group: 1;
|
|
332
|
+
-webkit-order: 1;
|
|
333
|
+
-moz-order: 1;
|
|
334
|
+
order: 1;
|
|
335
|
+
-ms-flex-order: 1;
|
|
336
|
+
z-index: 1; }
|
|
337
|
+
.markuapad .toolbar .menus .dropdown .dropdown-menu {
|
|
338
|
+
-webkit-transition: all 0.125s ease-in-out;
|
|
339
|
+
-moz-transition: all 0.125s ease-in-out;
|
|
340
|
+
transition: all 0.125s ease-in-out;
|
|
341
|
+
height: 0;
|
|
342
|
+
position: absolute;
|
|
343
|
+
top: 100%;
|
|
344
|
+
left: 0;
|
|
345
|
+
overflow: hidden;
|
|
346
|
+
background: #fff;
|
|
347
|
+
margin-top: 0;
|
|
348
|
+
min-width: 150px;
|
|
349
|
+
z-index: -1;
|
|
350
|
+
border-color: rgba(0, 0, 0, 0.1);
|
|
351
|
+
border-radius: 18px; }
|
|
352
|
+
.markuapad .toolbar .menus .dropdown .dropdown-menu a {
|
|
353
|
+
padding: 8px 20px;
|
|
354
|
+
color: #555;
|
|
355
|
+
display: block;
|
|
356
|
+
white-space: nowrap; }
|
|
357
|
+
.markuapad .toolbar .menus .dropdown:hover > a {
|
|
358
|
+
border-bottom-left-radius: 0;
|
|
359
|
+
border-bottom-right-radius: 0;
|
|
360
|
+
border-bottom: none; }
|
|
361
|
+
.markuapad .toolbar .menus .dropdown:hover .dropdown-menu {
|
|
362
|
+
border-radius: 18px;
|
|
363
|
+
height: auto;
|
|
364
|
+
min-height: 100%;
|
|
365
|
+
border: thin solid rgba(0, 0, 0, 0.2);
|
|
366
|
+
border-top-left-radius: 0;
|
|
367
|
+
margin-top: 6px; }
|
|
368
|
+
.markuapad .toolbar .actions {
|
|
369
|
+
-webkit-box-ordinal-group: 2;
|
|
370
|
+
-moz-box-ordinal-group: 2;
|
|
371
|
+
box-ordinal-group: 2;
|
|
372
|
+
-webkit-order: 2;
|
|
373
|
+
-moz-order: 2;
|
|
374
|
+
order: 2;
|
|
375
|
+
-ms-flex-order: 2; }
|
|
376
|
+
|
|
377
|
+
.markuapad .editor {
|
|
378
|
+
-webkit-box-flex: 1;
|
|
379
|
+
-moz-box-flex: 1;
|
|
380
|
+
box-flex: 1;
|
|
381
|
+
-webkit-flex: 1;
|
|
382
|
+
-moz-flex: 1;
|
|
383
|
+
-ms-flex: 1;
|
|
384
|
+
flex: 1;
|
|
385
|
+
font-feature-settings: initial;
|
|
386
|
+
-webkit-font-feature-settings: initial;
|
|
387
|
+
-ms-font-feature-settings: initial;
|
|
388
|
+
-moz-font-feature-settings: initial; }
|
|
389
|
+
.markuapad .editor.nofile {
|
|
390
|
+
text-align: center;
|
|
391
|
+
padding: 15% 0;
|
|
392
|
+
background: #fff; }
|
|
393
|
+
.markuapad .editor.emacs-mode .ace_cursor {
|
|
394
|
+
background-color: #222;
|
|
395
|
+
border: none !important;
|
|
396
|
+
border-left: 1px solid #222 !important;
|
|
397
|
+
width: 2px !important; }
|
|
398
|
+
|
|
399
|
+
.markuapad .file-browser {
|
|
400
|
+
-webkit-box-flex: 0;
|
|
401
|
+
-moz-box-flex: 0;
|
|
402
|
+
box-flex: 0;
|
|
403
|
+
-webkit-flex: 0 0 auto;
|
|
404
|
+
-moz-flex: 0 0 auto;
|
|
405
|
+
-ms-flex: 0 0 auto;
|
|
406
|
+
flex: 0 0 auto;
|
|
407
|
+
padding: 1em 0 1em 1em;
|
|
408
|
+
-webkit-user-select: none;
|
|
409
|
+
-moz-user-select: none;
|
|
410
|
+
-ms-user-select: none;
|
|
411
|
+
user-select: none;
|
|
412
|
+
-webkit-transition: flex-basis 0.125s ease-in-out;
|
|
413
|
+
-moz-transition: flex-basis 0.125s ease-in-out;
|
|
414
|
+
transition: flex-basis 0.125s ease-in-out;
|
|
415
|
+
background: #fff;
|
|
416
|
+
min-height: 90%; }
|
|
417
|
+
.markuapad .file-browser .file-types-list {
|
|
418
|
+
padding-right: 70px; }
|
|
419
|
+
.markuapad .file-browser .file-types-list li {
|
|
420
|
+
display: inline-block;
|
|
421
|
+
margin: 0 5px; }
|
|
422
|
+
.markuapad .file-browser .title {
|
|
423
|
+
color: #aaa;
|
|
424
|
+
font-variant: small-caps;
|
|
425
|
+
font-size: 1em;
|
|
426
|
+
cursor: pointer; }
|
|
427
|
+
.markuapad .file-browser .title:hover {
|
|
428
|
+
color: #6f99d5; }
|
|
429
|
+
.markuapad .file-browser .title.selected {
|
|
430
|
+
color: #477dca; }
|
|
431
|
+
.markuapad .file-browser .new-file {
|
|
432
|
+
-webkit-transition: all 0.125s ease-in-out;
|
|
433
|
+
-moz-transition: all 0.125s ease-in-out;
|
|
434
|
+
transition: all 0.125s ease-in-out;
|
|
435
|
+
border: thin solid rgba(0, 0, 0, 0.1);
|
|
436
|
+
border-radius: 15px;
|
|
437
|
+
cursor: pointer;
|
|
438
|
+
padding: 6px 8px;
|
|
439
|
+
position: absolute;
|
|
440
|
+
right: 10px;
|
|
441
|
+
top: 10px;
|
|
442
|
+
line-height: 16px; }
|
|
443
|
+
.markuapad .file-browser .new-file i {
|
|
444
|
+
font-size: 1em; }
|
|
445
|
+
.markuapad .file-browser .new-file:hover, .markuapad .file-browser .new-file:active {
|
|
446
|
+
border-color: rgba(0, 0, 0, 0.4); }
|
|
447
|
+
.markuapad .file-browser .new-file.active {
|
|
448
|
+
-webkit-transform: rotate(45deg);
|
|
449
|
+
-moz-transform: rotate(45deg);
|
|
450
|
+
-ms-transform: rotate(45deg);
|
|
451
|
+
-o-transform: rotate(45deg);
|
|
452
|
+
transform: rotate(45deg); }
|
|
453
|
+
.markuapad .file-browser .file-name {
|
|
454
|
+
display: -webkit-box;
|
|
455
|
+
display: -moz-box;
|
|
456
|
+
display: box;
|
|
457
|
+
display: -webkit-flex;
|
|
458
|
+
display: -moz-flex;
|
|
459
|
+
display: -ms-flexbox;
|
|
460
|
+
display: flex;
|
|
461
|
+
margin: 0; }
|
|
462
|
+
.markuapad .file-browser .file-name button {
|
|
463
|
+
font-size: .75em;
|
|
464
|
+
height: 36px;
|
|
465
|
+
margin: 0 5px;
|
|
466
|
+
width: 80px; }
|
|
467
|
+
.markuapad .file-browser .busy-indicator {
|
|
468
|
+
position: absolute;
|
|
469
|
+
top: 3em;
|
|
470
|
+
left: 0;
|
|
471
|
+
right: 0;
|
|
472
|
+
text-align: center;
|
|
473
|
+
color: #6f99d5; }
|
|
474
|
+
.markuapad .file-browser .files-list-item {
|
|
475
|
+
position: relative; }
|
|
476
|
+
.markuapad .file-browser .files-list-item a {
|
|
477
|
+
border-bottom-left-radius: 3px;
|
|
478
|
+
border-top-left-radius: 3px;
|
|
479
|
+
-webkit-transition: background 0.125s ease-in-out;
|
|
480
|
+
-moz-transition: background 0.125s ease-in-out;
|
|
481
|
+
transition: background 0.125s ease-in-out;
|
|
482
|
+
cursor: pointer;
|
|
483
|
+
display: block;
|
|
484
|
+
font-size: .9em;
|
|
485
|
+
padding: .2em 2.5em .2em .5em; }
|
|
486
|
+
.markuapad .file-browser .files-list-item.current a {
|
|
487
|
+
background: rgba(0, 0, 0, 0.1); }
|
|
488
|
+
.markuapad .file-browser .files-list-item:hover a {
|
|
489
|
+
background: rgba(0, 0, 0, 0.05); }
|
|
490
|
+
.markuapad .file-browser .files-list-item:hover button {
|
|
491
|
+
display: block; }
|
|
492
|
+
.markuapad .file-browser .files-list-item > button {
|
|
493
|
+
padding: 5px;
|
|
494
|
+
position: absolute;
|
|
495
|
+
top: 0;
|
|
496
|
+
right: 0;
|
|
497
|
+
display: none; }
|
|
498
|
+
.markuapad .file-browser .close-button {
|
|
499
|
+
left: 0;
|
|
500
|
+
padding: 0;
|
|
501
|
+
position: absolute;
|
|
502
|
+
top: 50%;
|
|
503
|
+
opacity: .5; }
|
|
504
|
+
.markuapad .file-browser .close-button span {
|
|
505
|
+
-webkit-transition: -webkit-transform 0.125s ease-in-out;
|
|
506
|
+
-moz-transition: -moz-transform 0.125s ease-in-out;
|
|
507
|
+
transition: transform 0.125s ease-in-out;
|
|
508
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAFCY+X2LBxf3XCPhEAAAAPElEQVQIWzXIQQ0AIBADwQVyVshZQQFBEUEBwS2ftp9OFgAKWtfXLeRVOEK+qyDkE4YRBssIg2WEwTQafFyuEBqkf7/SAAAAAElFTkSuQmCC");
|
|
509
|
+
background-position: center;
|
|
510
|
+
background-repeat: no-repeat;
|
|
511
|
+
display: inline-block;
|
|
512
|
+
height: 32px;
|
|
513
|
+
width: 32px;
|
|
514
|
+
background-size: 14px; }
|
|
515
|
+
.markuapad .file-browser .close-button:hover {
|
|
516
|
+
opacity: 1; }
|
|
517
|
+
.markuapad .file-browser.open {
|
|
518
|
+
-webkit-flex-basis: auto;
|
|
519
|
+
-moz-flex-basis: auto;
|
|
520
|
+
flex-basis: auto;
|
|
521
|
+
-ms-flex-preferred-size: auto; }
|
|
522
|
+
.markuapad .file-browser.open .new-file {
|
|
523
|
+
display: block; }
|
|
524
|
+
.markuapad .file-browser.open .close-button span {
|
|
525
|
+
-webkit-transform: rotate(0deg);
|
|
526
|
+
-moz-transform: rotate(0deg);
|
|
527
|
+
-ms-transform: rotate(0deg);
|
|
528
|
+
-o-transform: rotate(0deg);
|
|
529
|
+
transform: rotate(0deg); }
|
|
530
|
+
.markuapad .file-browser.closed {
|
|
531
|
+
-webkit-flex-basis: 0;
|
|
532
|
+
-moz-flex-basis: 0;
|
|
533
|
+
flex-basis: 0;
|
|
534
|
+
-ms-flex-preferred-size: 0;
|
|
535
|
+
min-width: 32px; }
|
|
536
|
+
.markuapad .file-browser.closed .new-file {
|
|
537
|
+
display: none; }
|
|
538
|
+
.markuapad .file-browser.closed .close-button span {
|
|
539
|
+
-webkit-transform: rotate(180deg);
|
|
540
|
+
-moz-transform: rotate(180deg);
|
|
541
|
+
-ms-transform: rotate(180deg);
|
|
542
|
+
-o-transform: rotate(180deg);
|
|
543
|
+
transform: rotate(180deg); }
|
|
544
|
+
.markuapad .file-browser.closed > *:not(.close-button) {
|
|
545
|
+
display: none; }
|
|
546
|
+
|
|
547
|
+
.markuapad .preview {
|
|
548
|
+
-webkit-transition: top 0.125s ease-in-out;
|
|
549
|
+
-moz-transition: top 0.125s ease-in-out;
|
|
550
|
+
transition: top 0.125s ease-in-out;
|
|
551
|
+
background: #fff;
|
|
552
|
+
bottom: 0;
|
|
553
|
+
left: 0;
|
|
554
|
+
position: absolute;
|
|
555
|
+
right: 0;
|
|
556
|
+
top: 100%;
|
|
557
|
+
z-index: 10;
|
|
558
|
+
overflow: auto; }
|
|
559
|
+
.markuapad .preview.closed {
|
|
560
|
+
top: 100%; }
|
|
561
|
+
.markuapad .preview.closed > * {
|
|
562
|
+
display: none; }
|
|
563
|
+
.markuapad .preview.previewing, .markuapad .preview.done {
|
|
564
|
+
top: 0; }
|
|
565
|
+
.markuapad .preview > header {
|
|
566
|
+
position: relative; }
|
|
567
|
+
.markuapad .preview .close {
|
|
568
|
+
position: absolute;
|
|
569
|
+
top: 10px;
|
|
570
|
+
right: 0; }
|
|
571
|
+
.markuapad .preview .content {
|
|
572
|
+
margin-top: 4em; }
|
|
573
|
+
|
|
574
|
+
.markuapad .live-preview .content em,
|
|
575
|
+
.markuapad .live-preview .content i,
|
|
576
|
+
.markuapad .preview .content em,
|
|
577
|
+
.markuapad .preview .content i {
|
|
578
|
+
font-style: italic; }
|
|
579
|
+
|
|
580
|
+
.markuapad .live-preview .content,
|
|
581
|
+
.markuapad .live-preview .content h1,
|
|
582
|
+
.markuapad .live-preview .content h2,
|
|
583
|
+
.markuapad .live-preview .content h3,
|
|
584
|
+
.markuapad .live-preview .content h4,
|
|
585
|
+
.markuapad .live-preview .content h5,
|
|
586
|
+
.markuapad .live-preview .content h6,
|
|
587
|
+
.markuapad .preview .content,
|
|
588
|
+
.markuapad .preview .content h1,
|
|
589
|
+
.markuapad .preview .content h2,
|
|
590
|
+
.markuapad .preview .content h3,
|
|
591
|
+
.markuapad .preview .content h4,
|
|
592
|
+
.markuapad .preview .content h5,
|
|
593
|
+
.markuapad .preview .content h6 {
|
|
594
|
+
font-family: "Roboto Slab", serif; }
|
|
595
|
+
|
|
596
|
+
.workspace {
|
|
597
|
+
display: -webkit-box;
|
|
598
|
+
display: -moz-box;
|
|
599
|
+
display: box;
|
|
600
|
+
display: -webkit-flex;
|
|
601
|
+
display: -moz-flex;
|
|
602
|
+
display: -ms-flexbox;
|
|
603
|
+
display: flex;
|
|
604
|
+
-webkit-box-flex: 1;
|
|
605
|
+
-moz-box-flex: 1;
|
|
606
|
+
box-flex: 1;
|
|
607
|
+
-webkit-flex: 1 1 100%;
|
|
608
|
+
-moz-flex: 1 1 100%;
|
|
609
|
+
-ms-flex: 1 1 100%;
|
|
610
|
+
flex: 1 1 100%;
|
|
611
|
+
-webkit-flex-flow: row nowrap;
|
|
612
|
+
-moz-flex-flow: row nowrap;
|
|
613
|
+
flex-flow: row nowrap; }
|
|
614
|
+
.workspace.live {
|
|
615
|
+
bottom: 0;
|
|
616
|
+
left: 10px;
|
|
617
|
+
position: absolute;
|
|
618
|
+
right: 10px;
|
|
619
|
+
top: 0; }
|
|
620
|
+
.workspace.live .editor {
|
|
621
|
+
max-width: 64em; }
|
|
622
|
+
.workspace.live .live-preview {
|
|
623
|
+
-webkit-box-flex: 1;
|
|
624
|
+
-moz-box-flex: 1;
|
|
625
|
+
box-flex: 1;
|
|
626
|
+
-webkit-flex: 1;
|
|
627
|
+
-moz-flex: 1;
|
|
628
|
+
-ms-flex: 1;
|
|
629
|
+
flex: 1;
|
|
630
|
+
background: #fff;
|
|
631
|
+
max-height: 100%;
|
|
632
|
+
overflow: auto;
|
|
633
|
+
padding: 2em 1em; }
|
|
634
|
+
.workspace.live .live-preview .content {
|
|
635
|
+
margin-left: initial; }
|
|
636
|
+
|
|
637
|
+
.markuapad .modal label {
|
|
638
|
+
cursor: pointer;
|
|
639
|
+
margin-bottom: 0; }
|
|
640
|
+
.markuapad .modal label img {
|
|
641
|
+
border-radius: 150px;
|
|
642
|
+
display: block;
|
|
643
|
+
max-width: 300px; }
|
|
644
|
+
|
|
645
|
+
.markuapad .modal .modal-state {
|
|
646
|
+
display: none; }
|
|
647
|
+
|
|
648
|
+
.markuapad .modal .modal-trigger {
|
|
649
|
+
padding: .8em 1em; }
|
|
650
|
+
|
|
651
|
+
.markuapad .modal .modal-fade-screen {
|
|
652
|
+
position: fixed;
|
|
653
|
+
top: 0;
|
|
654
|
+
right: 0;
|
|
655
|
+
bottom: 0;
|
|
656
|
+
left: 0;
|
|
657
|
+
background: rgba(0, 0, 0, 0.85);
|
|
658
|
+
opacity: 1;
|
|
659
|
+
padding-top: .6em;
|
|
660
|
+
text-align: left;
|
|
661
|
+
visibility: visible;
|
|
662
|
+
z-index: 99999999999; }
|
|
663
|
+
@media screen and (min-width: 53.75em) {
|
|
664
|
+
.markuapad .modal .modal-fade-screen {
|
|
665
|
+
padding-top: 10em; } }
|
|
666
|
+
.markuapad .modal .modal-fade-screen .modal-bg {
|
|
667
|
+
position: absolute;
|
|
668
|
+
top: 0;
|
|
669
|
+
right: 0;
|
|
670
|
+
bottom: 0;
|
|
671
|
+
left: 0;
|
|
672
|
+
cursor: pointer; }
|
|
673
|
+
|
|
674
|
+
.markuapad .modal .modal-close {
|
|
675
|
+
position: absolute;
|
|
676
|
+
top: 1.5em;
|
|
677
|
+
right: 1.5em;
|
|
678
|
+
height: 1.5em;
|
|
679
|
+
width: 1.5em;
|
|
680
|
+
background: #fff;
|
|
681
|
+
cursor: pointer; }
|
|
682
|
+
.markuapad .modal .modal-close:after, .markuapad .modal .modal-close:before {
|
|
683
|
+
position: absolute;
|
|
684
|
+
top: 3px;
|
|
685
|
+
right: 3px;
|
|
686
|
+
bottom: 0;
|
|
687
|
+
left: 50%;
|
|
688
|
+
-webkit-transform: rotate(45deg);
|
|
689
|
+
-moz-transform: rotate(45deg);
|
|
690
|
+
-ms-transform: rotate(45deg);
|
|
691
|
+
-o-transform: rotate(45deg);
|
|
692
|
+
transform: rotate(45deg);
|
|
693
|
+
height: 1.5em;
|
|
694
|
+
width: 0.15em;
|
|
695
|
+
background: #ddd;
|
|
696
|
+
content: '';
|
|
697
|
+
display: block;
|
|
698
|
+
margin: -3px 0 0 -1px; }
|
|
699
|
+
.markuapad .modal .modal-close:hover:after, .markuapad .modal .modal-close:hover:before {
|
|
700
|
+
background: #c4c4c4; }
|
|
701
|
+
.markuapad .modal .modal-close:before {
|
|
702
|
+
-webkit-transform: rotate(-45deg);
|
|
703
|
+
-moz-transform: rotate(-45deg);
|
|
704
|
+
-ms-transform: rotate(-45deg);
|
|
705
|
+
-o-transform: rotate(-45deg);
|
|
706
|
+
transform: rotate(-45deg); }
|
|
707
|
+
|
|
708
|
+
.markuapad .modal .modal-inner {
|
|
709
|
+
background: #fff;
|
|
710
|
+
border-radius: 3px;
|
|
711
|
+
margin: auto;
|
|
712
|
+
margin-top: 0;
|
|
713
|
+
max-height: 95%;
|
|
714
|
+
overflow: auto;
|
|
715
|
+
padding: 1.5em;
|
|
716
|
+
position: relative;
|
|
717
|
+
top: .5em;
|
|
718
|
+
width: 95%; }
|
|
719
|
+
@media screen and (min-width: 40em) {
|
|
720
|
+
.markuapad .modal .modal-inner {
|
|
721
|
+
max-height: 70%;
|
|
722
|
+
padding: 3em;
|
|
723
|
+
width: 60%; } }
|
|
724
|
+
@media screen and (min-width: 53.75em) {
|
|
725
|
+
.markuapad .modal .modal-inner {
|
|
726
|
+
width: 50%; } }
|
|
727
|
+
.markuapad .modal .modal-inner h1 {
|
|
728
|
+
color: #333;
|
|
729
|
+
margin-bottom: 0 0 .6em 0;
|
|
730
|
+
text-align: left;
|
|
731
|
+
text-transform: capitalize; }
|
|
732
|
+
.markuapad .modal .modal-inner p {
|
|
733
|
+
color: #333;
|
|
734
|
+
line-height: 1.5; }
|
|
735
|
+
.markuapad .modal .modal-inner .modal-intro {
|
|
736
|
+
font-weight: 800; }
|
|
737
|
+
.markuapad .modal .modal-inner .modal-content {
|
|
738
|
+
color: #333; }
|
|
739
|
+
.markuapad .modal .modal-inner .cta {
|
|
740
|
+
color: #fff;
|
|
741
|
+
display: inline-block;
|
|
742
|
+
margin-right: .5em;
|
|
743
|
+
margin-top: 1em; }
|
|
744
|
+
.markuapad .modal .modal-inner .cta:last-child {
|
|
745
|
+
padding: 0 2em; }
|
|
746
|
+
|
|
747
|
+
.markuapad .modal-open {
|
|
748
|
+
overflow: hidden; }
|
|
749
|
+
|
|
750
|
+
.markuapad .merge-conflicts-modal .modal-fade-screen {
|
|
751
|
+
padding-top: 4em; }
|
|
752
|
+
|
|
753
|
+
.markuapad .merge-conflicts-modal .modal-inner {
|
|
754
|
+
max-height: 95%;
|
|
755
|
+
width: 80%; }
|
|
756
|
+
|
|
757
|
+
.markuapad .merge-conflicts-modal .conflict-explanation {
|
|
758
|
+
padding: 1em;
|
|
759
|
+
background: #fcc;
|
|
760
|
+
border: thin solid #faa;
|
|
761
|
+
text-shadow: 0 1px 0 #fff;
|
|
762
|
+
border-radius: 4px; }
|
|
763
|
+
|
|
764
|
+
.markuapad .merge-conflicts-modal .conflict-wrapper {
|
|
765
|
+
display: -webkit-box;
|
|
766
|
+
display: -moz-box;
|
|
767
|
+
display: box;
|
|
768
|
+
display: -webkit-flex;
|
|
769
|
+
display: -moz-flex;
|
|
770
|
+
display: -ms-flexbox;
|
|
771
|
+
display: flex;
|
|
772
|
+
-webkit-box-flex: 1;
|
|
773
|
+
-moz-box-flex: 1;
|
|
774
|
+
box-flex: 1;
|
|
775
|
+
-webkit-flex: 1 1 100%;
|
|
776
|
+
-moz-flex: 1 1 100%;
|
|
777
|
+
-ms-flex: 1 1 100%;
|
|
778
|
+
flex: 1 1 100%;
|
|
779
|
+
-webkit-flex-flow: row nowrap;
|
|
780
|
+
-moz-flex-flow: row nowrap;
|
|
781
|
+
flex-flow: row nowrap;
|
|
782
|
+
padding: 20px 0; }
|
|
783
|
+
|
|
784
|
+
.markuapad .merge-conflicts-modal .conflict-content {
|
|
785
|
+
-webkit-box-flex: 1;
|
|
786
|
+
-moz-box-flex: 1;
|
|
787
|
+
box-flex: 1;
|
|
788
|
+
-webkit-flex: 1;
|
|
789
|
+
-moz-flex: 1;
|
|
790
|
+
-ms-flex: 1;
|
|
791
|
+
flex: 1;
|
|
792
|
+
padding: 1em; }
|
|
793
|
+
.markuapad .merge-conflicts-modal .conflict-content.client-version {
|
|
794
|
+
border-right: thin dashed #ddd; }
|
|
795
|
+
.markuapad .merge-conflicts-modal .conflict-content h6 {
|
|
796
|
+
border-bottom: thin dashed #ddd;
|
|
797
|
+
font-weight: 700;
|
|
798
|
+
padding-bottom: 1em; }
|
|
799
|
+
|
|
800
|
+
.markuapad .merge-conflicts-modal .conflict-actions {
|
|
801
|
+
text-align: center; }
|
|
802
|
+
.markuapad .merge-conflicts-modal .conflict-actions li {
|
|
803
|
+
display: inline-block; }
|
|
804
|
+
.markuapad .merge-conflicts-modal .conflict-actions li > a {
|
|
805
|
+
border-color: #eee; }
|
|
806
|
+
|
|
807
|
+
.markuapad {
|
|
808
|
+
display: -webkit-box;
|
|
809
|
+
display: -moz-box;
|
|
810
|
+
display: box;
|
|
811
|
+
display: -webkit-flex;
|
|
812
|
+
display: -moz-flex;
|
|
813
|
+
display: -ms-flexbox;
|
|
814
|
+
display: flex;
|
|
815
|
+
-webkit-flex-flow: column nowrap;
|
|
816
|
+
-moz-flex-flow: column nowrap;
|
|
817
|
+
flex-flow: column nowrap;
|
|
818
|
+
height: 100%; }
|
|
819
|
+
.markuapad a:hover {
|
|
820
|
+
text-decoration: none; }
|
|
821
|
+
.markuapad h1 {
|
|
822
|
+
font-size: 2.25em; }
|
|
823
|
+
.markuapad h2 {
|
|
824
|
+
font-size: 2em; }
|
|
825
|
+
.markuapad h3 {
|
|
826
|
+
font-size: 1.75em; }
|
|
827
|
+
.markuapad h4 {
|
|
828
|
+
font-size: 1.5em; }
|
|
829
|
+
.markuapad h5 {
|
|
830
|
+
font-size: 1.25em; }
|
|
831
|
+
.markuapad h6 {
|
|
832
|
+
font-size: 1em; }
|
|
833
|
+
|
|
834
|
+
.markuapad .main-view {
|
|
835
|
+
display: -webkit-box;
|
|
836
|
+
display: -moz-box;
|
|
837
|
+
display: box;
|
|
838
|
+
display: -webkit-flex;
|
|
839
|
+
display: -moz-flex;
|
|
840
|
+
display: -ms-flexbox;
|
|
841
|
+
display: flex;
|
|
842
|
+
-webkit-box-flex: 1;
|
|
843
|
+
-moz-box-flex: 1;
|
|
844
|
+
box-flex: 1;
|
|
845
|
+
-webkit-flex: 1;
|
|
846
|
+
-moz-flex: 1;
|
|
847
|
+
-ms-flex: 1;
|
|
848
|
+
flex: 1;
|
|
849
|
+
-webkit-flex-flow: row nowrap;
|
|
850
|
+
-moz-flex-flow: row nowrap;
|
|
851
|
+
flex-flow: row nowrap;
|
|
852
|
+
position: relative; }
|