начал переделывание описания методов.

This commit is contained in:
alexey 2018-09-20 00:01:18 +03:00
parent f5e55162b8
commit 7c91932413
7 changed files with 628 additions and 280 deletions

View file

@ -0,0 +1,32 @@
.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 {}

View file

@ -1,4 +1,5 @@
@import url("min-method.css");
@import url("full-method.css");
@font-face {
font-family: 'Open Sans';

View file

@ -46,7 +46,7 @@
}
.min-methods .list .compact-method .param .type .right-quad-bracket{}
.min-methods .list .compact-method .param .name{
color: #383838;
color: #a7a7a7;
font-size: 20px;
min-width: initial;
}