66 lines
1.6 KiB
CSS
66 lines
1.6 KiB
CSS
.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;
|
|
}
|
|
.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;
|
|
} |