20220406
This commit is contained in:
152
vendor/weiwei/api-doc/src/assets/css/json.css
vendored
Normal file
152
vendor/weiwei/api-doc/src/assets/css/json.css
vendored
Normal file
@@ -0,0 +1,152 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
div.ControlsRow, div.HeadersRow {
|
||||
font-family: Georgia;
|
||||
}
|
||||
div.Canvas
|
||||
|
||||
{
|
||||
|
||||
font-family: Lucida Console, Georgia;
|
||||
|
||||
font-size: 16px;
|
||||
|
||||
background-color:#ECECEC;
|
||||
|
||||
color:#000000;
|
||||
|
||||
border:solid 1px #CECECE;
|
||||
|
||||
}
|
||||
|
||||
pre{font-size: 16px;}
|
||||
|
||||
.ObjectBrace
|
||||
|
||||
{
|
||||
|
||||
color:#00AA00;
|
||||
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
|
||||
.ArrayBrace
|
||||
|
||||
{
|
||||
|
||||
color:#0033FF;
|
||||
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
|
||||
.PropertyName
|
||||
|
||||
{
|
||||
|
||||
color:#CC0000;
|
||||
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
|
||||
.String
|
||||
|
||||
{
|
||||
|
||||
color:#007777;
|
||||
|
||||
}
|
||||
|
||||
.Number
|
||||
|
||||
{
|
||||
|
||||
color:#AA00AA;
|
||||
|
||||
}
|
||||
|
||||
.Boolean
|
||||
|
||||
{
|
||||
|
||||
color:#0000FF;
|
||||
|
||||
}
|
||||
|
||||
.Function
|
||||
|
||||
{
|
||||
|
||||
color:#AA6633;
|
||||
|
||||
text-decoration:italic;
|
||||
|
||||
}
|
||||
|
||||
.Null
|
||||
|
||||
{
|
||||
|
||||
color:#0000FF;
|
||||
|
||||
}
|
||||
|
||||
.Comma
|
||||
|
||||
{
|
||||
|
||||
color:#000000;
|
||||
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
|
||||
PRE.CodeContainer{
|
||||
|
||||
margin-top:0px;
|
||||
|
||||
margin-bottom:0px;
|
||||
|
||||
}
|
||||
|
||||
PRE.CodeContainer img{
|
||||
|
||||
cursor:pointer;
|
||||
|
||||
border:none;
|
||||
|
||||
margin-bottom:-1px;
|
||||
|
||||
}
|
||||
#CollapsibleViewDetail a{
|
||||
padding-left:10px;
|
||||
}
|
||||
#ControlsRow{
|
||||
white-space:nowrap;
|
||||
font: 11px Georgia;
|
||||
|
||||
}
|
||||
#TabSizeHolder{
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
}
|
||||
#HeaderTitle{
|
||||
text-align:right;
|
||||
font-size:11px;
|
||||
}
|
||||
#HeaderSubTitle{
|
||||
margin-bottom:2px;
|
||||
margin-top:0px
|
||||
}
|
||||
#RawJson{
|
||||
width:99%;
|
||||
height:120px;
|
||||
|
||||
}
|
||||
A.OtherToolsLink { color:#555;text-decoration:none; }
|
||||
A.OtherToolsLink:hover { text-decoration:underline; }
|
||||
|
||||
.result_body{ margin-bottom: 10px;}
|
||||
.result_body *{ margin-right:10px;}
|
||||
Reference in New Issue
Block a user