initi.doc/templates/initi/static/styles/full-method.css

32 lines
590 B
CSS

.full-methods .title {
font-size: 28px;
font-weight: bold;
margin-top: 20px;
}
.full-methods .list {
padding-left: 24px;
}
.full-method {
color: #bdbdbd;
font-size: 17px;
}
.full-method > .access {
padding-right: 10px;
}
.full-method > .name {
color: #ff7801;
font-size: 17px;
font-weight: bold;
}
.full-method .params {}
.full-method > .params > .param > .name {
color: #5c8e65;
}
.full-method .param .type {}
.full-method .param .type .left-quad-bracket {}
.full-method .param .type .name {}
.full-method .param .type .right-quad-bracket {}