add show list methods
This commit is contained in:
parent
058104b10f
commit
3478e04a63
7 changed files with 1064 additions and 121 deletions
53
templates/initi/static/styles/min-method.css
Normal file
53
templates/initi/static/styles/min-method.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
.min-methods{}
|
||||
|
||||
.min-methods .title {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.min-methods .list {
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method {
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
.min-methods .list .compact-method .access{}
|
||||
.min-methods .list .compact-method .name{
|
||||
color: #0137ff;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.min-methods .list .compact-method .param {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method .param .left-circle-bracket{}
|
||||
.min-methods .list .compact-method .param .right-circle-bracket{}
|
||||
|
||||
.min-methods .list .compact-method .param .type{}
|
||||
.min-methods .list .compact-method .param .type .left-quad-bracket{}
|
||||
.min-methods .list .compact-method .param .type .name{
|
||||
color: #3d7700;
|
||||
font-size: 20px;
|
||||
}
|
||||
.min-methods .list .compact-method .param .type .right-quad-bracket{}
|
||||
.min-methods .list .compact-method .param .name{
|
||||
color: #383838;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method .returns{}
|
||||
.min-methods .list .compact-method .returns .arrow{}
|
||||
.min-methods .list .compact-method .returns .left-figure-bracket{}
|
||||
.min-methods .list .compact-method .returns .right-figure-bracket{}
|
||||
.min-methods .list .compact-method .returns .name{
|
||||
color: #5aa30e;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue