makedrive
Version:
Webmaker Filesystem
187 lines (156 loc) • 3.08 kB
text/less
@import "../../../client/vendors/font-awesome/less/font-awesome";
@import "../../../client/vendors/makerstrap/less/makerstrap";
@import "/vendors/jstree/dist/themes/default/style.min.css";
@import "/vendors/filer-dialogs/style/style.css";
i.save {
padding-left: 20px;
color: black;
cursor: pointer;
}
i.canSave {
color: gray;
}
#editor {
top: 0;
left: 0;
font-size: 15pt;
height: 640px;
border-color: #272822;
width: 100%
}
.editor-button {
position: fixed;
top: 52px;
width: 30px;
z-index: 10011;
font-size: 25px;
left: 15px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
cursor: pointer;
}
div.alert.alert-success {
position: absolute;
right: 50%;
z-index: 4;
bottom: 80%;
display: none;
}
div.alert.alert-danger {
position: absolute;
right: 40%;
z-index: 4;
bottom: 80%;
display: none;
}
.side-bar-open {
left: 15px;
color: white;
}
body {
background: #E9EDF0;
color: gray;
}
html, body {
height:100%;
}
/*!
* Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Toggle Styles */
#wrapper {
padding-left: 0;
max-height: 655px;
height: 100%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #8F9596;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
border-right: 1px solid black;
}
#jstree {
padding-top: 10px;
ul {
color: #000;
font-weight: 300;
}
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav > .sidebar-brand {
height: 52px;
font-size: 18px;
line-height: 60px;
border-bottom: 1px solid gray;
}
@media(max-width:768px) {
span.side-bar-button {
left: 225px;
color: white;
}
span.side-bar-open {
left: 15px;
color: gray;
}
}
@media(min-width:768px) {
.side-bar-open {
left: 225px;
}
#wrapper {
padding-left: 250px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 250px;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.sign-in-button {
padding: 7px 20px;
}