body { font-family: 'Roboto', sans-serif; padding-top: 7.8em; background-color: #f8f8f8; } * { box-sizing: border-box; } *, *:hover, *:active, *:focus { outline: 0 } a { text-decoration: none; } img { max-width: 100%; } pre { padding: 1em; border: 1px solid #e6e6e6; border-radius: 0.5em; background-color: #f5f5f5; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } button { border: 0; padding: .5em 1em; margin-left: .5em; border-radius: .1em; background-color; cursor: pointer; background: #2196f3; color: #fff; border: 1px solid rgba(0, 0, 0, 0.05); box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); transition: .1s ease all; } button:hover { background-color: #1E88E5; } .container { width: 95%; max-width: 960px; margin: 0 auto; } i.spin { animation: 1s spin linear infinite; } /* EDITOR */ #editor .frontmatter { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 1em; -moz-column-gap: 1em; column-gap: 1em; margin-bottom: 1em; } #editor .group, #editor #editor-source { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); display: block; border-radius: .2em; padding: .5em; margin-bottom: 1em; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; background-color: #fff; display: inline-block; width: 100%; break-inside: avoid-column; } #editor .block { border-bottom: 1px solid #eee; margin-bottom: .5em; padding-bottom: .5em; } #editor .block:last-child { border: 0; margin: 0; padding: 0; } #editor .block label { display: block; color: #212121; font-weight: 500; } #editor h3 { margin: 0 0 .5em; display: inline-block; vertical-align: middle; width: calc(100% - 2.5em); } #editor .block input, #editor .block .actions { display: inline-block; } #editor .block input, #editor .block textarea, #editor fieldset input, #editor fieldset textarea { border: 0; background-color: transparent; overflow: hidden; color: #9E9E9E; resize: none; width: calc(100% - 1.5em); } #editor .action { border: 0; background-color: transparent; font-size: .8em; margin: 0; } #editor .delete, #editor .add { color: #ddd; } #editor i { padding: 0; } #editor .add:hover i { color: #8BC34A; } #editor .delete:hover i { color: #E53935; } #editor .add:hover i, #editor .delete:hover i { background-color: transparent; } #editor fieldset>.action { opacity: 0; } #editor fieldset:hover>.action { opacity: 1; } #editor textarea[name="content"] { display: none; } #editor fieldset fieldset { margin-left: 1em; } #editor button span { vertical-align: middle; transition: 0.2s ease-in-out all; } #editor button span i { vertical-align: sub; font-size: 1.3rem; margin-right: .2em; } #editor #publish { background-color: #167169; } #editor .group.temp { background-color: #f5f5f5; } #editor .group.temp label { font-weight: lighter; font-size: .8em; margin-bottom: 1em; color: #7d7d7d; } #editor .group.temp input { color: #212121; } #editor .right { display: inline-block; text-align: right; float: right; } /* * * * * * * * * * * * * * * * * ACTION * * * * * * * * * * * * * * * * */ .action { display: inline-block; cursor: pointer; -webkit-transition: 0.2s ease all; transition: 0.2s ease all; border: 0; margin: 0; color: #546E7A; border-radius: 50%; } .action.disabled { opacity: 0.2; cursor: not-allowed; } .action i { padding: 0.4em; -webkit-transition: 0.2s ease-in-out all; transition: 0.2s ease-in-out all; border-radius: 50%; } .action:hover i { background-color: rgba(0, 0, 0, .1); } .action:hover ul { display: flex; } .action ul { position: absolute; top: 3.1em; left: 0; color: #7d7d7d; list-style: none; margin: 0; padding: 0; background: #fff; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); border-radius: .2em; flex-direction: column-reverse; display: none; transition: .2s ease all; min-width: 3em; z-index: 99999; } .action ul:before { top: -16px; left: 1em; right: auto; border: 8px solid transparent; border-bottom-color: #ffffff; content: ''; position: absolute; } .action ul a { padding: .3em .5em; border-bottom: 1px solid #f5f5f5; transition: .2s ease all; text-align: left; } .action ul a:first-child { border: 0; border-bottom-right-radius: .2em; border-bottom-left-radius: .2em; } .action ul a:last-child { border-top-right-radius: .2em; border-top-left-radius: .2em; } .action ul a:hover { background-color: #f5f5f5; } /* * * * * * * * * * * * * * * * * NEW FILE/DIR * * * * * * * * * * * * * * * * */ .floating { position: fixed; bottom: 1em; right: 1em; } .floating .action { background-color: #2196f3 !important; color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12); } #newdir { position: fixed; bottom: 1.3em; right: 5em; transition: .2s ease all; opacity: 0; border: 0; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); padding: .5em; width: 22em; border-radius: .2em; } #newdir.enabled { opacity: 1; } /* * * * * * * * * * * * * * * * * HEADER * * * * * * * * * * * * * * * * */ header { z-index: 1000; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.075); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); position: fixed; top: 0; left: 0; width: 100%; padding: 0; } header a, header a:hover { color: inherit; } header p i { font-size: 1em !important; color: rgba(255, 255, 255, .31); } header>div { display: flex; width: 100%; padding: 0.5em 0.5em 0.5em 1em; } header p { display: inline-block; margin: 0; vertical-align: middle; } header p a, header p a:hover { color: inherit; } header .action span { display: none; } header>div div { vertical-align: middle; position: relative; } header .actions { margin-left: auto; } #logout { border-radius: 0; margin-left: auto; padding: .15em; } /* * * * * * * * * * * * * * * * * TOP BAR * * * * * * * * * * * * * * * * */ #top-bar { height: 4em; } #top-bar>div:nth-child(1) { margin-right: 1em; font-weight: 500; font-size: 1.5em; line-height: 2; } /* * * * * * * * * * * * * * * * * SEARCH BAR * * * * * * * * * * * * * * * * */ #search { position: relative; display: inline-block; height: 100%; padding: 0.75em; vertical-align: middle; border-radius: 0.3em; background-color: #f5f5f5; transition: .1s ease all; } #search.active { background-color: #fff; border-bottom-left-radius: 0; border-bottom-right-radius: 0; box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12); } #search.active i, #search.active input { color: #212121; } #search i, #search input { vertical-align: middle; } #search i { margin-right: 0.3em; user-select: none; } #search input { min-width: 20em; border: 0; outline: 0; background-color: transparent; } #search.active div { visibility: visible; opacity: 1; top: 100%; } #search ul { padding: 0; margin: 0; list-style: none; } #search li { margin-bottom: .5em; } #search>div { position: absolute; top: 0; width: 100%; left: 0; z-index: 999999; background-color: #fff; text-align: left; color: #ccc; box-shadow: 0 2px 3px rgba(0, 0, 0, .06), 0 2px 2px rgba(0, 0, 0, .12); padding: .5em; border-bottom-left-radius: .3em; border-bottom-right-radius: .3em; transition: .1s ease all; visibility: hidden; opacity: 0; overflow-x: hidden; overflow-y: auto; max-height: 50vh; } #search>div div { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } #search>div p { width: 100%; text-align: center; display: none; margin: 0; max-width: none; } #search.ongoing p { display: block; } #search.active div i, #sidebar #search.active div i { color: #ccc; text-align: center; margin: 0 auto; display: table; } #search::-webkit-input-placeholder { color: rgba(255, 255, 255, .5); } #search:-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, .5); } #search::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, .5); } #search:-ms-input-placeholder { color: rgba(255, 255, 255, .5); } /* * * * * * * * * * * * * * * * * BOTTOM BAR * * * * * * * * * * * * * * * * */ #bottom-bar { background-color: #fafafa; border-top: 1px solid rgba(0, 0, 0, 0.075); border-bottom: 1px solid rgba(0, 0, 0, 0.075); height: 3.8em; } #bottom-bar div:first-child>* { display: inline-block; vertical-align: middle; } #bottom-bar>div:first-child>i { margin-right: .3em; } #file-only { display: inline-block; border-right: 1px solid rgba(0, 0, 0, 0.075); padding-right: .3em; margin-right: .3em; transition: .2s ease all; visibility: visible; } #file-only.disabled { opacity: 0; visibility: hidden; } /* * * * * * * * * * * * * * * * * BREADCRUMBS * * * * * * * * * * * * * * * * */ #breadcrumbs-button { padding: .4em 0.3em; border-radius: .1em; cursor: pointer; transition: .1s ease all; } #breadcrumbs-button.active, #breadcrumbs-button:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); background: #fff; } #current-file { line-height: 2.7em; } #breadcrumbs { transition: .1s ease all; padding: 0; margin: 0; list-style: none; display: inline-flex; flex-direction: column; border-radius: 2px; border-top-left-radius: 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); background: #fff; position: absolute; left: 0; top: 2.3em; min-width: 7em; z-index: 999; opacity: 0; visibility: hidden; color: #656565; } #breadcrumbs.active { opacity: 1; visibility: visible; } #breadcrumbs li { line-height: 1.5em; padding: .3em; } /* * * * * * * * * * * * * * * * * LISTING * * * * * * * * * * * * * * * * */ #listing { max-width: calc(100% - 1.2em); width: 100%; } #listing h2 { margin: 0 0 0 0.5em; font-size: 1em; color: rgba(0, 0, 0, 0.2); font-weight: 500; } #listing .item div:last-of-type * { text-overflow: ellipsis; overflow: hidden; } #listing>div { display: flex; padding: 0; flex-wrap: wrap; justify-content: flex-start; position: relative; } #listing .item { background-color: #fff; position: relative; display: flex; flex-wrap: nowrap; color: #6f6f6f; transition: .1s ease all; align-items: center; } #listing .item div:last-of-type { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } #listing .item p { margin: 0; } #listing .item .size, #listing .item .modified { font-size: 0.9em; } #listing .item .name { font-weight: bold; } #listing .item i { font-size: 4em; margin-right: 0.1em; vertical-align: bottom; } /* * * * * * * * * * * * * * * * * LISTING - MOSAIC * * * * * * * * * * * * * * * * */ #listing.mosaic { margin-top: 1em; } #listing.mosaic .item { width: calc(33% - 1em); margin: .5em; padding: 0.5em; border-radius: 0.2em; box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12); } #listing.mosaic .item:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important; } #listing.mosaic .header { display: none; } #listing.mosaic .item div:first-of-type { width: 5em; } #listing.mosaic .item div:last-of-type { width: calc(100% - 5vw); } /* * * * * * * * * * * * * * * * * LISTING - DETAIL * * * * * * * * * * * * * * * * */ #listing.list { flex-direction: column; margin-top: 3.25em; width: 100%; max-width: 100%; } #listing.list .item { width: 100%; margin: 0; border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 1em; } #listing.list h2 { display: none; } #listing .item[aria-selected=true] { background: #2196f3 !important; color: #fff !important; } #listing.list .item div:first-of-type { width: 3em; } #listing.list .item div:first-of-type i { font-size: 2em; } #listing.list .item div:last-of-type { width: calc(100% - 3em); display: flex; align-items: center; } #listing.list .item .name { width: 50%; } #listing.list .item .size { width: 25%; } #listing .item.header { display: none !important; background-color: #ccc; } #listing.list .header i { font-size: 1.5em; vertical-align: middle; margin-left: .2em; } #listing.list .item.header { display: flex !important; background: #fafafa; position: fixed; width: 100%; top: 7.8em; left: 0; z-index: 999; padding: .85em; } #listing.list .item.header>div:first-child { width: 0; } #listing.list .item.header .name { margin-right: 3em; } #listing.list .header { display: flex; background: #fafafa; position: fixed; width: 100%; top: 7.8em; left: 0; z-index: 999; } #listing.list .header a { color: inherit; } #listing.list .item.header>div:first-child { width: 0; } #listing.list .name { font-weight: normal; } #listing.list .item.header .name { margin-right: 3em; } #listing.list .header span { vertical-align: middle; } #listing.list .header i { opacity: 0; transition: .1s ease all; } #listing.list .header p:hover i, #listing.list .header .active i { opacity: 1; } #listing.list .item.header .active { font-weight: bold; } /* * * * * * * * * * * * * * * * * PROMPT * * * * * * * * * * * * * * * * */ .overlay, .prompt { opacity: 0; z-index: -1; transition: .1s ease opacity, z-index; } .overlay.active, .prompt.active { z-index: 9999999; opacity: 1; } .overlay { background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; height: 0; width: 0; } .overlay.active { height: 100%; width: 100%; } .prompt { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99999999; background: #fff; border: 1px solid rgba(0, 0, 0, 0.075); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); padding: 2em; max-width: 25em; width: 95%; } .prompt h3 { margin: 0; font-weight: 500; font-size: 1.5em; } .prompt p { font-size: .9em; color: rgba(0, 0, 0, 0.8); margin: .5em 0 1em; } .prompt input { width: 100%; border: 1px solid #dadada; line-height: 1; padding: .3em; } .prompt div { margin-top: 1em; display: flex; justify-content: flex-start; flex-direction: row-reverse; } .prompt .cancel { background-color: #ECEFF1; color: #37474F; } .prompt .cancel:hover { background-color: #e9eaeb; } /* * * * * * * * * * * * * * * * * FOOTER * * * * * * * * * * * * * * * * */ footer { font-size: 0.6em; margin: 2em 0 2em; text-align: center; color: grey; } footer a, footer a:hover { color: inherit; } /* * * * * * * * * * * * * * * * * ANIMATIONS * * * * * * * * * * * * * * * * */ @keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }