some restyle
This commit is contained in:
parent
27e785d1da
commit
905b0f7cb5
20 changed files with 218 additions and 224 deletions
|
@ -1,78 +0,0 @@
|
|||
.min-methods{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.min-methods .title {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.min-methods .list {
|
||||
padding-left: 20px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method {
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
.min-methods .list .compact-method .access{
|
||||
padding-right: 10px;
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
}
|
||||
.min-methods .list .compact-method .name{
|
||||
color: #0137ff;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
display: inline-block;
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.min-methods .list .compact-method .params {
|
||||
}
|
||||
|
||||
.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: 19px;
|
||||
min-width: initial;
|
||||
}
|
||||
.min-methods .list .compact-method .param .type .right-quad-bracket{}
|
||||
.min-methods .list .compact-method .param .name{
|
||||
color: #a7a7a7;
|
||||
font-size: 20px;
|
||||
min-width: initial;
|
||||
}
|
||||
|
||||
.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;
|
||||
min-width: initial;
|
||||
}
|
||||
|
||||
.full-method > .description > p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.parameter > .description > p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue