You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
2.3 KiB
127 lines
2.3 KiB
2 years ago
|
.placeholder {
|
||
|
outline: 1px dashed #4183C4;
|
||
|
/*-webkit-border-radius: 3px;
|
||
|
-moz-border-radius: 3px;
|
||
|
border-radius: 3px;
|
||
|
margin: -1px;*/
|
||
|
}
|
||
|
|
||
|
.mjs-nestedSortable-error {
|
||
|
background: #fbe3e4;
|
||
|
border-color: transparent;
|
||
|
}
|
||
|
|
||
|
ol {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
padding-left: 30px;
|
||
|
}
|
||
|
|
||
|
ol.sortable, ol.sortable ol {
|
||
|
margin: 0 0 0 25px;
|
||
|
padding: 0;
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
|
||
|
ol.sortable {
|
||
|
margin: 2em 0;
|
||
|
}
|
||
|
|
||
|
.sortable li {
|
||
|
margin: 5px 0 0 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.sortable li div {
|
||
|
border: 1px solid #ddd;
|
||
|
-webkit-border-radius: 3px;
|
||
|
-moz-border-radius: 3px;
|
||
|
border-radius: 3px;
|
||
|
padding: 6px;
|
||
|
margin: 0;
|
||
|
cursor: move;
|
||
|
background-color: #f4f4f4;
|
||
|
color: #444;
|
||
|
border-color: #00acd6;
|
||
|
}
|
||
|
|
||
|
.sortable li.mjs-nestedSortable-branch div {
|
||
|
/*background-color: #00c0ef;*/
|
||
|
/*border-color: #00acd6;*/
|
||
|
}
|
||
|
|
||
|
.sortable li.mjs-nestedSortable-leaf div {
|
||
|
/*background-color: #00c0ef;*/
|
||
|
border: 1px solid #ddd;
|
||
|
}
|
||
|
|
||
|
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
|
||
|
border-color: #999;
|
||
|
background: #fafafa;
|
||
|
}
|
||
|
|
||
|
.disclose {
|
||
|
cursor: pointer;
|
||
|
width: 10px;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.sortable li.mjs-nestedSortable-collapsed > ol {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.sortable li.mjs-nestedSortable-branch > div > .disclose {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
|
||
|
content: '+ ';
|
||
|
}
|
||
|
|
||
|
.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
|
||
|
content: '- ';
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 2em;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 1.2em;
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
margin-top: .2em;
|
||
|
margin-bottom: 1.5em;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-size: 1em;
|
||
|
margin: 1em 0 .3em;;
|
||
|
}
|
||
|
|
||
|
p, ol, ul, pre, form {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
dl {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
margin: 0;
|
||
|
padding: 0 0 0 1.5em;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
background: #e5e5e5;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
vertical-align: text-bottom;
|
||
|
}
|
||
|
|
||
|
.notice {
|
||
|
color: #c33;
|
||
|
}
|