53 lines
1.4 KiB
CSS
53 lines
1.4 KiB
CSS
.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;
|
|
} |