mirror of https://gitee.com/bigwinds/arangodb
47 lines
741 B
CSS
47 lines
741 B
CSS
.snippet-wrap .snippet-num li {list-style:decimal-leading-zero outside none;}
|
|
.snippet-no-num { list-style-type: none; }
|
|
|
|
.prettify {
|
|
font-size: 1.1em;
|
|
height:8px;
|
|
margin-left: -30px;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
#documentsView tr td {
|
|
height: 5px;
|
|
}
|
|
|
|
.sh_number {
|
|
color: #8c5c39;
|
|
}
|
|
|
|
.sh_symbol {
|
|
color: blue;
|
|
}
|
|
|
|
.sh_cbracket {
|
|
color: #C7A317;
|
|
}
|
|
|
|
.sh_keyword {
|
|
color: #4E387E;
|
|
}
|
|
|
|
.sh_string {
|
|
color: green;
|
|
}
|
|
|
|
.sh_object {
|
|
color: blue;
|
|
}
|
|
|
|
.sh_array {
|
|
color: blue;
|
|
}
|
|
|
|
//<form action="localhost:9999/_api/import/?collection=...&createCollection=false" method="post">
|
|
//<input type="file" name="filename" />
|
|
//<input type="submit" value="post!" />
|
|
//</form>
|