Add editorconfig
This commit is contained in:
parent
8d8c8f2a01
commit
3d9123a259
|
@ -0,0 +1,12 @@
|
|||
root = true
|
||||
|
||||
[src/**]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
558
src/main.less
558
src/main.less
|
@ -1,317 +1,317 @@
|
|||
html, .header > .container, .repohead > .container, .site > .container {
|
||||
transition: margin-left .2s ease;
|
||||
transition: margin-left .2s ease;
|
||||
}
|
||||
|
||||
.octotree_sidebar {
|
||||
position: fixed;
|
||||
padding-top: 41px;
|
||||
overflow: visible;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: #f7f7f7;
|
||||
border-right: 1px solid #ddd;
|
||||
z-index: 999991;
|
||||
user-select: none;
|
||||
transition: transform .2s ease;
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
position: fixed;
|
||||
padding-top: 41px;
|
||||
overflow: visible;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: #f7f7f7;
|
||||
border-right: 1px solid #ddd;
|
||||
z-index: 999991;
|
||||
user-select: none;
|
||||
transition: transform .2s ease;
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
|
||||
.ui-resizable-e {
|
||||
position: absolute;
|
||||
cursor: col-resize;
|
||||
width: 5px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.ui-resizable-e {
|
||||
position: absolute;
|
||||
cursor: col-resize;
|
||||
width: 5px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.octotree {
|
||||
.octotree_sidebar {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
a.octotree_toggle {
|
||||
right: 5px;
|
||||
& > span:after {
|
||||
content: '\f0a4';
|
||||
}
|
||||
.octotree_sidebar {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
a.octotree_toggle {
|
||||
right: 5px;
|
||||
& > span:after {
|
||||
content: '\f0a4';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.octotree_views {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
.octotree_view {
|
||||
display: none;
|
||||
&.current {
|
||||
display: block;
|
||||
}
|
||||
.octotree_view_header {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 46px;
|
||||
font-size: 16px;
|
||||
line-height: 2.7;
|
||||
background-color: #f3f3f3;
|
||||
background-image: linear-gradient(#f9f9f9, #f3f3f3);
|
||||
background-repeat: repeat-x;
|
||||
margin: -5px 0 0;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
.octotree_view {
|
||||
display: none;
|
||||
&.current {
|
||||
display: block;
|
||||
}
|
||||
.octotree_view_header {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 46px;
|
||||
font-size: 16px;
|
||||
line-height: 2.7;
|
||||
background-color: #f3f3f3;
|
||||
background-image: linear-gradient(#f9f9f9, #f3f3f3);
|
||||
background-repeat: repeat-x;
|
||||
margin: -5px 0 0;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
}
|
||||
|
||||
.octotree_treeview {
|
||||
.octotree_view_header {
|
||||
padding-left: 13px;
|
||||
}
|
||||
.octotree_header_repo {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.octotree_header_repo:before {
|
||||
font-family: octicons;
|
||||
content: '\f001';
|
||||
color: #bbb;
|
||||
margin-right: 6px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.octotree_header_branch {
|
||||
line-height: 1;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 12px;
|
||||
margin-top: -6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.octotree_header_branch:before {
|
||||
font-family: octicons;
|
||||
content: '\f020';
|
||||
color: #bbb;
|
||||
margin-right: 8px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.jstree-icon.tree:before {
|
||||
content: '\f016';
|
||||
color: #80a6cd;
|
||||
}
|
||||
.jstree-icon.blob:before {
|
||||
content: '\f011';
|
||||
color: #777;
|
||||
}
|
||||
.jstree-icon.commit:before {
|
||||
content: '\f017';
|
||||
color: #777;
|
||||
}
|
||||
.jstree-anchor {
|
||||
color: #4183c4 !important;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
& > span {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
.jstree-anchor:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.jstree-default {
|
||||
.jstree-wholerow {
|
||||
height: auto;
|
||||
}
|
||||
.jstree-wholerow-hovered {
|
||||
background: #eee;
|
||||
}
|
||||
.jstree-wholerow-clicked {
|
||||
background: #dbeeff;
|
||||
}
|
||||
.jstree-node {
|
||||
line-height: 24px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.jstree-icon.jstree-ocl {
|
||||
margin-right: -6px;
|
||||
}
|
||||
}
|
||||
|
||||
.octotree_treeview {
|
||||
.octotree_view_header {
|
||||
padding-left: 13px;
|
||||
}
|
||||
.octotree_header_repo {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.octotree_header_repo:before {
|
||||
font-family: octicons;
|
||||
content: '\f001';
|
||||
color: #bbb;
|
||||
margin-right: 6px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.octotree_header_branch {
|
||||
line-height: 1;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 12px;
|
||||
margin-top: -6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.octotree_header_branch:before {
|
||||
font-family: octicons;
|
||||
content: '\f020';
|
||||
color: #bbb;
|
||||
margin-right: 8px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.jstree-icon.tree:before {
|
||||
content: '\f016';
|
||||
color: #80a6cd;
|
||||
}
|
||||
.jstree-icon.blob:before {
|
||||
content: '\f011';
|
||||
color: #777;
|
||||
}
|
||||
.jstree-icon.commit:before {
|
||||
content: '\f017';
|
||||
color: #777;
|
||||
}
|
||||
.jstree-anchor {
|
||||
color: #4183c4 !important;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
& > span {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
.jstree-anchor:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.jstree-default {
|
||||
.jstree-wholerow {
|
||||
height: auto;
|
||||
}
|
||||
.jstree-wholerow-hovered {
|
||||
background: #eee;
|
||||
}
|
||||
.jstree-wholerow-clicked {
|
||||
background: #dbeeff;
|
||||
}
|
||||
.jstree-node {
|
||||
line-height: 24px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.jstree-icon.jstree-ocl {
|
||||
margin-right: -6px;
|
||||
}
|
||||
}
|
||||
|
||||
.jstree-icon.tree, .jstree-icon.blob, .jstree-icon.commit {
|
||||
font: normal normal 16px octicons;
|
||||
display: inline-block;
|
||||
margin-right: 3px;
|
||||
text-decoration: none;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
.jstree-default .jstree-icon, .jstree-default .jstree-icon:empty, .jstree-default .jstree-anchor {
|
||||
line-height: 24px;
|
||||
}
|
||||
.jstree-icon.tree, .jstree-icon.blob, .jstree-icon.commit {
|
||||
font: normal normal 16px octicons;
|
||||
display: inline-block;
|
||||
margin-right: 3px;
|
||||
text-decoration: none;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.octotree_errorview {
|
||||
.octotree_view_header {
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
& > form {
|
||||
div {
|
||||
margin: 6px;
|
||||
}
|
||||
input {
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
}
|
||||
.error {
|
||||
color: #900;
|
||||
}
|
||||
.button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
.jstree-default .jstree-icon, .jstree-default .jstree-icon:empty, .jstree-default .jstree-anchor {
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.octotree_optsview {
|
||||
.octotree_view_header {
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
& > form {
|
||||
margin: 6px;
|
||||
& > div {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 12px;
|
||||
a {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
label {
|
||||
font-weight: normal;
|
||||
}
|
||||
input[type=text], textarea {
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
}
|
||||
}
|
||||
.octotree_errorview {
|
||||
.octotree_view_header {
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
& > form {
|
||||
div {
|
||||
margin: 6px;
|
||||
}
|
||||
input {
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
}
|
||||
.error {
|
||||
color: #900;
|
||||
}
|
||||
.button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.octotree_optsview {
|
||||
.octotree_view_header {
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
& > form {
|
||||
margin: 6px;
|
||||
& > div {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 12px;
|
||||
a {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
label {
|
||||
font-weight: normal;
|
||||
}
|
||||
input[type=text], textarea {
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a.octotree_toggle, a.octotree_opts {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
z-index: 999992;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
z-index: 999992;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
|
||||
& > span {
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
&:hover, &.selected {
|
||||
color: #4183C4;
|
||||
}
|
||||
& > span {
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
&:hover, &.selected {
|
||||
color: #4183C4;
|
||||
}
|
||||
}
|
||||
|
||||
a.octotree_opts {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
top: 13px;
|
||||
right: 42px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
top: 13px;
|
||||
right: 42px;
|
||||
|
||||
& > span {
|
||||
font: normal normal 12px octicons;
|
||||
}
|
||||
& > span:before {
|
||||
content: '\f031';
|
||||
}
|
||||
& > span {
|
||||
font: normal normal 12px octicons;
|
||||
}
|
||||
& > span:before {
|
||||
content: '\f031';
|
||||
}
|
||||
}
|
||||
a.octotree_toggle {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 6px 6px !important;
|
||||
top: 5px;
|
||||
right: -35px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 6px 6px !important;
|
||||
top: 5px;
|
||||
right: -35px;
|
||||
|
||||
& > span {
|
||||
font: normal normal 16px octicons;
|
||||
}
|
||||
& > span {
|
||||
font: normal normal 16px octicons;
|
||||
}
|
||||
& > span:after {
|
||||
content: '\f078';
|
||||
}
|
||||
&.loading {
|
||||
& > span:after {
|
||||
content: '\f078';
|
||||
content: '';
|
||||
}
|
||||
&.loading {
|
||||
& > span:after {
|
||||
content: '';
|
||||
}
|
||||
.loader {
|
||||
border-radius: 50%;
|
||||
border: 2px solid #000;
|
||||
border-top: 2px solid rgba(0,0,0,0);
|
||||
border-left: 2px solid rgba(0,0,0,0);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
animation: loading .5s infinite linear;
|
||||
}
|
||||
}
|
||||
@keyframes loading {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
.loader {
|
||||
border-radius: 50%;
|
||||
border: 2px solid #000;
|
||||
border-top: 2px solid rgba(0,0,0,0);
|
||||
border-left: 2px solid rgba(0,0,0,0);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
animation: loading .5s infinite linear;
|
||||
}
|
||||
}
|
||||
@keyframes loading {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
}
|
||||
|
||||
.octotree_popup {
|
||||
position: fixed;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 40px;
|
||||
left: 5px;
|
||||
z-index: 999993;
|
||||
width: 260px;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid rgba(0,0,0,0.15);
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 3px 12px rgba(0,0,0,0.25);
|
||||
white-space: normal;
|
||||
transition: opacity .3s linear;
|
||||
position: fixed;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
opacity: 0;
|
||||
top: 40px;
|
||||
left: 5px;
|
||||
z-index: 999993;
|
||||
width: 260px;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid rgba(0,0,0,0.15);
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 3px 12px rgba(0,0,0,0.25);
|
||||
white-space: normal;
|
||||
transition: opacity .3s linear;
|
||||
|
||||
&.show {
|
||||
opacity: 1;
|
||||
}
|
||||
& > .arrow, & > .arrow:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
& > .arrow {
|
||||
left: 15px;
|
||||
top: -6px;
|
||||
border-width: 6px;
|
||||
margin-left: -6px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
& > .arrow:after {
|
||||
border-width: 5px;
|
||||
content: '';
|
||||
top: 1px;
|
||||
margin-left: -5px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
& > .content {
|
||||
padding: 9px 14px;
|
||||
font-size: 13px;
|
||||
}
|
||||
&.show {
|
||||
opacity: 1;
|
||||
}
|
||||
& > .arrow, & > .arrow:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
& > .arrow {
|
||||
left: 15px;
|
||||
top: -6px;
|
||||
border-width: 6px;
|
||||
margin-left: -6px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
& > .arrow:after {
|
||||
border-width: 5px;
|
||||
content: '';
|
||||
top: 1px;
|
||||
margin-left: -5px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
& > .content {
|
||||
padding: 9px 14px;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue